.messages_vcode{
    display:none;padding:20px;
    width: 248px;
    text-align: center;
}
.messages_vcode .vcodetitle{
    height: 44px;
    line-height: 44px;
    /*font-weight: bold;*/
    text-align: center;;
    font-size: 14px;
}
.messages_vcode .vcodeimg{
    width: 248px;
    height: 42px;
    overflow: hidden;
}
.messages_vcode .vcode_val{
    width: 248px;
    height: 30px;
    font-size: 16px;
    text-align: center;
}
.messages_vcode .vcode_submit{
    width: 250px;
    height: 35px;
    padding: 0;
    margin: 5px 0 0 0;
    border-color: #be0e29;
    border:1px solid #be0e29;;
    background-color: #be0e29;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}