@charset "gb2312";
/* CSS Document */

.vote_form{
    width: 95%;
    margin:3% 2.5% 0;
    background-color: #f5f5f5;
    border:1px #dedede solid;
    border-radius:5px;
    font-family: "MicroSoft Yahei";
}
.vote_form h3{
    line-height:30px;
    font-size:18px;
    overflow: visible;
    text-overflow: inherit;
    white-space:inherit;
    padding:15px 3% 0;
    color: #666;
    background:none;
    border-bottom:0;
}
.vote_form ul{
    padding:0 3%;
    border-bottom:1px #dedede solid;

}
.vote_form li{
    font-size:14px;
    border-bottom:1px #dedede solid;
    color: #555;
    vertical-align: middle;
}
.vote_form li:last-child{
    border-bottom:0px;
}
.vote_form li .vote_select{
    height: 60px;
    line-height: 60px;
}
.vote_form li .vote_select input.vote_radio{
    vertical-align: inherit;
}
.vote_form .vote_submit{
    display: block;
    line-height: 60px;
    font-size:16px;
    text-align: center;
}
.vote_form .vote_result{
    display: none;
    height: 40px;
    line-height: 40px;
}
.vote_form .vote_result_meta{
    height: 10px;
    background-color: #a9a9a9;
    float: left;
    width: 57.5%;
    margin:7px 2.5% 7px 0;
}
.vote_form .vote_result_meta span{
    display: block;
    height: 10px;
    background-color: #446bec;
}
.vote_form .vote_result>span{
    width: 14%;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.vote_form .vote_result span.vote_number{
    width: 26%;
}
.vote_form .vote_submit .vote_button{
    display:block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
#vote_result_cnt{
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.error_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
    z-index: 100;
    display: none;
}
.error_reminder{
    width: 200px;
    margin:0 auto ;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}
.error_reminder span{
    display: block;
    text-align: center;
}
.error_reminder span.error_content{
    border-bottom:1px #dedede solid;
    height: 70px;
    line-height: 70px;

}
.error_reminder span.error_determine{
    font-size:16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
