body{
	background: #666666 url(../images/contact.jpg) no-repeat;
	background-size: 100%;
}
#submitBtn{
	background: url(../images/submit.png) no-repeat;
	width:72px;
	height:25px;
	border:0px;
	margin-left:10px;
}
#submitBtn:hover{
	cursor:pointer;
	background: url(../images/submit1.png) no-repeat;
}
#contactcontent{
	width:350px;
	height:380px;
	margin:0 0 0 140px;
	color:#FFFFFF;
	font-size:12px;
	line-height:25px;
	min-height:330px;
	background:url(../images/black.png);
	padding:28px 65px 25px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}