#contact-form {
	width:960px;
	height: 290px;
	margin: 10px 0 0 20px;
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}
.leftform{
	float:left;
	width:180px;
	height:30px;
}
.rightform{
	float:left;
	width:300px;
	height:30px
}
.message {
	width:180px;
	height:70px;
	float: left;
}
.messagebox {
	float:left;
	width:780px;
	height:70px
}
.image-verification{
	float:left;
	width:200px;
	height:40px;
	margin: 10px 0 0 0;
}
.image-verify {
	width:350px;
	height:150px;
	float: right;
}
.image-verification-img{
	float:left;
	width:220px;
	height:40px;
	margin: 10px 0 0 0;
}
.image-verification-text{
	float:left;
	width:250px;
	height:40px;
	margin: 10px 20px 0 0;
}
.image-verification-box{
	float:left;
	width:150px;
	height:40px;
	margin: 10px 0 0 0;
}

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

