@charset "utf-8";

body {
	margin:0;
	padding:0;
	line-height:17px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background:#E6E9FF;*/
	background:#F2F2F2;

	
}
h1,h2,h3,h4
{
	margin:0px;
	padding:0px;
}
.login {
	background-color: #FFFFFF;
}

#topBg{
	width:100%;
   height:35px;
   top:0px;
   position:fixed;
  	background:#3c9ace;

}
#bottomBg{
	width:100%;
	height:27px;
 	background:#3c9ace;
	bottom:0px;
	position:fixed;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;

}
#bottom{
	width:100%;
	height:27px;
 	background:#3c9ace;
	bottom:0px;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;

}
#container{
	width:1024px;
    margin:0 auto;
	
}
#innerWrapper
{
	width:1024px;
    margin:0 auto;
	background:#3c9ace;
}
#two_rit{
   width:340px;
   height:333px;
   margin:150px auto;
}
#log_l{
   height:55px;
   float:left;
   background:url(../images/Login-Page_05.png) no-repeat;
   width:340px;
}
#log_c{
   height:244px;
   float:left;
   width:260px;
   background:url(../images/Login-Page_07.png) repeat-y;
   text-transform:uppercase;
   font-size:14px;
   padding:10px 40px 10px 40px;
}
#log_c a{ 
   text-decoration:none;
   display:block;
   font-size:12px;
   color:#666666;
   text-transform:none;
   }
#log_r{
   height:34px;
   float:left;
   width:340px;
   background:url(../images/Login-Page_08.png) no-repeat;
}
.input_field {
	width: 200px;
	padding:5px;
	height:26px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.head_c { clear: both; width:100%; height: 8px; }
.clear
{
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}