@charset "utf-8";
/* CSS Document */

/* 通用基本样式 */
input{
	height:22px;
}


.table-form th{		
	padding-right:10px;
	font-weight:normal;
	text-align:right;	
}
.table-form th,.table-form td{
	padding-top:15px;	
}

		
		
/* 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;
}

.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:30px;   
	padding:0 20px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border: medium none;
    background: none repeat scroll 0% 0% #FF4B01;  
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
	overflow: hidden;	
	cursor: pointer;
}   

