/* CSS Document */

/**
 * Form Styles
 */

/* Form */
.fbform {
	padding: 0px;
	background-color: #FFFFFF;
	color:#103E5E;
	width:482px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	/* regular fieldset */
	.fbform fieldset {
	border: none;
	border-top: 1px solid #333;
	clear: both;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
	border: 0;
	margin: 0;
	padding: 0;
		}
	/* legend */
	.fbform legend {
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 25px;
	padding-top:25px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
  		}
  	.fbform dl {
		margin: 0;
	}
  	.fbform dt {
	clear: both;
	display: block;
	float: left;
	padding: 0;
	width: 150px;
	text-align:left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 140%;
	font-weight: normal;
  		}
  	.fbform dd {
  		display: block;
  		float: left;
  		margin: 2px 0 2px 0;
		padding:0;
		width: 300px;
  		}
  		/* field instructions */
  		.fbform dd p {
	font-size: 100%;
	margin: 5px 0 0 0;
	font-style: italic;
  			}
  		.fbform dd label {
  			display: block;
  			}
  	/* dividers */
  	.fbform dd.fbformdivider {
  		border-bottom: 1px solid #ccc;
  		clear: both;
  		float:none;
  		height: 1px;
		margin: 0 0 5px 0;
		overflow: hidden;
		width: auto;
  		}
  		.fbform dd.fbformdivider.fblast {
	  		display: none;
	  		}
/*.fbtextfield, .fbselect {
	background: #EFEFEF;
	width: 175px;
	border: 1px solid #BDBDBD
}*/
.fbtextarea {
	/* textarea tends to override font settings, so we will re-specify them here */
	font-family:Arial,sans-serif;
	font-size: 1em;
}
.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	 margin-left: 190px; margin-top: 8px; background-color:#CC0000; color:#FFFFFF; border:none; font-weight:bold; padding: 5px;
}
.fbfielderror {
	color: #e00000;
}
.fbrequired {
	color: #103E5E;
}
/* Error Message */
/*.fbformerrormessage {
	border: 2px solid #e00000;
	margin: 0;
	background-color: #FFE1E1;
	padding: 10px;
	color:#e00000;
	}*/
	.fbformerrormessage h2 {
		background: #e00000;
		color: #fff;
		}
	.fbformerrormessage ul { margin-bottom: 25px;}
	.fbformerrormessage li {
	margin-left: 20px;
	list-style-type: none;
}
/* Thanks Message */
.fbthanks {
	margin: 0px;
	padding: 0px;
	color:#103E5E;
	}
	.fbthanks h2 {}
	.fbthanks p {}
		.fbthanks p a {}

form, form textarea, form input  {
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
}
	
.fbtextfield {
	background-color: #f4f4f4;
	border: none;
	background-image:url(../images/assets/input_normal.gif);
	background-repeat:no-repeat;
	height: 19px;
	padding-top: 4px;
	width: 305px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 12px;
	padding-bottom: 5px;
}

.fbtextfield:focus {
	background-image:url(../images/assets/input_over.gif);
	background-repeat:no-repeat;
}
.fbsubmitimg, .submitbutton {
	margin-left: 161px;
	margin-top: 8px;
}


form input.fbtextfield.fbformerrormessage {
	background-image:url(../images/assets/input_invalid.gif);
	background-repeat:no-repeat;
}


form textarea.fbtextarea {
	background-color: #f4f4f4;
	background-image:url(../images/assets/textarea_normal.gif);
	background-repeat:no-repeat;
	height: 82px;

}
form textarea.fbtextarea:focus {
	background-image:url(../images/assets/textarea_over.gif);
	background-repeat:no-repeat;
}

form fbtextarea.invalid {
	background-color: #faf3f3;
}


form .selectfield {
	width: 305px;
	height: 25px;
}
