/**
 * FormBuilder Styles by Jonathan Nicol (F6 Design)
 * Feel free to modify these to suit your site's design
 */

/* Form */
.fbform {
	background: transparent url(../img/form_bg_gradient.gif) left bottom repeat-x;
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
	padding:  0 12px 12px 12px;
	}
	.fbform fieldset {
		border: none;
		/*border-top: 1px solid #333;*/
		clear: both;
		margin: 0;
		padding: 0;
		}
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
			border: 0;
			margin: 0;
			padding: 0;
		}
	.fbpseudolegend {
		background: #000;
		display: block;
		color: #fff;
		font-size: 1.1em;
  		font-weight: bold;
  		margin: 20px 0 10px 0;
  		padding: 3px 8px;
  		}
  	.fbform dl {
		margin: 0;
	}
  	.fbform dt {
  		clear: left;
  		float: left;
  		margin: 10px 0 10px 8px;
  		padding: 0 10px 0 0;
  		width: 150px;
  		}
  	.fbform dd {
  		float: left;
  		margin: 10px 0 10px 0;
		padding:0;
  		}
  		.fbform dd p {
  			font-size: 0.8em;
  			margin: 10px 0 0 0;
  			}
  		.fbform dd label {
  			display: block;
  			}
  	.fbform dd.fbformdivider {
  		background: url(../img/form_divider.gif) left bottom repeat-x;
  		clear: both;
  		float:none;
  		height: 2px;
		margin: 0 0 0 0;
		/*overflow: hidden;*/
		width: auto;
  		}
  		.fbform dd.fbformdivider.fblast {
	  		display: none;
	  		}
.fbtextfield, .fbselect, .fbtextarea {
	background: #fff;
	border: 1px solid #999999;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 2px;
	width: 230px;
}
.fbtextfield.short {
	width: 115px;
}
.fbselect {
	width: auto;
}
.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	margin: 10px 0 0 166px;
}
.fbfielderror {
	color: #e00000;
}
.fbrequired {
	color: #eb008a;
}

/* Error Message */
.fbformerrormessage {

	}
	.fbformerrormessage h2 {
		background: #e00000;
		color: #fff;
		font-size: 20px;
		height: 27px;
		padding: 6px 13px 4px 13px;
		margin: 0;
		}
	.fbformerrormessage ul {
		color: #e00000;
		font-weight: bold;	
		margin-bottom: 30px;
		margin-top: 15px;
		}
		.fbformerrormessage li {
			background-image: url(../img/list_bullet_error.gif);
			}

/* Thanks Message */
.fbthanks {
	/*background: #f1fcf1;
	border: 3px solid #02b602; */
	margin: 15px;
	}
	.fbthanks h2 {
		background: transparent url(../img/dotline.gif) left bottom repeat-x;
		color: #1f1f1f;
		font-size: 1.4em;
		font-weight: normal;
		margin: 2em 0 1em 0;
		padding: 0 0 5px 0;
		}
	.fbthanks p {
		
		}
		.fbthanks p a {
			/* style the thanks link here, if need be */
			}
