
.filter1
{
	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);
	-moz-opacity:0.5;
}


.box1 
{
	display:none;
	position: absolute;
	top: 0%;
	left: 15%;
	width: 710px;
	height: 350px;
	padding-top:50px;
	margin:-150px 0px 0px 0px;
	border: 1px solid #eaa309;
	background-color: #fef8eb;
	z-index:101;
	overflow: none;
}

.boxtitle1
{
	position:absolute;
	
	top:0;
	left:0;
	width:702px;
	height:24px;
	
	padding-top:4px;
	padding-left:8px;
	margin:0;
	background:url('../images/logintd.gif') repeat-x;
	border-bottom:2px solid #fbdfa4;
	font-weight:bold;
	color:#da1b08;
	font-size:10pt;
	text-align:center;
}




.filterSmall
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;

}


.boxSmall
{
	
	
		
	
	padding:50px 0px 0px 0px;
	display:none;
height:200px;
width:340px;
margin:0px 0px 0px 30%;
position:absolute;
border: 1px solid #eaa309;
	background-color: #fbe3ad;
	z-index:101;
	overflow: none;
	
}

.boxtitleSmall
{
	position:absolute;
	
	top:0;
	left:0;
	width: 332px;
	height:24px;
	
	padding-top:4px;
	padding-left:8px;
	margin:0;
	background:url('../images/logintd.gif') repeat-x;
	border-bottom:2px solid #f8bd3c;
	font-weight:bold;
	color:#da1b08;
	font-size:10pt;
	text-align:center;
}




















