#contactformwrapper {
	margin-top:35px;
}

#contactformwrapper #contactblurb {
	margin-bottom:25px;
}

#contactformwrapper #name_title, #contactformwrapper #submitby_title {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:250px;
}

#contactformwrapper .newrow {
	margin-top:15px;
}

#contactformwrapper #contacttextarea {
	width:600px;
	height:125px;
}

#contactformwrapper #contactbutton {
	text-align:right;
	margin-top:30px;
}

#contactformwrapper #contactformfeedback {
	display:inline;
	font-weight:bold;
}

#contactformwrapper #cancelbutton, #contactformwrapper #sendbutton {
	width:150px;
	height:30px;
	margin-left:5px;
}

#contactformwrapper #sendsuccessful {
	font-weight:bold;
	margin-bottom:15px;
}