html,body,form{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
html,body{
	height: 100%;
}
form{

}
body,td,p{
	padding: 0px;
	margin:0px;
	font-family: Arial,Verdana, Tahoma, Helvetica,sans-serif;
	font-size: 12px;
}
td{
	vertical-align: top;
}
.bigTable{
	width: 100%;
	height: 100%;
}
img{
	border: 0px;
	padding:0px;
	margin:0px;
}
table{
	margin:0px;
}
#messager{
	float:left;
	position:absolute; 
	top: 0;
	left:0;
	text-align:center;
	vertical-align:middle; 
	width:100%; 
	height:100%; 
	z-index: 999;
	display: none;	
	margin:0px;
	padding:0px;
}
.massageCont{
	position absolute;
	background: white;

	top: 0;
	left:0;
	width: 350px;
	height: 80px;
	padding: 20px;

	vertical-align: middle;
	color: #095998;
	border: 2px solid #00a4e7;
	z-index: 9999;
}
.massageCont input{	
	color: white;
	border: 0;
	width: 110px;
	margin-top: 10px;
/*	background: #e71802;*/
}
.msB1{
	background-color: #00a4e7;
}
.msB2{
	background-color: #008cce;
}
.msB3{
	background-color: #81c5f9;
}
#messagerBack{
	position:absolute; 
	top: 0px;
	left:0px;
	width:100%; 
	height:100%; 	
	background-color: white;
	opacity: 0.70; /* Safari, Opera and Mozilla */
	filter: alpha(opacity=70);
}
.messagerFront{
	position:absolute; 
	width: 100%;
	height: 80px;
}
#ms{
	margin-bottom:10px;
}

#page{
	position:relative; 
	top:0; 
	left:0px; 
	width:100%;
}
.red{
	color:red;
}
label.error{
	color: red;
	font-size:12px;
	position: absolute;
	margin-left: -200px;
} 
a.err:link,
a.err:visited,
a.err:hover,
a.err:active{
	color: red;
	font-size: 16px;
	visibility: hidden;
	text-decoration: none;
	font-weight: bold;
}


#messagerWindow{
	float:left;
	position:absolute; 
	top: 0;
	left:0;
	text-align:center;
	vertical-align:middle; 
	width:100%; 
	height:100%; 
	z-index: 999;
	display: none;	
	margin:0px;
	padding:5px;
	color: #2f76ab;
}

.messagerBack{
	position:absolute; 
	top: 0px;
	left:0px;
	width:100%; 
	height:100%; 	
	background-color: white;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.messagerFront{
	position:absolute; 
	width: 350px;
	height: 80px;
	border: 1px solid #999999;
	background: white;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#c0c0c0', Positive='true')
}

#popUpWindow{
	position:absolute; 
	top: 0;
	left:0;
	text-align:left;
	vertical-align:top; 
	width:100%; 
	height:100%; 
	z-index: 999;
	display: none;	
	margin:0px;
	padding:0px;
}

#popUpWindow .messagerFront{
	position:absolute; 
	top: 0;
	left:0;
	width: 600px;
	height: 520px;
	background: white;
	border: px solid #333333;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#c0c0c0', Positive='true')
}
#popUpWindow .messagerBack{
	position:absolute; 
	top: 0px;
	left:0px;
	width:100%; 
	height:100%; 	
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.70;
}


#popUpWindow #closeBut{
	position: relative;
	width: 100%;
	top: 10px;
	right: 10px;
	text-align: right;
}
#popUpWindow #content{
	height: 520px;
	width: 100%;
	margin: 0px;
}

#popUpWindow #content iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.r{
	text-align: right;
}
.CloseExample{
	position: absolute;
	background:#F5822A none repeat scroll 0 0;
	color:white;
	right: 15px;
	font-size:24px;
	font-weight:bold;
	width: 27px;
	height: 27px;
	text-transform: uppercase;
	vertical-align: center;
	margin: 0px;
	padding: 0px;
}
.CloseExample a{ 
	text-decoration: none;
	line-height:24px;
}
.CloseExample a:link,.CloseExample a:visited,.CloseExample a:hover,.CloseExample a:active{
	text-decoration: none;
	color: white;
}
