﻿
html, body
{
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.login
{
    width: 500px;
    min-height: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.icLoginHtml, .icLoginBody, .icLoginForm
{
}

header
{
    width: 500px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.icLoginHeader
{
}

header img
{
    width: 500px;
    height: 125px;
}

section
{
    width: 500px;
    min-height: 330px;
    height: auto;
    overflow: hidden;
}

.divAccountImg, .divPasswordImg, .divCheckCodeImg
{
    float: left;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.icLoginDivAccountImg, .icLoginDivPasswordImg, .icLoginDivCheckCodeImg, .icLoginDivDomainImg
{
}

.divAccountImg img, .divPasswordImg img, .divCheckCodeImg img
{
    width: 60px;
    height: 60px;
}

.divtbAccount, .divtbPassword, .divtbCheckCode
{
    float: right;
    width: 420px;
    height: 70px;
    text-align:left;
    text-indent:5px;
    line-height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.icLoginDivTbAccount, .icLoginDivTbPassword, .icLoginDivTbCheckCode, .icLoginDivTbDomain
{
}

.tbAccount, .tbPassword
{
    width: 380px;
    height: 30px;
    font-size: 18pt;
    vertical-align:middle;
}

.divbtnLogin
{
    height: 70px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: right;
    margin-bottom: 5px;
}

.icLoginDivBtnLogin
{
}

.divIEInfo
{
    height: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:smaller;
    line-height:25px;
    clear: right;
}

.icLoginDivIEInfo
{
}

.ibtnLogin
{
    width: 70px;
    height: 70px;
}

.ibtnICLogin
{
    height: 70px;
}

.imgCheckCode
{
    height:35px;
    vertical-align:middle;
}

.imgRefresh
{
    width: 35px;
    height: 35px;
    vertical-align:middle;
}

.tbCheckCode
{
    width: 40%;
    height: 30px;
    font-size: 18pt;
    vertical-align:middle;
}
