body{
    background: #FFF;
}

#beta_auth{
    background: url('../../v4_imgs/beta_login_bg.png') no-repeat 0 0;
    height: 416px;
    width: 828px;
    position: absolute;
    top:50%;
    margin-top:-213px;
    left:50%;
    margin-left:-414px;
}

#beta_auth form{
    width: 572px;
    min-height: 100px;
    overflow: hidden;
    margin:108px auto 0;
}

#beta_auth form label{
    display: block;
    font-size:14px;
    color:#333333;
    text-shadow: 0 0 1px rgba(51,51,51,0.3);
    cursor: pointer;
}

#beta_auth .text_input{
    width: 560px;
    height:38px;
    border:1px solid #d8d8d8;
    margin:9px 0 19px;
    font-size:13px;
    color:#333333;
    text-shadow: 0 0 1px rgba(51,51,51,0.3);
    padding-left:10px;
}

#beta_auth .mv_login_button{
    background: none repeat scroll 0 0 #B80D09;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 32px;
    padding: 2px 0 0;
    width: 150px;
}

#beta_auth .mv_fb_connect {
    background: url("../../v4_imgs/facebook_connect.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin-left: 11px;
    width: 140px;
}

#beta_auth .mv_remember_me {
    color: #999999;
    float: right;
    font-size: 12px;
    margin-top: 7px;
    text-shadow: 0 0 1px rgba(153, 153, 153, 0.3);
}


#beta_auth .mv_remember_me_check {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#beta_auth p{
    color:#767676;
    text-shadow: 0 0 1px rgba(118,118,118,0.3);
    font-size:13px;
    text-align: center;
    max-width: 500px;
    line-height: 17px;
    margin:65px auto 0;
}

#feedback_form{
    width: 280px;
    height: 50px;
    overflow:hidden;
    position: absolute;
    bottom:0;
    right:40px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);

}

#feedback_form #feedback_form_header{
    background:#37383b url('../../v4_imgs/icons/feedback_logo.png') no-repeat 12px 10px;
    border-radius:4px 4px 0 0;
    height: 34px;
    padding-left:56px;
    font-family: Arial;
    color:#FFF;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top:16px;
    text-shadow: 0 1px 0 rgba(2,1,2,0.25);
    cursor: pointer;
}

#feedback_form .inputs_holder{
    padding: 15px;
    overflow: hidden;
}

#feedback_form .text_input{
    border:1px solid #d8d8d8;
    border-radius:4px;
    padding-left:10px;
    width: 238px;
    height: 34px;
    color:#333333;
    font-size:13px;
    text-shadow:0 0 1px rgba(51,51,51,0.3);
    margin-bottom:15px;
}

#feedback_form textarea{
    border:1px solid #d8d8d8;
    border-radius:4px;
    padding:10px;
    width: 228px;
    height: 96px;
    color:#333333;
    font-size:13px;
    text-shadow:0 0 1px rgba(51,51,51,0.3);
    margin-bottom:15px;
    resize: none;
    max-height: 400px;
    min-height: 96px;
}

#feedback_form .submit_holder{
    background:#F6F6F6;
    border-top:1px solid #ededed;
    padding:15px;
}

#feedback_form .submit{
    background:#b80d09;
    width: 250px;
    text-align: center;
    border:0;
    border-radius:4px;
    color:#FFF;
    text-shadow: 0 1px 0 rgba(2,1,2,0.25);
    font-size:15px;
    padding:11px 0 9px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
