#top
{
	background: url("/assets/img/contact.jpg") 100% 0 no-repeat #505050;
}

/* Contact form style*/
#contactIntro
{
	padding: 10px 0px 10px 0px;
}
.messBox
{
    width:320px;
    height:100px;
}
.validator
{
	position:absolute;
	width:200px;
	margin-top: -10px;
}
#feedback
{
    margin-top:10px;
}
#feedback input
{
	width: 100%;
}
#progressImg
{
}
#feedbackSent
{
    margin-top:10px;
}
div.loader {
	position: relative;
	top: 220px;
	text-align: center;
	width: auto;
	height: 50px;
}
	div.loader img {
		border-style: none;
	}
	div.loader p {
		margin: 5px 0 0 5px;
		color: #6B8F23; /* darker green */
		font-weight: bold;
	}
/* End contact form style*/