@charset "utf-8";
/* CSS Document */


/*
by hong qing xue 2013-05-02
*/

strong{
    font-weight: bold;
}
a{
    text-decoration: none;
}

.container{
     margin: 30px auto 30px auto ;
     width: 980px;
     font-size: 12px;
     line-height: 180%; background:none
}

/*流程 --begin*/
.process{
    overflow: hidden;
    _zoom:1;
    margin-bottom: 25px;
}
.process li{
    background: url("../images/process.gif") no-repeat;
    width: 244px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: -10px;
	font-size:12px;
    font-weight: bold;
	color:#999;
    line-height: 28px;
}
.process .cur{
    background-position:0 -28px ;
    color: #fff;
}/*流程 --end*/



/*content --begin*/
.content{
	padding: 0 19px 19px 19px;
	border:1px solid #ececec;
}
.content_title{
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
.content_main{
    padding: 25px 25px 25px 50px;
    background: #f4f4f4;
}
.form_list{/**/
    color: #6e6e6e;
    font-size: 12px;
    margin-bottom: 50px;
}
.form_list li{
    padding-bottom: 5px;
    clear: both;
}
.content .list_title{/*表单名称*/
    display: block;
    width: 70px;
    height: 21px;
    padding-right: 5px;
    line-height: 21px;
    float: left;
    text-align: right;
}
.content .texts{/*表单样式*/
    width: 204px;
    height: 19px;
    border: 1px solid #ccc;
}
.pay_style{
    font-size: 14px;
    padding-bottom: 15px;
}
.content_table{
    width: 800px;
    margin: 15px 15px 15px 45px;
}
.content_table td{
    padding: 5px;
}
.content_table img{
    border: 1px solid #ddd;
}
.zfb{
    vertical-align: middle;
    border: 1px solid #ddd;
}
/*按钮*/
.btn_sumbit{
    background:url("../images/cart/btn.png") 0 -196px no-repeat;
    width: 155px;
    height: 45px;
    cursor: pointer;
    border: 0px;
    text-indent: -9999px;
	font-size:0
}

/*字体*/
.red_txt{
    color: #f00;
}
.font12{
    font-size: 12px;
}
/**/
.padl20{
    padding-left: 20px;
}
.padt25{
    padding-top: 25px;
}
.bankList {
margin: 15px 15px 15px 45px; overflow:hidden; zoom:1}
.bankList *{
    vertical-align:middle;
 }
.bankList label{
display: block;
margin: 0 20px 7px 0;
cursor: pointer;
float:left;
}
.pay_style label{
cursor: pointer; 
}
.bankList label:hover img { opacity:.8; filter:alpha(opacity:80); border-color:red; }
