/* Contact form */


#contactbox {
	position: relative;
	height: 180px;
	background-image: url(media/images/contactbox.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#contactbox .formbox {
	width: 220px;
	margin-top: 40px;
	float: left;
}

input, textarea {
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 26px;
	border: 3px solid #CCCCCC;
}

#name, #email {
	height: 30px;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
}

#name {
	background-image: url(media/images/form_name.gif);
}

#email {
	background-image: url(media/images/form_email.gif);
}

#comments {
	background-image: url(media/images/form_comments.gif);
	height: 90px;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
}

#send {
	position: absolute;
	width: 60px;
	height: 30px;
	border: 3px solid #333333;
	background-color: #FFFFFF;
	color: #CC0000;
	padding: 0;
	top: 0px;
	left: 0px;	
}

#contactbox #formresult {
	position: absolute;
	top: 15px;
	left: 70px;
	width: 220px;
	color: #CC0000;
	font-weight: bold;
}
