/* project: www.soshoo.com/首页
   author: xu ying (cherry.xu@soshoo.com) */

   
/* default styles
   -------------- */
*{
	margin:0;
	padding:0;
	}   
a{
	text-decoration:none;}
body { 
	padding: 0; 
	margin: 0; 
	font: 12px "宋体", Arial;
	line-height: 1.5em;
	background: #ECECEC; 
	color: #000000; 
}
.top{
	width:960px;
	height:100px}
.header{	
	height:60px;
	margin-bottom:5px;
	}
.logo_right{
	float:right;
	width:650px;
	}
#tools{
	height:25px;
	vertical-align:top;
	text-align:right;
	font-size:12px;
	color:#0033FF;
	}
#latest{
	position:relative;
	height:25px;
	}
.latest_div{
	position:absolute;
	right:0;
	bottom:0;
	font-size:12px;
	font-weight:bold;
	color:#666666;	
	text-align:right;
	vertical-align:bottom;
	margin-bottom:5px;}
.red{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;}
.nav{
	height:30px;}
.nav li{
	width:160px;
	height:30px;
	margin:0;
	float:left;
	line-height:30px;
	_line-height:;
	text-align:center;
	}
.nav li a{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
.nav li a:hover{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;}


.navOn{
	background:url(../image/navOn.png) no-repeat;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.navOff{
	background:url(../image/navOff.png) no-repeat;
	vertical-align:middle;
		}
.line5{
	height:5px;
	background-color:#ff7808;
	overflow:hidden;}	
.footer{
	width:960px;
	height:120px;}	
.footer{
	clear:both;
	width:960px;
	height:120px;		
	text-align:center;
	padding-top:20px;
	color:#333333;
	line-height:30px;
	border-top:1px solid #FEFEFE;
}
.bottom{
	width:770px;
	height:40px;		
	text-align:center;
	color:#333333;
	padding-top:5px;
	background:url(../image/footer.png) repeat-x;
}
.footer a{
	color:#333333;}
	
	
/* 前台登录 styles
   -------------- */
 .content{
	margin:0 auto;
	width:960px;
}
 
.logo{
 	width:227px;
	height:50px;
	margin-top:50px;
 }

.login_cont{
		width:960px; 
		margin:60px auto; 
		background:url(../image/loginbanner.png) no-repeat;
		height:300px;
}

.login_right{
	position:absolute;
	width:362px;
	margin-top:-20px;
	height:256px;
	z-index:100;
	left:59%;
	text-align:center;
	padding-top:70px;
	background:url(../image/beforelogin.png) !important;
	_background:url(../image/beforelogin.gif) !important;
}

.input{
	border:1px solid #CC0000;
	width:150px;
	height:22px;
}
.test{
	border:1px;
	border-color:#999999;
	width:130px;
	height:22px;
	}
.btn{
	width:79px;
	height:30px;
	border:0px;
	background-image:url(../image/btnOn.gif)
}
	
.login_tab{ font-size:14px; width:80%; margin:0 auto;}

.login_tab span{ margin-top:5px; display:block;}
	
.errmeg{
	width:454px;
	height:271px;
	margin:0 auto;
	margin-top:80px;	
	background:url(../image/errMeg.png);}
.welcome{
	width:454px;
	height:271px;
	margin:0 auto;
	margin-top:80px;	
	background:url(../image/welcome.png);
	}


	
	