#mv_modal_box{
    background:#ffffff;
    width: 647px;
    overflow: hidden;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#mv_modal_box.absolute{
    
}

#mv_modal_box .mv_modal_header{
    background:#de2a2a;
    height: 56px;
    color:#FFF;
    font-size:18px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    padding-left:20px;
    overflow: hidden;
    margin-bottom:26px;
}

#mv_modal_box .mv_modal_header span{
    display: block;
    margin-top:22px;
}


/** FORM **/
#mv_modal_box form{
    width: 607px;
    margin:0 auto;
}

#mv_modal_box .input_holder{
    overflow: hidden;
    margin-bottom:19px;
}

#mv_modal_box label{
    display: block;
    margin-bottom:9px;
    font-size:14px;
    color:#333333;
    text-shadow:0 0 1px rgba(51,51,51,0.3);
    cursor: pointer;
}

#mv_modal_box .mv_txt_input{
    width: 585px;
}

#mv_modal_box .mv_reset_pass{
    color:#468ACA;
    font-size:12px;
    display: block;
    text-shadow:0 0 1px rgba(70,138,202,0.3);
    position: relative;
    top:2px;
}

#mv_modal_box .mv_login_button{
    background:#b80d09;
    width: 147px;
    border:0;
    padding:0;
    color:#FFF;
    font-size:15px;
    height: 32px;
    border-radius:2px;
    padding-top:2px;
    cursor: pointer;
    float:left;
    margin-right:15px;
}

#mv_modal_box .white_big_button{
    background:#f6f6f6;
    width: 135px;
    display: block;
    text-align:center;
    color:#646464;
    font-size:15px;
    text-shadow: 0 0 1px rgba(100,100,100,0.3);
    padding:11px 0 5px;
    float:left;
}

#mv_modal_box .rememberMe{
    color:#999999;
    text-shadow:0 0 1px rgba(153,153,153,0.3);
    font-size:12px;
    margin-top:7px;
    float:right;
}

#mv_modal_box #rememberMe{
    position: relative;
    top: 3px;
    margin-right:3px;
    width: 13px;
}

#mv_modal_box .modal_footer{
    background:url('../../v4_imgs/modal_shape.png') no-repeat center 0;
    overflow: hidden;
    margin-top:20px;
    padding:20px 0 15px;
}

#mv_modal_box .modal_footer p{
    color:#767676;
    font-size:13px;
    line-height:17px;
    text-align:center;
    text-shadow:0 0 1px rgba(118,118,118,0.3);
    padding:0 30px;
}

.mv_social_auth{
    background: url('../../v4_imgs/auth_sep.png') no-repeat center 0;
    width: 326px;
    margin:7px auto 0;
    padding:8px 0 3px;
    overflow: hidden;
}

#mv_modal_box .mv_fb_connect{
    background: url('../../v4_imgs/facebook_connect.png') no-repeat 0 0;
    display: block;
    float: left;
    height: 32px;
    width: 147px;
}

#mv_modal_box  .mv_emoney_connect{
    background: url('../../v4_imgs/emoney_connect.png') no-repeat 0 0;
    display: block;
    float: right;
    height: 32px;
    width: 148px;
}
/** FORM **/
    
#mv_modal_box .piro_close{
    background: url('../../v4_imgs/icons/modal_close.png') no-repeat 0 0;
    height: 14px;
    width: 15px;
    top:23px;
    right:20px;
}


/** INLINE AUTH **/
#mv_modal_box.inline{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin:0;
    width: 100%;
    background: #37383b;
    padding-bottom:20px;
    height: 448px;
}

#mv_modal_box.inline .mv_modal_header{
    margin-bottom:85px;
}


#mv_modal_box.inline form{
    width:502px;
    margin:0 0 0 20px;
    float:left;
    padding-right:19px;
    border-right:1px solid #2c2d2f;
}

#mv_modal_box.inline label{
    color:#FFF;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

#mv_modal_box.inline .mv_txt_input{
    width: 480px;
}


#mv_modal_box.inline .modal_footer{
    background:none;
    float:left;
    width: 249px;
    padding: 0 19px 0 20px;
    border-left:1px solid #3d3e41;
    margin:0;
}

#mv_modal_box.inline .modal_footer p{
    text-align:left;
    color:#FFF;
    font-size:13px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    padding:0;
    margin-top:10px;
}

#mv_modal_box.inline .mv_social_auth{
    background: none;
    width: 249px;
    margin:20px 0 0 0;
}

#mv_modal_box.inline .mv_social_auth a{
    float:none;
    display: block;
}

#mv_modal_box.inline .mv_fb_connect{
    background: url('../../v4_imgs/icons/facebook_connect_big.png') no-repeat 0 0;
    margin-bottom:15px;
    width: 249px;
    height: 37px;
}

#mv_modal_box.inline .mv_emoney_connect{
    background: url('../../v4_imgs/icons/emoney_connect_big.png') no-repeat 0 0;
    width: 249px;
    height: 37px;
}


#mv_modal_box .mv_message{
    margin:0 auto 0;
    text-align:center;
    color:#333;
    font-size:13px;
    text-shadow: 0 0 1px rgba(51,51,51,0.3);
    line-height: 22px;
    width: 608px;
}

#mv_modal_box.inline .mv_message{
    color:#fff;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    margin-top:60px;
    line-height: 17px;
    width: 660px;
}

#mv_modal_box .mv_message span{
    font-size:18px;
    line-height: 40px;
}

#mv_modal_box .mv_action_button {
    background: #b80d09;
    width: 175px;
    border: 0;
    padding: 0;
    color: #FFF;
    font-size: 15px;
    height: 22px;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    padding:10px 0 0;
    display: block;
    text-align:center;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

#mv_modal_box.inline .mv_action_buttons{
    margin-top:5px;
}

#mv_modal_box .mv_action_button.last{
    margin-right:0;
}

#mv_modal_box .mv_action_buttons{
    width: 370px;
    margin:15px auto;
    overflow: hidden;
}
/** INLINE AUTH **/
    
#myvideo_modal_overlay{
    background:#000;
    opacity:0.7;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

/** CUSTOM MODAL **/
#mv_modal_box.custom{
    position: fixed;
    top:200px;
    left:50%;
    z-index: 9999999;
    margin-left:-324px;
}

#mv_modal_box.custom .mv_message{
    margin-bottom:20px;
}
/** CUSTOM MODAL **/

#close_custom_modal{
    background:#5c8651;
    border-bottom:1px solid #507247;
    color:#FFF;
    font-size:15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 150px;
    text-align:center;
    margin:0 auto 20px;
    display: block;
    padding: 9px 0;
    border-radius:4px;
}
