html, body {
	background: #000000;
	margin: 0px;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
}
textarea, input { width: 150px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small;}
a { color: #333333; text-decoration:none;}
a:hover { text-decoration:underline;}


#frontflash {	
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:500px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
}
#theform {
	position:absolute;
	background: #999999;
	padding:10px;
	top: 50%;
	left: 50%;
	width:200px;/*
	height:200px;*/
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: 190px; /*set to a negative number 1/2 of your width*/
	font-size: small;
}
.radiobtn	{ width:20px;}
.close { float:right;}