@charset "utf-8";
/* 按钮 */
.btn_next {
	background:#E88E26;
}
.btn_yzm {
	background: #EEAB5D;
}
.btn_big, .btn_big_error {
	padding:0 70px;
    height:50px;
    line-height:48px;
    font-size:18px;
	font-weight:bold;
    background-color:#fe5b59;
	background-image: -moz-linear-gradient(top,#fe5b59,#f8524f);
    background-image: -webkit-linear-gradient(top,#fe5b59,#f8524f);
    background-image: -o-linear-gradient(top,#fe5b59,#f8524f);
    background-image: linear-gradient(top,#fe5b59,#f8524f);
	border:1px solid #f6504d;
    box-shadow:0 1px 0 0 #fe8c8a inset;
    text-shadow:0 1px 2px rgba(0,0,0,.3);
	border-radius:3px;
    text-align:center;
	display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    color:#fff;
}
.btn_big_error{
	background: #bbb;
	color: #fff;
	box-shadow:none;
	border:1px solid #bbb;
	cursor: auto;
}
.btn_big:hover {
	background-color: #fd4947;
    background-image: -moz-linear-gradient(top,#fd4947,#f6413e);
    background-image: -webkit-linear-gradient(top,#fd4947,#f6413e);
    background-image: -o-linear-gradient(top,#fd4947,#f6413e);
    background-image: linear-gradient(top,#fd4947,#f6413e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4947', endColorstr='#f6413e', GradientType=0);
    border-color: #f33f3d;
}
.btn_theme{
	background: #3071a7;
}
