body {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#0099FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFFFCC url('images/contactform.png') no-repeat center top;	
}

a { color:#0099FF; }
a:visited { color:#0066CC; }

label {
	display:block;
	font-size:12px;
	color:#888;
}
input {
	width:300px;
	padding:5px;
	border:1px solid #e5e5e5;
	margin-bottom:15px;
	font-size:16px;
}
textarea {
	width:300px;
	margin-bottom:15px;
}

#submitbuton { background-color:#FFCC66; }

#main {
	text-align:left;
	margin:200px auto;
	width:300px;
	height:400px;
}
