@import url("common.css");

body {
	background: black url("../images/contactBg.jpg") no-repeat top left;
}

#contact {
	position: absolute;
	width: 315px;
	top: 89px;
	left: 412px;
	color: white;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#contact h2 {
	display: block;
	width: 70px;
	height: 17px;
	background: transparent url("../images/emailTitle.gif") no-repeat top left;
	margin: 0px;
	padding: 0px;
	text-indent: -10000em;
}

td.labelrow {
	width: 100px;
	padding: 0px;
	margin: 0px;
	color: white;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

#sendinfo input {
	width: 130px;
	margin-bottom: 10px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

#senderMessage {
	width: 245px;
	height: 100px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

#buttons {
	margin-top: 10px;
	text-align: right;
}

#buttons input {
	margin-right: 16px;
}