/**
 * Form Styles
 */

/* Form */
.fbform {
	color:#000000;
	}
.over{
		background-color:#e6e2af;
	}

	/* regular fieldset */
/*	.fbform fieldset {
		border: none;
		border-top: 1px solid #333;	
		margin: 20px 0 10px 0;
		padding: 0;
		}*/
		
.fbform fieldset {
	border: none;
	width:380px;
	float:left;

}
.fbform fieldset#your-yodel { width: 740px; clear:both; }	
		form #your-yodel textarea { width: 740px; height: 65px; }
		
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
			border: 0;
			margin: 0;
			padding: 0;
		}
	/* legend */
	.fbform legend {
		color: #333;
		font-size: 1.2em;
  		font-weight: bold;
  		margin-bottom: 10px;
  		padding: 0px;
  		}
  	.fbform dl {
		margin: 0;
	}
  	.fbform dt {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;  		
  		}
  	.fbform dd {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;		
  		}
  		/* field instructions */
  		.fbform dd p {
  			font-size: 1em;
			color:#999999;
  			margin: 5px 0 0 0;
  			}
  		.fbform dd label {
  			/*display: block;*/
			margin-bottom: 25px;
  			}
  	/* 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;
	  		}

.fbtextarea {
	/* textarea tends to override font settings, so we will re-specify them here */
	font-family:Arial,sans-serif;
	font-size: 1em;
height: 205px; 
}
.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	margin: 0 0 15px 0;
}
.fbfielderror {
	color: #e00000;
}
.fbrequired {
	color: #e00000;
}
	
.fbtextfield {
	background-color: #f4f4f4;
	border: none;
	background-image:url(/images/assets/small_input_normal.gif);
	background-repeat:no-repeat;
	height: 22px;
	padding-top: 2px;
	width: 232px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 12px;
}

.fbtextfield:focus {
	background-image:url(/images/assets/small_input_over.gif);
	background-repeat:no-repeat;
}
.fbsubmitimg, .submitbutton {
	margin-left: 161px;
	margin-top: 8px;
}

form .fbtextfield .fbformerrormessage {
	background-image:url(../images/assets/input_invalid.gif);
	background-repeat:no-repeat;
}

/*form textarea.fbtextarea {
	background-image:url(../images/assets/textarea_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	width: 305px; 
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 10px;
	resize: none;
	height: 83px;
}
form textarea.fbtextarea:focus {
	background-image:url(../images/assets/textarea_over.gif);
	background-repeat:no-repeat;
}

form fbtextarea.invalid {
	background-color: #faf3f3;
}*/

form textarea {
	background-color: #FAFAFA;
	height: 82px;
	overflow:auto;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 10px;
	resize: none;
	border:1px solid #BDBDBD;
	width: 305px;
}
form textarea:focus {
	border:1px solid #D3DAED;
}




/* Error Message */

.fbformerrormessage {
	color:#F1795E;
	background-color:#FEF5F3;
	background-image: url(/images/alertwarning_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 55px;
	margin-bottom: 20px;
	border: 1px solid #F1795E;	
	}
	/*.fbformerrormessage h2 {
		background: #e00000;
		color: #fff;
		} */
	.fbformerrormessage ul { margin-bottom: 15px;}
	.fbformerrormessage li {
	margin-left: 20px;
	list-style-type: none;
}
/* Thanks Message */
.fbthanks {
	background: #e1ffd1 url("/images/icons/bigTick.gif") no-repeat 11px 12px;
	border-top: 1px solid #c5f8ac;
	border-bottom: 1px solid #c5f8ac;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 65px;
	}
