@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0; padding: 0;
	height: 100% !important;
	width: 100%;
}

#scroll-container h1
{
	font-size:35px;	
	margin-top: 5px;
	margin-bottom: 5px;
}

div#FormTitle
{
	font-size:18px;	
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

input#txtNumber
{
	width: 100px;	
}

.WebFormParts
{
	width: 100%;  
	border-bottom: 1px solid #DEDEDE; 
	/*background: #EBEBEB url(../images/FormBuilder/bg_div.gif) repeat-x top left; */
	padding: 10px; 
	margin: 0px; 
	-webkit-border-radius: 0px;
}

.WebFormPartsHighlight
{
	width: 100%;  
	border-bottom: 1px solid #DEDEDE; 
	/*background: #EBEBEB url(../images/FormBuilder/bg_div.gif) repeat-x top left;*/
	padding: 10px; 
	margin: 0px; 
	-webkit-border-radius: 0px;
}

input[type=text]
{
	font-size: 14; 
	width: 80%; 
	padding: 5px; 
	-webkit-border-radius: 4px;
}

select
{
	font-size: 12; 
	width: 80%; 
	padding: 5px; 
	-webkit-border-radius: 4px;
}
	
textarea
{
	font-family:'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size:12px;
	color:#666666; 
	padding: 5px; 
	width: 80%;
	-webkit-border-radius: 0px;
}
	
table#formBuilderTable
{
	/*width: 90%; */
	border: 0px; 
	padding: 0px;
}
table#formBuilderTable td
{
	vertical-align: top;
	text-align: left;
	width: 50%;
}

ul#myList
{
	list-style-type: none;
	font-family:'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.2; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}

ul#myList li
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: -20px;
	display: none;
	float:none;
	border-bottom: 0px;
}

hr
{
	background-color: #CCCFD1;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px;
	width: 100%;
}

.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

thead
{
	background: #333333;
	color: #FFFFFF;
}
.rowKey
{
	background: #999999;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

input:focus, textarea:focus
{
	/*background-color: #D2ECF3;*/
	background-color: #FFFFFF;
}

.dynamicTD
{
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #EBEBEB; 
	border-right: 1px solid #EBEBEB; 
	padding: 5px;	
	background: #FFFFFF;
	color: #666666;
}

.tdPadding
{
	margin: 5px;	
}

.formPadDiv
{
	padding: 25px 0px 50px 0px;
}