/* @override http://kleckanaturals.dev/stylesheets/smd_forms.css */

FORM {
	width: 65%; }

.field {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 1em; }
	
DIV.field-sub { margin-bottom: .6em; }
	
FIELDSET {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	border: 0; }
	
LABEL.sub {
	font-size: 80%;
	font-weight: normal;
	color: #666;
	display: block; }
	
.half {
	float: left;
	clear: none; }

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

.required {
	color: #f00; }


/* @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, 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, input.file{
	padding:2px 0 2px 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;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}
select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	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;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}



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

.third{
	width:32% !important;
}
.half{
	width:49% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:49%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* @end */

