@charset "utf-8";
/* CSS Document */

/* 通用基本样式 */
.table-form th,.table-form2 th{padding-right:10px;font-weight:normal;text-align:right;}
.table-form th,.table-form td,.table-form2 th,.table-form2 td{padding-top:10px;}		
		
/* submit/botton按钮样式 */
btn-reg-bg {
	width: 270px;
	height: 36px;
	color: #FFF;
	font-size: 16px;
	text-indent: -9999px;
	font-weight: 800;
	overflow: hidden;
	background: url(__ROOT_/Public/Images/btn-reg.jpg) no-repeat;	
} 

.btn{
	width:90px;
	height:26px;
	line-height:18px;
	font-size:15px;
}

.radius{
	display: inline-block;
	margin-right:10px;
	padding:2px 12px;		
	font-size:13px;	
	text-align:center;
	border:1px solid #004B97;
	border-radius:7px;	
	color:#004B97;
	font-family:"Microsoft Yahei";		
	cursor: pointer;		
}

.btn1{
	display: inline-block;
	margin-right:30px;
	padding:0 30px;	
	height: 36px;
	line-height: 36px;	
	font-size:15px;	
	text-align:center;
	border:none;
	background:#004B97;
	color: #fff;
	font-family:"Microsoft Yahei";		
	cursor: pointer;		
}
.btn2{
	display: inline-block;
	margin-right:0px;   
	padding:0 20px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	border: medium none;
    background: none repeat scroll 0% 0% #FF4B01;  
    border-radius: 4px;
    transition: all 0.3s ease-in-out 0s;
	overflow: hidden;	
	cursor: pointer;
	hover{color: #fff;}
}   

