﻿
.modal-login .modal-content {
    width:400px;
    height:400px;
    background:#fff;
    border-radius:6px;
    padding:5px 30px 0 30px
}
.modal-login .close {
    position:absolute;
    top:24px;
    right:30px;
    width:20px;
    height:20px;
    background-position:-140px -140px;
    cursor:pointer;
    -moz-opacity:.25;
    opacity:.25;
    filter:alpha(opacity=25);
    -webkit-transition:all .2s;
    -ms-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    z-index:2
}
.modal-login .modal-login_form h2 {
    overflow:visible;
    position:relative;
    clear:both;
    width:100%;
    height:60px;
    line-height:59px;
    text-align:left;
    font-size:20px;
    color:#333;
    margin-bottom:16px;
    border-bottom:1px solid #e8e8e8
}
.modal-login .modal-login_line {
    position:relative;
    width:100%;
    overflow:visible;
    clear:both;
    height:68px
}
.modal-login .modal-login_line input {
    height:44px;
    line-height:44px;
    width:99%;
    padding:0;
    background:none;
    border:1px solid #ccc;
    box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
    border-radius:3px;
    font-size:13px;
    text-indent:6px
}
.modal-login .modal-login_line input.username {
    background:url(../images/user-ico.png) no-repeat right center
}
.modal-login .modal-login_line input.psw {
    background:url(../images/lock-ico.png) no-repeat right center
}
.modal-login .modal-login_line.code input {
    width:200px
}
.modal-login .modal-login_line.code img {
    display:inline;
    height:44px;
    vertical-align:-90%
}
.modal-login .modal-login_submit {
    width:100%;
    float:left;
    height:50px;
    line-height:50px;
    border-radius:3px;
    overflow:hidden;
    background:none;
    border:none;
    background:#ff3a2b;
    font-size:16px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    box-shadow:0 1px 1px rgba(0,0,0,0.05);
    -webkit-transition:all .2s;
    -ms-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.modal-login .modal-login_submit:hover {
    box-shadow:0 4px 8px rgba(0,0,0,0.25)
}
.modal-login .modal-login_link a {
    color:#ff3a2b
}
.modal-daili .modal-content {
    height:410px !important
}
.modal-daili .modal-content textarea {
    width:100%;
    height:100px;
    border:1px solid #ccc;
    border-radius:4px;
    padding:8px
}
.modal-mobileBet .modal-content {
    width:400px;
    height:400px;
    background:#fff;
    border-radius:6px;
    padding:5px 30px 0 30px
}
