/* CSS Document */

<style type="text/css">

#centre {
	height: 312px;
	width: 444px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -222px;
	position: absolute;
	z-index: 1;
}
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #333333;
	margin: 0px;
}
#centre a {
	color: #0099CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	font-size: 10px;
}
#close_footer {
	bottom: 22px;
	position: absolute;
	visibility: inherit;
	right: 10px;
	height: 37px;
	width: 57px;
}
textarea, input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
	margin-bottom: 5px;
}
#contact_div {
	position:absolute;
	width:400px;
	height:250px;
	background-image: url(contact_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.error {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FF0000;
}

</style>
