body {
    background-color: #ffffff;
    color: #666666;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
form {
    clear: both;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
    border-style: none;
    vertical-align: bottom;
}
input {
    vertical-align: middle;
}
input.registerbutton {
    font-size: 14px;
    height: 26px;
    margin-left: 30px;
    background:url(reg.gif) no-repeat;
    width:183px;
    height:31px;
    border:0px;
}
input.loginbutton {
    margin-left: 30px;
    vertical-align: top;
     background:url(login.gif) no-repeat;
     border:0px;
     width:81px;
     height:28px;
}
input.inputtext {
    width: 160px;
    border:1px #ccc solid;
}
a:link {
    color: #07519a;
    text-decoration: none;
}
a:visited {
    color: #07519a;
    text-decoration: none;
}
a:hover {
    color: #07519a;
    text-decoration: underline;
}
ul {
    list-style-type: circle;
    line-height: 25px;
    padding-left: 20px;
    margin: 0px;
}
div.mainpart {
   /* background: url(mainpart.gif) no-repeat center top;*/
  
   background: url(login.jpg) no-repeat center top;
    clear: both;
    display: block;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding-bottom: 30px;
    width: 980px;
    height:750px;
}
div.basepart {
    border-top: solid 1px #e6e6e6;
    text-align: center;
    width: 960px;
    margin-top:250px;
}
div.workspace {
    clear: left;
    float: left;
    overflow: hidden;
    padding-right: 5px;
    padding-top: 320px;
    width: 600px;
}
div.workspace a:link {
    color: #1f3a87;
    text-decoration: none;
}
div.workspace a:visited {
    color: #1f3a87;
    text-decoration: none;
}
div.workspace a:hover {
    color: #1f3a87;
    text-decoration: underline;
}
div.sidebar 
{
    margin:140px   auto auto 30px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 20px;
    text-align: left;
    width: 360px;
}
div.sidebar a:link {
    color: #1f3a87;
    text-decoration: none;
}
div.sidebar a:visited {
    color: #1f3a87;
    text-decoration: none;
}
div.sidebar a:hover {
    color: #1f3a87;
    text-decoration: underline;
}
div.loginform {
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 20px;
    width: 240px;
}
div.loginform a {
    color: #2e67c7;
}
div.loginform label {
    display: block;
}
div.loginform label.title {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
div.loginform label.margin {
    margin-left: 20px;
}
div.errorbox {
    background: #fff2e9 url(error.gif) no-repeat 2px 2px;
    border: solid 1px #ff6600;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    padding-left: 20px;
}
div.warningbox {
    background: #e2f5ff url(warning.gif) no-repeat 2px 2px;
    border: solid 1px #00a8ff;
    color: #333333;
    line-height: 20px;
    padding-left: 20px;
    overflow: hidden;
}
div.markedbox {
    background: #ff9900;
    overflow: hidden;
    position: absolute;
}
div.maskedbox {
    color: #666666;
    margin: 3px 0px 0px 3px;
    overflow: hidden;
    position: absolute;
    width:145px;
}

.topmenu {
    width: 980px;
    height: 32px;
    margin: 0 auto;
    padding: 0px;
    background: url(bg1.gif);
}
.leftmenu {
    float: left;
    width: 68px;
    line-height:30px;
    margin-right: 2px;
    text-align: center;
}
.leftmenuSelected{
    float: left;
    width: 68px;
    line-height:30px;
    margin-right: 2px;
    text-align: center;
    font-weight:bold;
}

.leftmenu a:link {
    color: Black;
    text-decoration: none;
}
 .leftmenu a:visited {
    color: Black;
    text-decoration: none;
}
 .leftmenu a:hover {
    color: Black;
    text-decoration: none;
}
