/* @override 
	http://ncreal.samedisclients.com/stylesheets/forms.css
*/

FORM { width: 100%; float: left; }

FORM P {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: .5em; }

.fieldgroup {
	float: left;
	clear: left;
	width: 100%; }
	
.field {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	margin-bottom: .6em; }
	
LABEL {
	font-weight: bold;
	color: #404040;
	line-height: 1.7em; }
	
.asterisk {
	color: #d83636;
	font-size: .95em; }
	
FIELDSET {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0;
	border: 0; }
	
TEXTAREA {
	width: 100%;
	height: 10em; }
	
LABEL.sub,
.field_info {
	font-size: 80%;
	font-weight: normal;
	color: #666;
	text-align: left !important;
	display: block;
	clear: left; }
	
.block LABEL {
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
	color: #aaa489; }
	
.field INPUT.text_field {
	/*width: 90%;*/
	margin: 0; }
	
.form_actions {
	float: left;
	line-height: 26px;
	margin-bottom: 1.5em; }
	
	.form_actions .or { }
	
	.form_actions INPUT { }
	
	
.half {
	float: left;
	clear: none;
	margin-right: .75em; }

.third {
	float: left;
	clear: none;
	padding-right: 1%; }
	
.right {
	float: right;
	clear: right;
	margin-right: 0; }

/* ----- SIZES ----- */

.third {	width: 32%; }
.half {		width: 48%; }
.full {		width: 100%; }

INPUT.small, SELECT.small { width:25%; }
INPUT.medium, SELECT.medium { width:49%; }
INPUT.large, SELECT.large { width:100%; }

textarea.short {	height:5.5em; }
textarea.tall {		height:20em; }

/* @group Left and Right-Aligned Labels */

.left_labels LABEL {
	float: left;
	clear: left;
	width: 25%; }
	
.right_labels LABEL {
	float: left;
	clear: left;
	width: 28%;
	margin-right: 1em;
	text-align: right; }
	
.left_labels INPUT, .left_labels SELECT, .left_labels TEXTAREA,
.left_labels .field_info,
.left_labels .fieldgroup_sub,
.right_labels INPUT, .right_labels SELECT, .right_labels TEXTAREA,
.right_labels .field_info,
.right_labels .fieldgroup_sub {
	float: left;
	width: 67%; }
	
.left_labels .fieldgroup .field,
.right_labels .fieldgroup .field {
	clear: none; }
	
	
.left_labels .small, .right_labels .small { width: 20%; }
.left_labels .medium, .right_labels .medium { width: 40%; }
.left_labels .large, .right_labels .large { width: 67%; }

.left_labels .full, .right_labels .full { width: 67%; }
.left_labels .half, .right_labels .half { width: 32%; }
.left_labels .third, .right_labels .third { width: 23%; }

.left_labels .fieldgroup_sub .small, .right_labels .fieldgroup_sub .small { width: 25%; }
.left_labels .fieldgroup_sub .medium, .right_labels .fieldgroup_sub .medium { width: 49%; }
.left_labels .fieldgroup_sub .large, .right_labels .fieldgroup_sub .large { width: 100%; }

.left_labels .fieldgroup_sub .full, .right_labels .fieldgroup_sub .full { width: 100%; }
.left_labels .fieldgroup_sub .half, .right_labels .fieldgroup_sub .half { width: 47%; }
.left_labels .fieldgroup_sub .third, .right_labels .fieldgroup_sub .third { width: 32%; }

/* @end */

.half .text_field,
.third .text_field,
.full .text_field,
.half SELECT,
.third SELECT,
.full SELECT,
.half LABEL,
.third LABEL,
.full LABEL { width: 98% !important; }

.top_labels {
	 }
	 
.top_labels .field,
.top_labels .fieldgroup {
	margin-bottom: 1em; }
	
.top_labels .text_field,
.top_labels SELECT,
.top_labels TEXTAREA {
	display: block; }
	
.check_box_group,
.radio_button_group {
	float: left; }

.check_box_group .field,
.radio_button_group .field {
	margin-bottom: .4em; }
	
.check_box_group .field LABEL,
.radio_button_group .field LABEL {	clear: none; width: auto !important; font-weight: normal; }

.check_box {
	margin-left: 0;
	margin-bottom: 1px;
	width: auto !important; }
	
SELECT.autowidth,
.left_labels SELECT.autowidth,
.right_labels SELECT.autowidth {
	width: auto !important; }

/* @group From Wufoo */


/* ----- FIELDS AND LABELS ----- */

/*label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:100%;
	font-weight:bold; }
	
span.symbol{
	font-size:115%;
	line-height:130%; }
	
input.text_field, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333; }
	
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(http://wufoo.com/images/fieldbg.gif) repeat-x top; }
	
input.text_field, input.file {
	padding:1px 0; }
	
input.currency {
	text-align:right; }

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px; }
	
select{
	margin:1px 0;
	padding:1px 0 0 0; }
	
select.select[class]{
	margin:0;
	padding:1px 0 1px 0; }
	
*:first-child+html select.select[class]{
	margin:1px 0; }*/

/* @end */

