/* Styles for the contact form */
.form {
	margin:0;
}

.textbox label {
	display: block;
}
.textarea label {
	display: block;
}
.form input {
	margin-bottom:1px;
}
.form label {
	width:120px;
	float:left;
	display: block;
}

.eval-inner .form label{
width:90px!important;
}
#zip_dom input {
	width:100px;
}
.textbox input{
width:200px;
}

.eval-inner .textbox input{
width:115px!important;
}

.textbox, .textarea, .passwordbox, .selectbox, .checkbox, .checkboxes, .radiobtns, .captcha, .submitbox {
	clear:left;
	padding-top:8px;
}
.checkbox input {
	width:auto;
}
.checkbox span {
	display:block;
}

#submit_dom input {
	width:auto;
}
/* various styles for form elements */
.button {

}
.error {
	color:#C00;
}
.form input, .form textarea {
	border:1px solid black;
	background:#f5f5f5;
}
.submitbox input {
	width:auto;
	border:1px solid black;
	background:#f5f5f5;
	border:1px solid black;
	background:#035096;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
.required {
	color:#F00;
}
.captcha img {
	padding:6px;
	vertical-align:middle;
}
#url-1_dom {
	display:none;
}

