#contact-holder {
	width:100%;
	height:600px;
}
#contact-main {
	width:1000px;
	height:600px;
	margin:0 auto;
}
#contact-form {
	width:850px;
	height: 280px;
	margin: 0 0 0 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#194F0A;
	float: left;
}
#contact-form p{
	font-size:12px;
	padding: 0;
}
.leftform{
	float:left;
	width:200px;
	height:30px;
}
.rightform{
	float:left;
	width:225px;
	height:30px
}
.message {
	width:200px;
	height:70px;
	float: left;
}
.messagebox {
	float:left;
	width:250px;
	height:70px
}
.image-verification{
	float:left;
	width:150px;
	height:60px;
	margin: 10px 0 0 0;
}
.image-verify {
	width:350px;
	height:150px;
	float: right;
}
.image-verification-img{
	float:left;
	width:250px;
	height:60px;
	margin: 10px 0 0 0;
}
.image-verification-text{
	float:left;
	width:350px;
	height:35px;
	margin: 10px 0 0 0;
}
.image-verification-box{
	float:left;
	width:150px;
	height:35px;
	margin: 10px 0 0 0;
}

.submitbutton {
	width:60px;
	height: 30px;
	float: left;
	margin: 10px 0 0 0;
}

