﻿
/* text decoration*/
.link-underline:hover {
   text-decoration: underline;
}


/* size */
.sublogin-title {
   width: 550px;
   height: 80px;
}
.separator {
   height: 30px;
}
.width220 {
   width:220px;
}
.size260x38 {
   width:260px;
   height:38px;
}

.height20 {
   height:20px;
}
.height25 {
   height:25px;
}
.height30 {
   height:30px;
}
.height35 {
   height:35px;
}
.height38 {
   height:38px;
}
.height40 {
   height:40px;
}
.height43 {
   height:43px;
}

/* min size*/
.min-width {
   min-width: 1030px;
}

/* Distributon*/
.error-Container {
   top: 168px;
   right: 85px;
}
.left185 {
   left: 185px;
}

.container-login {
   padding: 10px 50px 50px 50px;
}

.container-login-error {
   padding: 0px 0px 0px 0px;
}

.container-login-input {
   /*padding: 0px 50px 0px 0px;*/
}

.container-login-ie7 {
   height:280px!important;
   width:395px!important;
}

.input-mtop10-ie7 {
   margin-top: 5px;
   width:310px;
}

.resize-div-ie7 {
   height:38px;
   width:343px;
}

.resize-lb-ie7 {
   width:343px!important;
}

.resize-tbl-ie7 {
   width:344px!important;
   height:219px!important;
}

.box-container {
   background: #f2f2f2;
   width: 455px;
   height: 380px;
   padding: 15px 15px 15px 15px;
}

.box-container-ie7 {
   width: 545px!important;
   height: 335px!important;
}

#body input.js-username{
   background-position: left center;
   padding-left: 30px;
   background-image: url(../image/login/user.png);
   background-repeat: no-repeat;
   background-size:initial;
   background-position-x: 3px;
}

#body input.js-password{
   background-position: left center;
   padding-left: 30px;
   background-image: url(../image/login/password.png);
   background-repeat: no-repeat;
   background-size:initial;
   background-position-x: 3px;
}

.form-input1 {
    width:198px;
   height: 33px;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   color: #000000;
   border: 1px #BCBCBC solid;
   border-radius: 2px;
   text-indent: 5px;
	position: absolute;
   left:0px;
   bottom:0px;
   background:transparent;
   line-height:33px;
}

.configuration {
    width: 230px;
    height: 40px;
}

.configuration img {
    width: 24px;
    height: 24px;
    vertical-align:middle;
}

.server {
    width: 300px;
    height: 24px;
}

.server img {
    width: 20px;
    height: 20px;
    vertical-align:middle;
    float: left;
}