.style1
{
    text-align: center;
    font-size:12px;
}
#eform
{
    color:#ffffff;
    background: #000000;
	font-size: 10px;
	font-family: Verdana, san serif;
	visibility:hidden;

 }
#form_fname
 {
	border: 1px solid #600;
	height: 16px;
	margin: 2px 0 0 14px;
	width: 118px;
	text-indent: 4px;
	color: #fff;
	background: #444;
}
#form_lname
 {
	border: 1px solid #600;
	height: 16px;
	margin: 2px 0 0 14px;
	width: 118px;
	text-indent: 4px;
	color: #fff;
	background: #444;
}
#form_email
 {
	border: 1px solid #600;
	height: 16px;
	margin: 2px 0 0 14px;
	width: 118px;
	text-indent: 4px;
	color: #fff;
	background: #444;
}
#form_bdate
{
	border: 1px solid #600;
	height: 16px;
	margin: 6px 0 0 4px;
	width: 50px;
	text-indent: 4px;
	color: #fff;
	background: #444
}
#form_adate
{
	border: 1px solid #600;
	height: 16px;
	margin: 6px 0 0 4px;
	width: 50px;
	text-indent: 4px;
	color: #fff;
	background: #444
}
.form_loc
{
	border: 1px solid #600;
	height: 20px;
	margin: 6px 0 0 4px;
	width: 35px;
	text-indent: 4px;
	color: #fff;
	background: #444;
	
}
#form_submit
{
	border: 1px solid #600;
	height: 20px;
	margin: 0px 0 0 0px;
	width: 55px;
	text-indent: 4px;
	color: #fff;
	background: #444
}

#eform
{
    position:absolute;
    overflow:visible;           
    top: 100px;
    left:100px;
    width: 275px;
    height: 297px;
    background-color: #000000;
    color: inherit;
    z-index:9999;
    color:#ffffff;
	font-size: 10px;
	font-family: Verdana, san serif;
    }
.formContent{
	background: #000000
}    