@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	height: 485px;
	width: 722px;
	background-image: url(images/contact_form.jpg);
}
#contactform {
	height: 280px;
	width: 365px;
	position: relative;
	top: 120px;
	left: 50px;
	color: #000;
	border: none;
}
#contactform form label {
	width: 100px;	
	float: left;
	clear: left;
	margin-right: 20px;
}

