html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: 720px;
    font-family: "tahoma";
}
hr.line{
    border:0px;
    margin: 0px;
}
.logo.small{
    left:100%;
    margin-left: -222px;
    position: absolute;
}
.content {
    min-height: 100%;
    position: relative;
    z-index: 0; 
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.top_block {
    width: 100%;
    display: block; 
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0; 
}

.left_block {
    display: block;
}

.right_block {
    display: block;
    float: right; 
}

.center_block {
    display: block;
    width: auto; 
}


.header {
    width: 100%;
    height: 98px;
    background-color: #ffffff;
}

.menu {
    width: 100%;
    height: 32px;
    background-color: #3b3b3b;
}

.line {
    width: 100%;
    height: 5px;
    background-color: #5ba219;
}

.background{
    background-color: #EFEFEF;
    background-image: url("../images/img/leftBanner.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.left {
    height: auto;
    min-width: 323px;
    width: 20%;
    padding-bottom: 65px;
    height: auto !important;
    left: 0;
    margin-top: 140px;
    margin-bottom: 65px;
}
.main.center {
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto !important;
    width: 70%;
    left: 300px;
    margin-bottom: 65px;
    margin-top: 140px;
    min-width: 477px;
    padding-bottom: 65px;
}
.footer {
    width: 100%;
    height: 60px;
    background-color: #3b3b3b;
}

.login-box{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    background-color: #3B3B3B;
    width: 420px;
    height: 260px;
    height: 260px;
    margin-left: 220px;
    margin-top: -300px;
    position: absolute;
    width: 420px;
    z-index: 1;
}
img.circle{
    position: relative;
    z-index: 999;
}
.login-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    height: 312px;
    margin-top: -170px;
    margin-left: -315px;
}
.language{
    left: 100%;
    margin-left: -360px;
    position: relative;
    top: -325px;
    width: 360px;
}
.language ul{
    list-style-type: none;
}
.language ul li{
    display: inline;
    float: right;
    padding-right:5px; 
    text-align: center;
    border-left: 1px solid gray;
}
.language ul li:first-child{
    padding-right:0px; 
    padding-left:5px;
}
.language ul li:last-child{
    border-left: 0px solid gray;
}
.login-warning{
    position: relative;
    margin-left: 220px;
    top: -50px;
    text-align: center;
    width: 430px;
    font-size: 10px;
}
.login-warning p{
    line-height: 10px;
}

.footer-wrapper p{
    text-align: center;
    color:white;
    font-size: 10px;
    line-height: 15px;
}
.signin {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 115px;
    margin-top: 15px;
    position: relative;
    text-transform:uppercase;
    top: 10px;
}
.field{
     margin-left: 117px;
    margin-top: 11px;
    position: relative;
    color: white;
}
.field-label {
    color: white;
    display: block;
    float: left;
    max-width: 100px;
    width: 100px;
}
.field input[type="text"],.field input[type="password"]{
    min-width: 180px;
    border: 0px;
    padding: 5px;
}
.field input[type="checkbox"]{
   border: 0 none;
    position: relative;
    top: 2px;
    margin-left: 0px;
}
.field input[type="checkbox"]+span{
    color:white;
    font-size: 12px;
    line-height: 8px;
}
.field input[type="submit"],.field input[type="button"],.field a.btn{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    background-color: #017D9E;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 0px;
    text-decoration: none;
}
.field input[type="submit"]:hover,.field input[type="button"]:hover,.field a.btn:hover{
    background-color: #218DB1;
}
.button-align {
    margin-left: 103px;
}
.links ul{
    list-style: none;
    padding: 0px;
}
.links ul li a{
    color: white;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
}
.links ul li a:hover{
    text-decoration: underline;
}
.error {
	color: red;
	font-weight: bold;
	padding: 0 15px 0 5px;
	margin: 0px;
}