body {
    background-color: #155684;
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times,serif;
}

#container {
    margin-top: 30px;
}

#header {
    font-size: 24px;
    text-align: center;
    height: 10px;
}

.login_form {
    text-align: left;
}

#loginForm input {
    width: 150px;
    margin: 0 3px 0 0;
}


#wellcome_mes {
    padding-left: 0px;
    height: 100px;
    text-align: center;
}

#wellcome_mes h1 {
    font-size: 24px; 
    margin: 0px;
    color: #CDA;
}

#wellcome_mes p {
    font-size: 16px;
    margin: 3px 0px;
}

#loginMessage {
    font-family: Arial;    
    color: yellow;
    font-size: 12px;
    text-align: center;
    width: 250px;
    margin-right: 25px;
}

#inner_form {
    color: white;
    font-size: 16px;
}

#login_table {
    display: block;
    position: relative;
    left: 240px; 
}

#login_submit {  
    color: #155684; 
    font-weight: bold;  
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 13px;
    width: 60px !important;  
    padding: 1px 0;
    position: relative;
    left: 95px;    
}

*html #login_submit {
  padding: 2px 3px 1px 3px;
}

#submit_td {
    margin-left: 20px;
}

label.error {
    font-family: Arial;
    padding:0;
    margin: 0 0 0 5px;
    color: yellow;
    font-size: 12px;    
}

#content {
    height: 150px;
}

#footer1 {
    height: 40px;
}


.link1 {
    text-decoration: none;
    color: white;
}

.link1:hover {
    text-decoration: underline;
}    

.roundedcornr_box {
    background: #2d83be;/* url(../images/login/roundedcornr_grad.gif) repeat-x top left;*/
    margin-top: 20px;
}
.roundedcornr_top div {
    background: url(../images/login/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
    background: transparent url(../images/login/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
    background: url(../images/login/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
    background: transparent url(../images/login/roundedcornr_br.gif) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
    width: 100%;
    height: 30px;
    font-size: 1px;   
}

#footerGrad {
    width: 100%;
    height: 30px;
    font-size: 1px;       
    /*background: transparent url(../images/bottom_grad.gif) repeat-x top left;*/
}


.roundedcornr_bottom  div#bottom_copyrights {
    height: 25px;
    padding-top: 5px;
    font-size: 12px; 
    font-family: Arial;  
    
}


.roundedcornr_content {
    margin: 0 30px; 
}


#footer_list{
    float: left;
    padding: 0;
    margin-left: 20px;
    margin-top: 3px;

}    

*html #footer_list{
   margin-left: 10px;
}


#footer_list li {
    display: inline;
    padding: 0px 3px 0px 5px ;
}

#footer_list_separator {
    border-right: solid 1px white;
    width: 40px;
    padding: 0;
} 



#textCopyright
{
   margin: 3px 0 0 200px;
   float: left;
   color: #fff;  

}

#bottom_logo{
    border: none;
    padding-bottom: 5px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;   
}

#bottom_logo img {
    border: none;
    display: inline;
    padding-left: 5px
}










