form {
	margin:0;
	padding:0;
}

form .value input.checkradio {
	border:0 !important;
	background-color: white !important;
	width:auto;
}

table.contact {width:85%;}
.contact .value input, .contact .value textarea, .contact .value select {width:225px;}
.contact .value textarea {height:150px;}
.contact .value input.button_submit {width:auto;padding:0 20px 0 20px;}

table.form_simple {
	margin:10px 0 0 0;
	border-top:1px dashed #86D1E8;
}

.form_simple td {
	padding:3px;
	font-size:11px;
	line-height: 12px;
	border-bottom:1px dashed #86D1E8;
}

.form_simple td.label {
	padding-top:6px;
	padding-bottom:6px;
	vertical-align:top;
	width:auto;
	text-align:left;
	color:#067DA3;
	font-weight:bold;
}
.form_simple td.notreq {
	font-weight:normal;
}
.form_simple tr.last td {
	border-bottom:none;
}


.value input, .value textarea, .value select {
	margin:0px;
	height:17px;
	line-height:13px;
	font-size:11px;
	background-color:#DFF3F9 !important;
	border:1px solid #1E7E9B !important;
	width:auto;
}

.value input.button_submit {
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	background-color:#A11508 !important;
	color:white;
	border:1px solid #650707 !important;
}
.short input {
	width:125px !important;
}
.com {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
