﻿#divLogin
{
    width: 570px;
    border: 1px solid #167db7;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

#divLogin li
{
    display: inline-block;
    padding: 5px 0;
}

.li_login_1
{
    width: 100px;
    text-align: left;
}

.li_login_2
{
    padding-left: 10px !important;
    width: 150px;
    text-align: left;
}

.forgot_passwd
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.div_bg_full
{
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: Black;
    filter: alpha(opacity=50); /*Use in IE MAX = 100*/
    opacity: 0.5; /*CSS 3 Opacity MAX = 1.0 Remark: 100=1.0, 20=0.2*/
}

#divForgotPassword
{
    top: 90px;
    left: 50%;
    position: fixed; /*So that it doesnt move even when scrolled*/
    z-index: 101;
    width: 100%;
    margin-left: -50%; /*Should be half of the width*/
    background-color: Transparent; /*Not necessary, added this so that it stands out*/
}

#divForgotPassword li
{
    display: inline-block;
    padding: 10px 0;
}

#divForgotPassword table
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}




