#main_content ul.presentation{
    padding-top:22px;
    height: 448px;  /*       64 * 7      */
}
#main_content ul.presentation li{
    height:64px;
    list-style-type:none;
    color:#333333;
}

#main_content ul.presentation li img{
    float:left;
    left:-18px;
    bottom:14px;
    position:relative;
}

#auth {
    -moz-border-radius:10px;
    background-color:#FFFEEE;
    border:1px solid #99ccdd;
    height:250px;
}

#login {
}
#login h2 {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#FFFCCC;
    text-align:center;
}

#login table{
    margin-top: 12px;
    width:100%;
}
#login table tr{
    height: 32px;
}
#login table .form-error{
    color:red;
    padding:5px;
    text-align:center;
    vertical-align:top;
}
#login td.label {
}
td.form-field input{
    width:150px;
    padding:2px;
}
#login input{
    padding-left:4px;
    padding-right:4px;
}    
#login td.form-field {
    width:180px;
}

#login-loading-msg {
    color: green;
}

#registration input{
    width:190px;
    font-size:17px;
    height:38px;
    margin-top:8px;
}

#registration{
    -moz-border-radius:10px;
    background-color:#AACCFF;
    border:1px solid;
    height:54px;
    margin: 10px auto;
    width: 208px;
    text-align:center;
    border:2px solid #FFFFCC;
}
#example_image > div{
    background-image: url(/img/site/empty_example.gif);
    background-repeat:no-repeat;
    width:534px;
    height: 525px;
}
#example_image_container {
    width:335px;
    height:280px;
    -moz-border-radius:10px;
    background-color:#FFFEEE;
    border:1px solid #99ccdd;
    margin-top:20px;
    padding: 10px;
    float:right;
}
#example_image{
    overflow:auto;
    border:1px solid #99ccdd;
    height:278px;
    width:333px;
}
#example_image h2 {
    font-size:15px;
    padding:3px 30px;
}
#example_image p {
    color:#333333;
    font-family: tahoma,verdana,helvetica;
    text-indent: 20px;
    line-height:14px;
    margin: 0 10px 4px;
    text-align: justify;
    font-size:12px;
}

#example_image span {
    float:left;
    height:0;
    position:relative;
}

#example_image img {
    background-image:url(/extjs/resources/images/default/form/checkbox.gif);
    background-repeat: no-repeat;
    background-position:0 -13px;
    background-transparent: transparent;
    margin-bottom:2px;
    margin-right:1px;
    height:13px;
    vertical-align:bottom;
    width:13px;
}

.ie ul, .ie h5{
    margin: 3px 12px;
}
.ie {
    background-color:#FFF;
}
#main_content{
    height:580px;
}
#main_content_left{
    width:48%;
    float: left;
}
#main_content_right{
    width:51%;
    float: right;
}
.forgot a {
    color: #777;
    font-size: 12px;
}
#bottom_menu {
    font-size: 14px;
}