@charset "utf-8";
/* CSS Document */
#wrapper {
	width:400px;
}
/*This styles the message that you get when completing the form.*/
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#FFF;
	display:none;
	width:400px;
	padding:10px;
}
.contact {text-align:left;}
.contact ul {
	list-style-type:none;
	width:200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 28px;
}
#contactForm ul .submitbutton input {
	width: 100px;
}
.contact li {
	list-style-type:none;
	margin-left:-40px;
	margin-bottom: 10px;
}
.contact li.special {display:none;}
.contact input {width:400px;}
.contact textarea {width:400px;}
.submitbutton input {width: 115px;}

