body  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  background-color: #E9E9E9;
  text-align: left;
}

p {
  font-size: 12px;
}

.border {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  width: 580px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.heading {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.list_bullet {
	margin-top: 4px;
  font-size: 12px;
}

.footer {
  font-size: 10px;
  text-align: center;
}

.privacy {
  font-size: 10px;
}

.red {
  color: #FF0000;
}

#contact-wrapper {
	width: 400px;
	border-width: 2px;
  border-style: dashed;
  border-color: #000000;
	background: #FFFFCC;
	padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
#contact-wrapper div {  
  clear:both;  
  margin:1em 0; 
} 
#contact-wrapper label {
	display: block;
  width: 105px;
  margin-right: 10px;
	float: left;
	font-size: 11px;
  font-weight: bold;
  text-align: right;
}
#contact-wrapper label.error {
	display: block;
  background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	margin-left: 115px;
	font-size: 10px;
  font-weight: bold;
  color: #FF0000;
  width: 210px;
  text-align: left;
  padding-left: 20px;
  height: 20px;
}
form#contactform input {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
}
form#contactform textarea {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
}
form#contactform .submit
{
  display: inline; 
  display: inline-block;
  font-weight: bold;
  border: 1px solid black;
  white-space: nowrap;
  padding: 2px;
}
 

