
html,body{
	height:100%;
	margin:0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}
body{
	background:url("../images/login/lp_bg2.png") repeat;
}
#pcContainer{
	width:100%;
	height:100%;
	position: relative;
	margin: 0;
    padding: 0;
}

.pcFormDiv{
	width:325px;
	height:290px;
	position: absolute;
	left:50%;
	top:40px;
	margin-left:-162px;
}
.redirectDiv{
	width:325px;
	height:290px;
	position: absolute;
	left:50%;
	top:50%;
        margin-top:-100px;
	margin-left:-162px;
}
.pcFormHeader{
	text-align:center;
}
.pcFormHeader h3{
	font-size:18px;
	color: #444;
	text-shadow:0 1px #DDD;
	line-height:1px;
}
.pcFormNotice{
	
	margin-bottom:15px;
}
.pcNotification{
	border:1px solid #a6b265;
	height:auto;
	background:#ebeed8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#798729;
	padding:10px 0px 10px 0px;
	font-size:13px;
	text-shadow:0 1px #F1F1F1;
	line-height:20px;
	margin-bottom:2px;
        width: 320px;
        overflow: hidden;
}
.pcNotificationIcon{
    float: left;
    width: 25px;
    background: url("../images/login/info_warning_sprite.png") no-repeat 0px 0px #ebeed8;
    height:25px;
    margin: 5px;
}
.pcNotificationText{
    float: left;
    width: 280px;
    padding-left: 5px;
    display: block;
}
.pcWarning{
	border:1px solid #eca0a0;
	height:20px;
	background: url("../images/login/info_warning_sprite.png") no-repeat 8px -32px #efdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#be3939;
	padding:10px 0 10px 40px;
	font-size:14px;
	text-shadow:0 1px #F1F1F1;
	line-height:20px;
	margin-bottom:2px;
}

.redAction{
    background: none repeat scroll 0 0 #FFFFFF;
    color: red;
    display: block;
    float: left;
    padding: 7px;
    text-align: center;
    width: 108px;
}
.pcLoginForm{
	z-index:11;
	position: relative;
}
.pcLoginForm p{
	width:283px;
	margin:8px 0 8px 1px;
	clear:both;
}
.pcLoginForm p label{
	display:block;
	width:283px;
	margin-bottom:5px;
	font-size:14px;
	color:#666;
}
.pcLoginForm p input[type="password"], .pcLoginForm input[type="text"]{
	width:271px;
	height:30px;
	border:1px solid #BBB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 5px;
	color:#666;
	font-weight:bold;
}
.pcLoginForm input[type="submit"]{
	background:url("../images/login/login_btn.png") repeat-x;
	margin-top:5px;
	height:34px;
	font-weight:bold;
	color:#FFF;
	float:right;
	border:0 none;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pcLoginForm input[type="submit"]:hover{
	background:url("../images/login/login_btn.png") 0 -8px repeat-x;
}
.pcLoginContent{
	width:323px;
	float:right;
	background:url("../images/login/login_form_bg.png") top left repeat-x #D1D1D1;
	border: 1px solid #AAAAAA;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
/*	box-shadow:0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);*/
}
.pcUserPass{
	margin:0 15px;
	padding:5px 5px 15px 5px;
	width:283px;
	overflow: hidden;
}

/*.lpCaptcha{
	width:283px;
	margin:8px 0 8px 0;
	clear:both;
}
.lpCaptcha label{
	display:block;
	width:200px;
	margin-bottom:5px;
	font-size:14px;
	color:#666;
}
.lpCaptcha img{
	width:120px;
	height: 30px;
	background: #666;
	display: block;
	float: left;
	margin-left:2px;
}
.lpCaptcha input[type="text"]{
	width:101px;
	height:30px;
	border:1px solid #BBB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 5px;
	color:#666;
	font-weight:bold;
	font-size:18px;
}
.lpCaptcha span{
	width:20px;
	height:20px;
	display: block;
	float:left;
}
.lpCaptchaRefresh a{
	width:20px;
	height:20px;
	display: block;
}
.lpCaptchaRefresh{
	background:url("../images/login/captcha_sprite.png") no-repeat 0 -30px;
	margin-left: 4px;
	padding:5px 0;
}
.lpCaptchaEqual{
	background:url("../images/login/captcha_sprite.png") no-repeat 0 0;
	margin:0 2px;
	padding:5px 0;
}*/


