@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/Contact-Back.jpg);
	background-repeat: no-repeat;
}

#headerdiv{
	background-image: url(images/Contact-Qdos.jpg);
	background-repeat: no-repeat;
	width: 50px;
	height: 304px;
	float: left;
}

#headerdiv h1{
	display: none;
}

.contactform{
	width: 350px;
	padding-right: 20px;
	float: left;
	background-color: #000000;
}

#message_name{
	width: 200px;
}

#message_email{
	width: 200px;
}

#message_text{
	width: 340px;
	height: 200px;
}


.emails{
	background-image: url(images/More-Ways-to-Contact.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;
	padding-left: 20px;
	float: left;
	width: 283px;
	padding-top: 35px;
}

.contactemail{
	font-size: 14px;
	font-weight: bold;
}

#thankyou{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}