@charset "utf-8";
/* CSS Document */
body.ContactPage	{
	background:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
}
h1	{
	font-size:1.3em;
	color:#ccc;
	font-weight:normal;
}

#ContactContainer	{
	background:#0d0d0d;
	width:400px;
	margin:0 auto;
}
fieldset	{
	border:none;
}
label	{
	float:left;
	width:100px;
	font-size:.8em;
}
.ContactInput	{
	background:#e7e7e7;
	border:1px solid #484848;
	padding:2px;
	width:250px;
	font-size:.8em;
}
.ContactMessage	{
	background:#e7e7e7;
	border:1px solid #484848;
	width:250px;
	height:200px;
}
.submit	{
	display:block;
	clear:both;
	margin:30px 0 6px 100px;;
}
p	{
	font-size:.8em;
}
#ContactContainer a:link, #ContactContainer a:visited	{
	text-decoration:none;
	color:#0e6e92;
}
#ContactContainer a:hover	{
	color:#0b9ed6;
}
#emailSuccess	{
	color:#ccc;
	background:#0e6e92;
	padding:6px;
	margin:4px 0;
	display:block;
}
