body{ 
	text-align:center;
	font:12px/1.5 SimSun;
	-webkit-text-size-adjust:none;
	color:#000000; 
	/*background:url(../images/bg.jpg) #00CCFF no-repeat center;*/
	/*background:none repeat scroll 0 0 #3680D2; 蓝色背景*/
}

*{
	font:12px 宋体;
}

a:link,a:visited{ 
	color:#636162;
	text-decoration:none;
	outline:none;
}

a:hover{ 
	color:#cd1f54;
	text-decoration:none;
}

button{ 
	cursor:pointer
}

select{ 
	border-width:1px
}

/* 公共函数 */
.wrap{ 
	clear:both;
	margin:0 auto;
	width:1000px;
	text-align:left;
	margin-bottom:5px;
}

.clear{
    clear: both;
}

/* HEADER */

.clear:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* login */
.login_jo{
	width:735px;
	height:382px;
	border:1px #9da0a2 solid;
	border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #FFFFFF ;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	margin:10% auto;
	padding:0;
}

.title_jo{
	width:347px;
	margin: 10px auto 50px;
	
}

.login_jo ul{
	width:100%;
	height:80px;
}

.login_jo ul li{
	width:732px;
	height:28px;
	padding-left:210px;
	margin:12px 0;
}

.login_jo ul li em{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	padding:6px 0;
	*position:relative;
	*top:-4px;
}

.login_jo ul li em b{
	padding:0 7px;
}

.login_jo ul li input{
	width:196px;
	height:25px;
}

.login_jo ul li span{
	padding:7px 0 6px 5px;
	color:#FF0000;
	*position:relative;
	*top:-4px;
}

.button_jo{
	width:732;
	height:28px;
	padding-left:270px;
	margin-top:8px;
}

.button_jo input{
	width:65px;
	height:28px;
	text-align:center;
	cursor:pointer;
}

.footer_jo{
	width:100%;
	height:90px;
	text-align:center;
	line-height:90px;
	font-size:14px;
	letter-spacing:4px;

}
