.frm-required { color :#ff0000; }
.frm-field_title { font-size :12px; width :25%; vertical-align :top; white-space :nowrap; text-align :right; }
.frm-textfield { font-size :12px; width :96%; }
.frm-textarea { font-size :12px; width :96%; height :100px; }
.frm-field_heading { font-size :12px; font-weight :bold; border-bottom-width :2px; border-bottom-style :solid; border-bottom-color :#666666; padding-top :10px; color :#666666; }
.frm-select { font-size :12px; width :50%; }
.frm-select option { font-size :12px; width :96%; }
.frm-field_checkbox { font-size :11px; cursor :pointer; width :30px; vertical-align :middle; }
.frm-checkbox_label { font-size :11px; cursor :pointer; width :auto; }
.frm-radio_label { font-size :11px; cursor :pointer; }
.frm-email { font-size :12px; width : 96%; }
/*** Don't remove the class nixhier, this is required for ASP ***/
.frm-nixhier { display :none; }
.frm-submission { margin :0 auto; position :relative; width :auto; }	

.miniform {
/*	width: 400px; */
}
.miniform fieldset {
	padding: 15px 15px;
	border: 1px solid #ccc;
}

.miniform legend {
	padding: 5px 15px;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.3em;
}

.miniform label {
	clear: both;
	padding: 0;
}


.miniform .input {
	padding: 0;
	margin: 5px 0 ;
	height: 20px;
}

.full {
	width: 100%;
}
.onethird {
	width: 33%;
	float: left;
}
.twothird {
	width: 66%;
	float: left;
}

.miniform .description {
	display:block;
	margin: 5px 0 0 0;
}

.clearboth {
	clear: both;
	line-height: 0;
}
textarea, input[type=text] {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
.submit {
	border: 1px solid #ccc;
	padding: 3px;
	cursor: pointer;
}

.hidden {
	display: none;
}

label.error {
	display: inline-block;
	margin-left: 200px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

textarea.error, input.error {
	border: 1px dotted red;
}

div.error {
	display: block;
	margin-bottom: 10px;
	border: 1px dotted red;
	padding: 10px;
	width: auto;
	color: red;
	font-style: italic;
	font-weight: bold;
}
.missing {
	border: 1px solid #ff4040 !important;
}


/* styles for inline form example */
.inlineform {
	width: 600px;
}

.inlineform .submit {  	
	cursor: pointer;
	float: right;
	margin-top:10px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #999;
}
.inlineform .submit:hover {  	
	background: #eee;
}
.inlineform .left { float: left; }
.inlineform .right { float: right; } 
.inlineform .field { 
	margin-bottom: 10px;
	padding: 5px;
	min-height: 22px;
	border: 1px solid #ccc;
	/* border-radius: 5px; */
	/* box-shadow: 1px 1px 2px #999; */
} 

.fullwidth { width:588px; }
.halfwidth { width:283px; }
.onethird  { width:190px; }
.twothird  { width:373px; }

.fullwidth input[type=text] { width: 480px; }
.fullwidth input[type=radio] { margin: 5px; }
.fullwidth input[type=checkbox] { margin: 5px; }
.fullwidth textarea { width: 575px; }
.halfwidth input, .halfwidth textarea { width: 175px;}
.onethird  input, .onethird textarea { width: 85px;}
.twothird  input, .twothird textarea { width: 265px; }

.fullwidth label, 
.halfwidth label, 
.onethird  label, 
.twothird  label {
	display: block;
	float: left;
	width: 95px;
	padding: 5px 0;
	font-weight: bold;
}

.fullwidth input, .fullwidth textarea,
.halfwidth input, .halfwidth textarea,
.onethird  input, .onethird  textarea,
.twothird  input, .twothird  textarea  {
	border: none;
	padding: 5px;
}

.fullwidth input:focus, .fullwidth textarea:focus,
.halfwidth input:focus, .halfwidth textarea:focus,
.onethird  input:focus, .onethird  textarea:focus,
.twothird  input:focus, .twothird  textarea:focus  {
	background: #eee;
}
.fullwidth input:hover, .fullwidth textarea:hover,
.halfwidth input:hover, .halfwidth textarea:hover,
.onethird  input:hover, .onethird  textarea:hover,
.twothird  input:hover, .twothird  textarea:hover  {
	background: #eee;
}
.inlineform .error {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ff4040;
	padding: 10px;
	width: auto;
	color: #ff4040;
	font-style: italic;
	font-weight: bold;
	/* border-radius: 3px; */
	/* box-shadow: 1px 1px 2px #999; */

}
.inlineform .missing {
	/* border: 1px solid #ff4040; */
	background: #ff6060;
}

.aspfields {
	display: none;
}
.captcha_table input {
	border: 1px solid #999;
	margin-right: 20px;
}									