@charset "UTF-8";
/* CSS Document */

/*	FORM STYLES */

form {
	background-color:#FFF;
}

fieldset {
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #333;
}

.contact_form legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.contact_form label {
	float: left;
	width: 85px;
	padding: 5px;
}

.contact_form input {
	width: 175px;
	height: 20px;
	border: solid 1px #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

input:focus, textarea:focus, textarea:focus {
	background: #FFC;
}

.contact_form p {
	margin: 10px;
}
	
.contact_form textarea {
	width: 360px;
	height: 100px;
	border: solid 1px #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_form select {
	width: 200px;
	border: solid 1px #333;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_form .required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}

.confirm_contact_box {
	width: 800px;
	height: 100%;
	padding: 0px;
}
