.banner_btn{
    font-weight: 300;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-header{
    position: relative;
}
.modal-title{
    font-size: 16px;
    font-weight: bolder;
    border-left: 5px solid #D70000;
}
.modal-header{
    padding: 9px 15px 9px 0px;
}
.modal-header .close {
    position: relative;
    top: -38px;
    right: -34px;
}

.modal-dialog {
    margin: 20px 30px
}
.modal-body{
    padding: 15px 0px;
    font-size: 14px;
    margin-top: 15px;
}
.modal-body p{
    height: 40px;
    line-height: 40px;
    margin-bottom: 36px;
}
input[type="text"]{
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    width: 360px;
}
.red{
    color: #D70000;
}
.down_div{
    text-align: center;
    margin-bottom: 30px;
}
.down_btn{
    display: block;
    background-color: #8E0608;
    width: 85%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    margin: 0px auto;
}
.error_msg{
    margin-left: 90px;
    font-size: 12px;
    color: red;
}
.input_text{
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    width: 122px;
}