﻿
#backgroundPopup, #backgroundPopup1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact, #popupContact1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:auto;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1, #popupContact1 h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose, #popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#button{
text-align:center;
}
.error
{
color:#FF0000;
}
.tabledata
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

/*form css start here*/
.form-div-container{
	width:auto;
	height:auto;
	margin:auto;	
		
}
	.form-div{
	width:auto;
	margin-top:50px;
	height:auto;	
		
	}
	.form-div ul{
	list-style-type:none;
	padding:0px;
	margin:0px;	
	float:left;
	border:solid 2px #225588;	
	}
	.form-div ul li{
	 display:block;
	 width:100%;
	 
	 float:left;	
	}
	.background1{
	 background-color:#868686;
	}
	.background2{
	 background-color:#336699;
	}
	.registerdiv{
	width:auto;
	height:auto;	
	font-weight:bold;
	font-family: Tahoma;
	font-size:16px;
	color:#FFFFFF;
	padding:2px 10px;	
	}	
	.form-div #Layer1 {
	position:absolute;
	right:-1px;
	top:51px;
	width:38px;
	height:41px;
	z-index:1;
}
.div-form-field{
	height:auto;
	
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#082837;
	float:left;
	margin:1%;
	width:98%;
	background-color:#ffffff
}
.textbox26{
	width:350px;
	height:auto;
	padding:4px;
}
.textbox27{
	width:350px;
	height:100px;
	padding:4px;
}


.errorPop
{
	background-color:#CC9900;
}
.errorPop div
{
	width:98%;
	margin:1%;
	color:#000;;
	font-size:14px;
	display:none;
}
/*form css end here*/
