﻿body
{
    margin: 0px;
    background: url(../images/common_img/bg3.png) repeat;
    text-align: center;
    font-family: "arial" , "verdana" , "helvetica" , "sans-serif";
}
#mainContainer
{
    margin: auto;
    width: 585px;
    height: 325px;
    background: url(../images/common_img/loginbg.png) repeat;
    border: solid 0px #ffffff;
    position: relative;
    top: 150px;
}

.login_pane
{
    height: 180px;
    width: 375px;
    margin: 105px 0px 0px 178px;
    float: left;
    border: 0px solid red; /*#ff00ff;*/
    position: absolute;
}

.login_user, .login_pass
{
    position: absolute;
    top: 7px;
    left: 85px;
    width: 249px;
    height: 33px;
    line-height: 33px;
    height: 28px\9;
    line-height: 28px\9;
    border: 2px solid #dcdcdc;
    font-size: 21px;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
}

.login_pass
{
    top: 43px;
    top: 45px\9;
}

.loginErrorReport
{
    position: absolute;
    width: 375px;
    height: 29px;
    border: 0px solid #ffff00;
    font-size: 13pt;
    font-family: "arial" , "verdana" , "helvetica" , "sans-serif";
    color: #000000;
    top: 96px;
    left: 0px;
    display: block;
}
.loginErrorReportHidden
{
    left: 90px;
    top: 93px;
    display: block;
    position: absolute;
}

.login_btn
{
    float: left;
    width: 138px;
    height: 47px;
    margin: 135px 0px 0px 60px;
    border: 0px solid #ff00ff;
    overflow: hidden;
}
.login_confirm
{
    float: left;
    width: 139px;
    height: 40px;
    margin: 0px 9px 0px 0px;
    color: #fff;
    font-family: "arial" , "verdana" , "helvetica" , "sans-serif";
    font-size: 18pt;
    padding-top: 7px;
	text-shadow:0px -1px #000;
    cursor: pointer; /*background :url(../images/login/login.png) no-repeat; 	*/
}

.staySigned
{
    float: left;
    width: 170px;
    height: 15px;
    margin: 140px 0px 0px 7px;
}

.persistentCookie
{
    float: left;
    width: 15px;
    height: 15px;
    margin: 0px;
}

.rememberLabel
{
    float: left;
    width: 125px;
    height: 15px;
    margin-left:5px;
    border: 0px solid #ff00ff;
    white-space: nowrap;
    color: #666666;
    font-size: 12pt;
	line-height:15px;
    font-family: "arial" , "verdana" , "helvetica" , "sans-serif";
}
#nameText,#passwordText
{
	color: #8f8f8f;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    left: -30px;
    position: absolute;
    text-align: right;
    top: 16px;
    width: 110px;
}
#passwordText
{
	top:52px;	
}
.passwordTips
{
	color: #aaaaaa;
    font-size: 11px;
    height: 20px;
    left: 85px;
    position: absolute;
    text-align: left;
    top: 80px;
    width: 250px;	
}
