.formDescription,.formHelp,.formNoAnswers,.formError,input.textformSmall,input.textformSmallRequired, input.textformSmallRequired,input.textformLarge ,input.textformLargeRequired ,select.formList,select.formListRequired , checkbox.formList, checkbox.formListRequired, textarea.textformSmall, textarea.textformSmallRequired, textarea.textformLarge, textarea.textformLargeRequired,.formLabel, .formLabelRequired,.cmsForm .formList label,.cmsForm .formListRequired label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;		
}


.formLabel {color:#696969; font-weight:bold;}
label {color:#696969; font-weight:bold;}
.formLabelRequired {color:#696969;font-weight:bold;}

.formDescription {color:#696969;padding-top:5px;}

.formHelp {display:block;font-size:10px;}

.formNoAnswers {}
option, select {color:#696969}
.formError {display:block;font-size:10px;color:#FFFBB5;}

input.textformSmall {width:150px;}
input.textformSmallRequired {font-weight:bold;background-color:#e3e3e3;width:150px;}

input.textformLarge {width:220px;}
input.textformLargeRequired {font-weight:bold;background-color:#e3e3e3;width:220px;}

select.formList {width:150px;}
select.formListRequired {font-weight:bold;background-color:#e3e3e3;width:150px;}

radio.formList {}
radio.formListRequired {font-weight:bold;background-color:#e3e3e3;}
checkbox.formList {}
checkbox.formListRequired {font-weight:bold;background-color:#e3e3e3;}

textarea.textformSmall {width:170px;height:50px;}
textarea.textformSmallRequired {font-weight:bold;background-color:#e3e3e3;width:170px;height:50px;}

textarea.textformLarge {width:220px;height:100px;}
textarea.textformLargeRequired {font-weight:bold;background-color:#e3e3e3;width:220px;height:100px;}



table.form {width:90%;border:solid 0px transparent;border-collapse:collapse;}
td.formColumn1 {padding:5px 3px;width:33%;}
td.formColumn2 {padding:5px 3px;width:66%;}

table.poll {width:400px;border:solid 0px transparent;border-collapse:collapse;}

td.pollColumn1 {padding:5px 3px 0px 0px; width:80px;}
td.pollColumn2 {padding:5px 3px 0px 0px;width:220px;}
td.pollColumn3 {padding:5px 3px 0px 0px;width:100px;}

table.pollBar {width:100%;border:solid 1px black;border-collapse:collapse;background-color:White;}
td.pollActiveBar {border:inset 0px;}

.pollQuestion {font-size:12px;color:#000000;font-weight:bold;}
.pollLabel {font-size:12px;color:#000000;}
.pollPercent {color:White;font-family:Arial;font-size:12px;}
.pollQuantity {color:black;font-family:Arial;font-size:12px; width:100px;}



.cmsForm {
	width:100%;

	
}
.cmsForm li {
	color:red;
}
div.formColumn1 {
	width:45%;
	float:left;
	clear:left;
	margin-bottom:15px;
	padding-right:1%;
	
}
div.formColumn2 {
	width:54%;
	float:left;
	margin-bottom:15px;
}
div.formField {
	clear:none;

}
.formError {
	font-size:11px;
	color:red;
}
.formDescription {
	width:100%;
	float:left;
}

span.formLabelRequired, span.formLabel {
	display:block;
	

}
span.formHelp {
	display:block;
	
}
.cmsForm input, .cmsForm textarea, .cmsForm select {
	border: solid 1px #d9d9d9;
	vertical-align: middle;
	background: #e3e3e3;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #696969;
	padding-top: 3px;
	padding-left: 3px;
}
.cmsForm textarea, .cmsForm select {
	background: #e3e3e3;
}

.cmsForm textarea.textformLargeRequired, textarea.textformSmallRequired {
	background: #e3e3e3;
}
.cmsForm table.formListRequired td, table.formList td {
	vertical-align:middle;
}

.cmsForm select.formListRequired, .cmsForm textarea.textformSmallRequired, .cmsForm input.textformLargeRequired,
.cmsForm input.textformSmallRequired, input.textformRequired {
	background: #e3e3e3;
}
.cmsForm select.formList, .cmsForm select.formListRequired {
	padding-top:0;
}

#ctl00_PageContentPlaceHolder_ExtranetLogin_btnLogin, .cmsForm input.formButton {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #1F3760;
	font-size: 75%;
	font-weight: bold;
	font-family:  Arial,Helvetica, sans-serif;
	cursor:pointer;
}
.cmsForm
{
   width:450px;
   margin:0 auto;
}
.cmsForm input.formButton:hover {

}
.cmsForm table.formList tbody tr td span.checkBox input,.cmsForm table.formListRequired td span.checkBox input,.cmsForm table.formList tbody tr td span.radioButton input,.cmsForm table.formListRequired td span.radioButton input {
	border:none !important;
	background:none !important;
	padding:0 !important;
	color:inherit !important;

}
.cmsForm .formList label,.cmsForm .formListRequired label {
	color:#333;
}

div.formField {
	margin-bottom:15px;
}
.formDescription {
	font-size:11px;
	font-weight:bold;
	color:#696969;
	
}
span.requiredStar
{
   color:red;
   font-size:18px;
   font-weight:bold;
   line-height:6px;
 
   font-family:Courier New,Times New Roman, Georgia, Arial, Helvetica, serif;
}
.cmsForm input.imgBtn
{
   border:none;
   background:none;
}
