@charset "utf-8";
/* CSS Document */
/* 注册 登录 密码 留言 */
.login,.register,.feedback{padding:10px;}
.item{margin-bottom:7px;}/*登录注册等表单的行*/
.item span,.item input,.item h3,.item a,.item label,.item .birth{
	float:left;
	}
.feedback h2{	color:#262e70;margin:20px 0px;}
.item h3{
	width:160px; 
	height:25px;
	line-height:25px;
	text-align:right;
	color:#262e70;
	}
.item font{
	color:red;
	}
.item span{
	margin-left:5px;
	height:25px;
	line-height:25px;
	}
.item strong{float:left; padding-left:5px;}	
.item input,.item .birth{
	margin-left:15px;
	}
.item .birth{height:35px;line-height:35px;}
.item label{padding-top:10px;}
.item select{border:1px #dadada solid;border-radius:3px;height:20px; line-height:20px;}
.item span a{ color:#f00;}
input.text{
	height:25px;
	line-height:25px; 
	padding-left:3px;
	border:1px #dadada solid;
	border-radius:3px;
	font-family:"微软雅黑";
	font-size:12px;
	}
.w1{width:250px;}
.w2{width:100px;}
.check-code{float:left; margin-left:10px; height:35px; line-height:35px;}
.check-code img{display:block;height:35px; float:left;}
.check-code span{ float:left;}
.check-code a{color:#F00; float:left;}
.check-code a:hover{ text-decoration:underline; cursor:pointer;}
.btn-sure{
	width:100px; 
	height:34px; 
	line-height:34px; 
	background:#09F; 
	color:#fff; 
	font-family:"微软雅黑"; 
	margin-left:100px;
	border:1px #09F solid;
	border-radius:3px;
	letter-spacing:5px;
	}
.btn-sure:hover,.btn-sure:active{ 
    background:#06F;
	border:1px #06F solid;
	border-radius:3px; 
	color:#fff; 
	cursor:pointer;
	}
.txtarea{
	width:400px;
	min-height:100px;
	padding:5px;
	border:1px #dadada solid;
	border-radius:3px;
	font-family:"微软雅黑";
	font-size:12px;
	 margin-left:15px;
	}
.feedback{ padding:20px 0px;}
/* 注册 登录 密码 留言 结束 */

/*分页*/
.cms_page,.cms_page-title{ padding:15px 0px; text-align:right;}
.cms_page a{padding:1px 7px; margin:3px;color:#333;border:1px #dadada solid;}
.cms_page a:hover{color:#fff; background:#F00; padding:2px 8px; border:none;}
a.cms_page-current{ padding:2px 8px;border:0; background:none; color:#f00;}
.cms_page-title a{ display:block;}
.cms_page-title a:hover{ color:#F00; text-decoration:underline;}