﻿.dvBorder
{
    padding: 0px !important;
    margin: 0px !important;
}
ul li
{
    display: inline;
}

#myoutercontainer
{
    position: absolute;
}
#myinnercontainer
{
    position: fixed;
    top: 50%;
    height: 10em;
    margin-top: -5em;
    width: 100%;
    text-align: center;
}

#login
{
    /*Previously img is present
    background: url("../../Static/Images/login_bg.gif") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #735F46;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 7px 12px 10px #E4E0DB;
    height: 226px;  /*Previous height is 276px*/
    margin: 100px auto 0;
    width: 380px;
}
.login_image
{
    float: left;
    height: 270px;
    width: 355px;
}

#login_content
{
    float: right;
    height: 250px;
    margin-top: 5px;
    padding: 10px;
    width: 310px;
}

.login_img
{
    background: url("../../Static/Images/drop.png") no-repeat scroll 0 0 transparent;
    height: 228px;
    margin: 28px auto 0;
    width: 92px;
}

#login_content
{
    float: right;
    height: 250px;
    margin-top: 5px;
    padding: 10px;
    width: 310px;
}

.login-info
{
    color: #444444;
    font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    letter-spacing: 1px;
    line-height: 25px;
    width: 100%;
}

.inputboximage
{
    background-color: #FFFFFF;
    border: 1px solid #735F46 !important;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
    max-width: 250px !important;
}


.loginbutton
{
    background: url("../../Static/Images/loginbutton.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 33px;
    margin-right: 20px;
    margin-top: -13px;
    width: 88px;
    border: 0px;
    line-height: 18px;
}
