html,body
{
    background-color:#FFFFFF;
}

input, div
{
    font-size:13px;
    font-family:微软雅黑, Arial, Helvetica, sans-serif;
}

#main
{
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    display: block;       
}

.watermark
{
    font-size: 16px;
    color: #808080;
}

#logo{
    position: absolute;
    left: 0px;
    top: 260px;
    width: 100%;
    height: 40px;
}
#logo .image{
    position: absolute;
    left: 650px;
    top: 0px;
    width: 242px;
    height: 27px;
    background-image: url(../../public/picture/appName.png);
}

#mainBgMask {
    position: absolute;
    left: 0px;
    top: 300px;
    width: 100%;
    height: 340px;
    background-image: url(../../public/picture/mainBgMask.png);
}

.container
{
    position: absolute;
    left: 0px;
    top: 200px;
    width: 100%;
    height: 467px;
}
.content
{
    position: relative;
    top:100px;
    background: url(../../public/picture/loginContent.png);
    width:914px;
    height:340px;
    z-index:3;
    margin: 0 auto;
}
.txt-input
{
    position: absolute;
    left: 690px;
    margin-top: 47px;
    width: 200px;
    border: 0px;
    background-color: transparent;
    font-size: 16px;
}

#txtUserName
{
    top: 22px;
}

#txtPassword
{
    top: 82px;
}

#selectPlace{
    position: absolute;
    height: 40px;
    width: 220px;
    right: 20px;
    top: 185px;
}

#txtPlace{
    float: left;
    width: 170px;
    height: 30px;
    padding: 3px 0px 0px 20px;
    font-size: 16px;    
}

#selectTumb{
    margin-top: 10px;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../public/picture/comb.png);
}
#placeList{
    display: none;
    position: absolute;
    height: 90px;
    width: 220px;
    right: 10px;
    top: 218px;
    background-color:#DCDFE5;
    border-radius: 5px;
    z-index: 201;
}
#placeList > span{
	display:block;
    height: 30px;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
}
#placeList > span:hover{
    color:#313131;
    background-color:#E1FBFF;
}
.username{
    position: absolute;
    left: 540px;
    top: 21px;
    margin-top: 47px;    
    border: 0px;    
    font-size: 16px;
    color:#FFFFFF;
}
.password{
    position: absolute;
    left: 540px;
    top: 82px;
    margin-top: 47px;    
    border: 0px;    
    font-size: 16px;
    color:#FFFFFF;
}
.txtDestination{
    position: absolute;
    height: 40px;    
    left: 540px;
    top: 188px;
    font-size: 16px;
    color:#FFFFFF;
}
#btnLogin
{
    position: absolute;
    z-index: 200;
    left: 590px;
    margin-top: 250px;
    width: 314px;
    height: 50px;
    background-image:url(../../public/picture/loginBtn.png);    
    cursor:pointer;
    border:0px;
    border-radius: 5px;
    font-size: 18px;
    color: #47C6D7;
    text-align: center;
}

#btnLogin:hover
{
    background-position: 0px -50px;
}

#btnLogin.disabled
{
    background-position: 0px -150px;
    cursor: default;
}

#ErrorMsg
{
    position: absolute;
    left: 555px;
    top: 295px;
    width: 570px;
    height: 50px;
    font-size: 18px;
    padding: 10px 0px 0px 50px;
    color: red;
    word-break: break-all;
}

#dHead {
    height:300px;
    width:100%;
    position:absolute;
    top:0;
}

#divLang {
    position: absolute;
    right: 15px;
    top: 10px;
}

#langType {
    padding: 2px 5px 2px 5px;
    border: 1px solid #7A8486;
    width: 160px;
    cursor: pointer;
    font-size: 13px;
}

#langTypeSel {
    width: 160px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#langType:hover .arrowDown {
    background-position: -30px 0;
}

.arrowDown {
    display: inline-block;
    width: 15px;
    height: 8px;
    background-image: url(../../public/picture/arrow.png);
    position: absolute;
    right: 8px;
    top: 10px;
}

#langTypeList {
    position: absolute;
    left: 0px;
    top: 23px;
    border: 1px solid #7A8486;
    background-color: #FFFFFF;
    width: 170px;
    z-index: 100;
    display: none;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#langTypeList > .item {
    padding: 2px 5px 2px 5px;
    width: 160px;
    border-bottom: 1px solid #7A8486;
}

#langTypeList > .item.last {
    border: none;
}

#langTypeList > .item:hover {
    background-color: #C8F0F9;
}

#langTypeList > .item.selected {
    background-color: #00BBDB;
}

