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

body {
	font-family:helvetica,clean,sans-serif;
	color:#969696;
	font-size:12px;
}

a {
	color:#969696;
	text-decoration:none;
}

a:hover {
	color:#F5F5F5;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:5px 0 0 20px;
	color:#000000;
}

#root {
	width:800px;
	margin:0 auto 0 auto;
}

#header {
	border-bottom:3px solid #969696;
	margin:0 0 20px 0;
}

table {
	border-collapse:collapse;
	margin:0 0 20px 0;
}

.inputTitle {
	width:100px;
	height:30px;
}

#submitTd {
	height:50px;
}

#mailaddress {
	width:300px;
}

#mailsubject {
	width:300px;
}

#mailbody {
	width:400px;
	height:150px;
}

#send {
	width:500px;
	border:1px solid #AAAAAA;
	background-color:#F5F5F5;
	cursor:pointer;
}

#error {
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
	display:none;
	color:#FFFFFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;
}

#errorInner {
	text-align:center;
}

#footer {
	clear:both;
	border-top:3px solid #969696;
	padding:5px;
	text-align:right;
}
	
	
