#login_dialog
{
    height: 280px;
    width: 520px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -260px;
    margin-top: -70px;
    background-color: #fefefe;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

#login_logo_div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background: url('../images/login_bg.png') left no-repeat;
    opacity: 0.6;
}

#login_form_div
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 246px;
    padding-left:14px;
    background-color: #bcd4fa;
}

#login_form_div h6
{
    font-size: 24px;
    color: #ff9640;
    font-weight: lighter;
    text-shadow: 1px 1px #5e5e5e;
    margin-top: 28px;
    margin-bottom: 42px;
    display: block;
    /*background-color: rgba(10, 10, 214, 0.2);*/
    
}

#login_form_div .input-prepend
{
    margin-top: 5px;
}

#login_form_div input
{
    width: 200px;
}

#login_form_div button
{
    margin-top: 50px;
  /*  width: 238px; */
  width: 120px;
  float: right;
  margin-right: 14px;
}