#form_holder {
	width:1100px;
	min-height:400px;
	margin-top:8px;
	}
#textwrapper {
	width:230px;
	min-height:20px;
	margin:-3px 120px 0 0;
	}
#contact_form {
	width:750px;
	min-height:500px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
input, textarea {
	padding:5px 10px;
	border:1px solid #d7d7d7;
	width:728px;
	height:18px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 30px 0;
	color:#b7b6b7;
	}
input:hover, textarea:hover {
	border:1px solid #adadad;
	color:#9a999a;
	}
input:focus, textarea:focus {
	border:1px solid #545353;
	color:#403f3f;
	}
textarea {
	height:250px;
	}
#errornotice {
	width:738px;
	border:1px solid #ce9595;
	min-height:15px;
	padding:5px;
	background:#e0dcdc;
	margin-bottom:15px;
	text-align:center;
	color:#a63232;
	}
#sendbutton {
	width:120px;
	height:30px;
	background:url(../images/btn_post.png) no-repeat top;
	border:none;
	outline:none;
	}
#sendbutton:hover {
	cursor:pointer;
	background:url(../images/btn_post.png) no-repeat bottom;
	}
#sendbutton:focus, #sendbutton:active {
	border:none;
	outline:none;
	}
#thankyou {
	width:750px;
	background:url(../images/thanks.jpg) no-repeat;
	min-height:15px;
	padding-top:350px;
	text-align:right;
	}
.highlight {
	background:#f9e9ea;
	}
	