/*
    Document   : admindemo
    Created on : May 20, 2009, 11:44:15 AM
    Author     : tabish
    Description:
        Purpose of the stylesheet follows.
*/

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


#demo-description
{
    /*border: 1px solid #00FF00;*/
    /*background-color: #4D1849;*/
    width: 260px;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 30px 10px 0px 0px;
    font-size: 16px;
}
#get_started_admin_img
{
    /*border: 1px solid #00FF00;*/
    margin-top: 45px;
}
#screenshot
{
    /*border: 1px solid #FF0000;*/
    background: url(../../images/adminscreenshot.png) no-repeat;
    width: 493px;
    height: 304px;
    float:left;
    margin: 10px 0px 30px 40px;
}
#demo-description ul
{
    list-style-type:disc;
    padding-left: 25px;

}
#demo-description li
{
    margin-bottom: 10px;
    color: #EFE2F7;
    float: none;
    width: 250px;
    height: auto;
    list-style-type:disc;
}

.form-note {
    margin-top: 0px;
    padding-left: 80px;
    width: 350px;
}



#admin_register_form{
    float:left;
    width: 440px;
    /*border: 1px solid green;*/
}