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%;
	background-color: white;
	min-width: 1024px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%")
}
body{
	background-color: white;
	background-image: url('/img/bodyBg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#page{
	position:absolute; 
	top:0; 
	left:0px; 
	text-align: center; 
	width:100%;
	height:100%
}
a:link,
a:visited{
	color: blue;
	text-decoration:none
}
a:hover,
a:active{
	color: blue;
	text-decoration:underline
}
form{

}
body,td,p{
	padding: 0px;
	margin:0px;
	font-family: Verdana, Tahoma, Arial,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: #e71802;
	border: 2px solid #e71802;
	z-index: 9999;
}
.massageCont input{	
	color: white;
	border: 0;
	width: 110px;
	margin-top: 10px;
/*	background: #e71802;*/
}

.msB1{
	background-color: #e71802;
}

.msB2{
	background-color: #80d03d;
}

.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: 350px;
	height: 80px;
}

#ms{
	margin-bottom:10px;
}

label.error{
	color: red;
	font-size:9px;
} 

