form h3 {
	font-weight: bold;
	font-size:110%;
	line-height:135%;
	margin:0 0 .2em 0;
	color: navy;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding-top:.3em;
	padding-bottom:0.5em;
	padding-left:9px;
	margin: 15px 0px 9px 0px;
}
label.desc {
	font-weight: bold;
	display: block;
	line-height: 150%;
	color:#222;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-size: 95%;
}
label.under_desc {
	display: block;
	line-height: 150%;
	color:#444;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-size: 75%;
}
label.choice{
	font-size:100%;
	line-height:1.5em;
	margin:-1.65em 0 0 0px;
	padding:.44em 0 .5em 5px;
	color:#222;
	width:88%;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}

select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

input.text, textarea.textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text, input.file{
	padding:2px 0 2px 0;
}
input.checkbox, input.radio{
	line-height:1.5em;
	margin:.6em 0 0 3px;
	width:13px;
	height:13px;
}
input.other{
	margin:0 0 8px 25px;
}

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;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}

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

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

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