
#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box {
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 500px;
	height: 550px;
	padding: 37px;
	margin:0;
	border: 10px solid #7a9e13;
	background: #ddf4fb url(../images/reg-bg.png) no-repeat top right;
	z-index:101;
	overflow: none;
	color:#333
}

#boxtitle{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;	
	color:white;
	text-align:center;
	color:#006;
}
.registration td{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-align:left; padding:5px 0 0 0;}

/* for login box */
#loginfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#loginbox 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 350px;
	height: 250px;
	padding: 37px;
	margin:0;
	border: 10px solid #7a9e13;
	background: #ddf4fb url(../images/login-bg.png) no-repeat bottom right;
	z-index:101;
	overflow: none;
}

#loginboxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;	
	color:white;
	text-align:center;
	color:#006
}


/* for forget pass box start here */
#forgetpassfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#forgetpassbox 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 350px;
	height: 250px;
	padding: 37px;
	margin:0;
	border: 10px solid #7a9e13;
	background: #ddf4fb url(../images/login-bg.png) no-repeat bottom right;
	z-index:101;
	overflow: none;
}

#forgetpasstitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;	
	color:white;
	text-align:center;
	color:#006
}

/* for forget pass box end here */

/* for terms box start here */
#termsfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#termsbox 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 500px;
	height: 400px;
	padding: 37px;
	margin:0;
	border: 10px solid #7a9e13;
	background: #ddf4fb url(../images/reg-bg.png) no-repeat top right;
	z-index:101;
	overflow: none;
	color:#333
}

#termstitle
{	
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;	
	color:white;
	text-align:center;
	color:#006;
}

/* for terms box end here */

input[type=text], input[type=password], input[type=file], select, textarea {border:1px solid #666; background-color:#fff;}
.button {background-color:#003; color:#fff; font-weight:bold; font-size:12px; border:3px solid #666; padding:5px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; cursor:pointer}
.close {background-color:#d00;}