
#wrapper {
	width:770px;
}

#contactme {
	width:550px;
	height:250px;
	margin:0px auto 20px;
	clear:left;
	float:none;
	background:#fff url(images/ContactImage800.gif) repeat-x top;
	padding-bottom:10px;
}
* html #contactme  {
		margin:0px auto 20px auto; /*style for IE*/
}
fieldset {
	padding: 1em;
  	margin:0 auto;
  	border: 1px solid #ee3226;
  }
input {
	width:150px;
	color:#ee3226;	
	font-size:11px;
	
}
input.button {
	width:150px;
	background-color:#ee3226;
	color:#fff;
	margin:10px 0;
}
option {
	color:#ee3226;	
	font-size:11px;
}
.disclaimer {
	font-size: 11px;
	text-align:center;
	margin-top:4px;
	padding-bottom:10px;
}
