﻿
#MainBox {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
}



#ProductName {
    width:100%;
    line-height:60px;
    font-size:30px;
    text-align:center;
    color:white;
    font-weight:bold;
    font-family:Arial;
}
#Note {
    width:100%;
    line-height:20px;
    font-size:12px;
    text-align:center;
    color:white;
    font-family:Arial;
    margin-bottom:20px;
}



#LoginInputCon {
    background-image:url(../images/LoginInputbox.png);
    margin-left:auto;
    margin-right:auto;
    width:260px;
    height:89px;
    text-align:center;
    position:relative;
}
#TextBoxUN, #TextBoxPW {
    position:absolute;
    width:150px;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#777777;
    border:none;
    outline:none;
}
#TextBoxUN {
    top:7px;
    left:100px;
}
#TextBoxPW {
    top:52px;
    left:100px;
}



#ErrorMsg {
    width:100%;
    height:25px;
    line-height:25px;
    text-align:center;
    font-size:14px;
    color:#ff0000;
}



#LoginButtonCon {
    background-image:url(../images/LoginButtonCon.png);
    margin:auto;
    width:424px;
    height:118px;
    background-repeat: no-repeat;
}
#LoginButton {
    width:260px;
    height:45px;
    margin-left:83px;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    line-height:45px;
    color:white;
    cursor:pointer;
}




.InputTitle{
    width:250px;
    height:30px;
    line-height:30px;
    margin:auto;
    font-size:16px;
    text-align:left;
    color:white;
}


#findpwd{ color:white; }
#findpwd:link{ color:white; }
#findpwd:active{  }
#findpwd:hover{ text-decoration:underline; }
#findpwd:visited{ color:white; }
