#filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 700px;
	
	padding: 30px 5px 0 20px;
	margin:0;
	border: 5px solid #5c758e;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle {
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:730px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #5c758e;
	color:white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}

#filter2 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 100%;*/
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box2 {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 400px;
	
	padding: 30px 5px 0 20px;
	margin:0;
	border: 5px solid #5c758e;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle2 {
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:430px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #5c758e;
	color:white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}

#filter3 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 100%;*/
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box3 {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 400px;
	
	padding: 30px 5px 0 20px;
	margin:0;
	border: 5px solid #5c758e;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle3 {
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:430px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #5c758e;
	color:white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}


#filter4 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 100%;*/
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box4 {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 400px;
	padding: 30px 5px 0 20px;
	margin:0;
	border: 5px solid #5c758e;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle4 {
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:430px;
	height:30px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #5c758e;
	color:white;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}




.box-close {
	border:none;
	left:395px;
	width:20px;
	position:absolute;
	top:3px;
}

.box-close img {
	border:none;
}

.forget {
	font-size:12px;
}

.forget a {
	color:#5c758e;
	text-decoration:none;
}

.forget a:hover {
	color:#5c758e;
	text-decoration:underline;
}

/* forgetpassword Style*/

.forgettopcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:8px;
}

