@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,p,div,iframe,form,table,td,th,ul,li{
	padding: 0;
	margin: 0;	
	
}


html, body, #fullheight{
	color: #FFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	min-width:600px;
	min-height:300px;
	height:100%;
	width:100%;
	
}

#fullheight{
	margin-left:-5px;
	border-style:none;
	left: 0px;
}

body{
	background-color:#908888;
	background-image: url(log_page_back.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

.mid_box{
	float:left;
	height:283px;
	width:50%;
	margin-left:-396px;
	background-image: url(back_rep_ie.jpg);
	background-repeat: repeat-x;
	z-index:1;
	background-position: center;
}
div[class="mid_box"]{ background-image: url(back_rep.png);}

.log_box{
	float:left;
	height:283px;
	width:792px;
	background-image: url(back_pic.gif);
	background-position: left;
	z-index:2;
	background-repeat: no-repeat;
	text-align: right;
}

div[class="log_box"]{ background-image: url(back_pic.png);}

.mess{
	padding-top:33px;
	padding-right:33px;
}

.login{
	float:right;
	padding-top:68px;
	padding-right:90px;
	color:#666666;
	width:200px;
}

.input {
	margin-top: 7px;
	border: 1px solid #666666;
	background-color: #FFFFF0;
	background-image: url(bg_field.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.links{
	float:right;
	width:150px;
	padding-top:25px;
	text-align: center;
	padding-right:15px;
}


.links a{
	
	color: #4573a3;
}

.blue_but{
	margin-top:-3px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	background-color:#4573a3;
	background-image: url(b_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;	
}

.blue_but a{
	
	padding:5px;
	padding-right:14px;
	padding-left:14px;
	color:#fff;
	text-decoration:none;
	background-image: url(b_left.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	
.blue_but a:hover{
	text-decoration:underline;
}
.footer{
	clear:both;
	width:100%;
}