/*edit any of these to fit your needs*/
#my_form{float:left;}
.error{
	color: #FFF !important;
	background-color: #72201d !important;
}
#user-response{
	float: right;
	width: 270px;
}
	#user-response .error{
		border: 1px solid #808080;
		margin-bottom: 0.5em;
		padding: 0.5em;
	}
	#user-response h3{
		margin-bottom: 0.5em;
	}
#overlay{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
}
#ajax-loading{
	width: 200px;
	height: 200px;
	background: #1d1d1d url(/images/projects/ajax-loading.gif) no-repeat center center;
	border:1px solid #808080;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -100px 0 0 -100px;
}
#thankyou{
	color: #FFF;
	background-color: #004600;
	margin: 0.3em 0;
	padding: 0.3em;
	font-size: 2em;
	text-align: center;
}
#ajax-response{
	display: none;
	visibility: hidden;
}