body {
	margin: 0 0 0 0;
	font-family: tahoma;
	font-size: 10px;
	color: #b12b32;
	background: #b12b32;
}

td {
	font-family: tahoma;
	font-size: 10px;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -396px;
	width: 800px;
	height: 600px;
}

#mailform {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin: -120px 0 0 -50px;
}

#mailform input, #mailform textarea {
	background-color: #b12b32;
	color: white;
	border: 1px solid white;
	font-size: 10px;
	font-family: tahoma;
}

#mailform a {
	color: #b12b32;
	text-decoration: none;
}


