#contact-body {
	width: 735px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#contact-body-wrap {
	margin: 0 0 30px 35px;
	overflow: hidden;
}
#contact-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 2em;
}
#contact-address {
	float: left;
	width: 200px;
	font-size: 15px;
	line-height: 20px;
}
#contact-form {
	float: right;
	width: 420px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
#form-head {
	margin-bottom: 20px;
}
label {
	float: left;
	width: 70px;
	font-size: 11px;
	display: block;
}
input, textarea {
	border: solid #CCC 1px;
	background-color: #FCFCFC;
	width: 230px;
	margin-bottom: 6px;
}
.boxes {
	width: 1em;
}
input:focus, textarea:focus {
    background-color: lightyellow;
}
#submitbutton{
	margin-top: 5px;
	width: 70px;
	margin-left: 70px;
	background-color: #E8E8E8;
}
#submitbutton:hover {
	background-color: #CCC;
}
.error {
	color: #C00;
	font-size: 11px;
}
#form-success {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	line-height: 2em;
}
.bullet {
	color: #999;
	margin-bottom: 5px;
	font-size: 18px;
}

