/* 
    Document   : login
    Created on : Feb 8, 2010, 6:34:25 PM
    Author     : zeeshan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#login_form_div{
    padding: 20px;
    border: 1px solid;
    width: 240px;
    float: left;
}

#login_form_div input[type=text] {
    background:url(../../images/bg_loginformfield.gif) no-repeat left;
    height:19px;
    width:230px;
    padding:5px;
    margin:0 0 10px 0;
    border:none;
    background-color:#9f65a2 !Important;
    color:#FFFFFF;
}

#login_form_div input[type=password] {
    background:url(../../images/bg_loginformfield.gif) no-repeat left;
    height:19px;
    width:230px;
    padding:5px;
    margin:0 0 10px 0;
    border:none;
    background-color:#9f65a2 !Important;
    color:#FFFFFF;
}

#submit_button{
    margin: 0 0 0 64px;
}

#admin_area_details{
    margin-left: 300px;
    padding-right: 70px;
}

#admin_area_details ul{
    padding: 0px;
    margin-top: 16px !important;
    margin-left: 34px !important;
}

#admin_area_details li{
    /*list-style-type: square !important;*/
    color: #EFE2F7 !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
    height: auto !important;
    width: auto !important;
    font-size: 13px !important;
    text-align: justify;
    /*font-weight: bold !important;*/
}

