body {
  color:#5f6568;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
h1 {
	font-size:20px;
	color:#b80000;
	font-weight:bold;
	margin:0px 0 5px 0;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
}
.errormsg {
  font-size:12px;
  color:red;
}
#map {
	width:300px;
	height:190px;
	float:left;
	border:4px solid #e2e2e2;
	margin:0px 0px 0px 0;
	color:#666666;
}
.contactform {
  float:left;
  width:310px;
  font-size:12px;
  text-align:center;
}
#details {
  font-size:12px;
}
#contact {
  width:270px;
  margin:0 auto;
  font-size:12px;
}
.contact_title {
	color:#666666;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #e2e2e2 !important;
	margin:3px 0px;
	padding:0px 4px;
	color:#666666 !important;
}
#contact label {
	float:left;
	width:200px;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	height:18px;
	text-align:left;
}
#contact input {
  float:left;
  font-family:Arial;
  font-size:12px;
  height:20px;
  width:250px;
}
#contact textarea {
  float:left;
  font-family:Arial;
  font-size:12px;
  width:250px;
  height:100px;
  resize:none;
}
#submit {
  float:right;
  cursor:pointer;
}
.red {
  color:#b80000;
}
#response {
  text-align:center;
}