/* ----------------------------------------------------------------------

FORMS

 */
form {
	margin: 0px;
	padding: 0px;
	clear:all;
	overflow:hidden;
}

.fmstyle fieldset {
	margin: 12px 0;
	border: none;
	border-top: 1px solid #ccc;
	overflow: visible;
}

.fmstyle legend {
	margin: 8px 0;
	padding: 0 .5em;
	color: #0030B7;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

.fmstyle label {
	float: left;
	width: 130px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	margin:0px;
	color:black;
}

.fmstyle div {
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	overflow:visible;
}

.fmstyle  div input, .fmstyle  div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	float:left;
	margin:1px 0px 1px 10px;
}

.fmstyle .radioregion {
	float:left;
	overflow:visible;
	}
.fmstyle .radio, .fmstyle .checkbox {
	float:none;
	width:auto;
	border:none;	
}

.fmstyle  div select {
	padding: 1px;
	margin-left: 10px; 
}

.fmstyle div.fm-multi div {
	margin: 5px 0;
}

.fmstyle div.fm-multi input {
	width: 1em;
}

.fmstyle div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

.fmstyle div.fm-line {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
	border:1px white solid; /* corrects IE7 spacing because Microsoft is severely retarded */
}

.fmstyle div.fm-help {
	font-weight:normal;
	color:#666666;
	float:left;
	padding:3px 5px;
}
.fmstyle .fm-submit {
	clear: both;
	padding-top: 10px;
	padding-left:132px;
	overflow:hidden;
}
.fmstyle .fm-fieldtext {
	padding-left:142px;
}


.fmstyle .fm-submit input, .fmstyle .fm-submit-button {
	border: 1px solid #333;
	padding: 2px;
	background: #808080;
	color: #fff;
	font-size: 11px;
	width:auto;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.fmstyle input:focus, .fmstyle textarea:focus {
	background: #efefef;
	color: #000;
}

.fmstyle .datefield {width:100px;}
.fmstyle .zipcode {width:50px;}
.fmstyle .integer {width:30px;}
.fmstyle .widetext {width:300px;}

.fmstyle div.fm-req {
	font-weight: bold;
}

.fmstyle div.fm-trick {display:none;}

/*.fmstyle div.fm-req label:before {
	content: "* "; /* does not work in IE */
}*/
/* ----------------------------------------------------------------------

END FORMS

 */