/****************************************
               LOGIN PAGE
*****************************************/
body.user {
	background-color: #6a778c;
}

body.user .content {
	background-color: #6a778c;
	height: 90%;
}

.account-activated {
    position: relative;
    color: #fff;
    margin: 0 auto;
    width: 730px;
    top: 15px;
    font-size: 14px;
}

	.account-activated h2 {
		font-size: 22px;
		font-weight: 200;
	}

	.account-activated p span.label {
		margin-left: 50px;
	}

	.account-activated p span.value {
		font-weight: 800;
	}

.loginWrapper {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	height: 300px;
}

	.loginWrapper.loginBoxRel {
		position: relative;
	    top: 40px;
	}
	
	.loginWrapper.loginBoxRel #loginBox p.copyrights {
		top: 90px;
	}

#loginBox {
	position: absolute;
	min-height: 300px;
	height: 300px;
	min-width: 760px;
	width: 760px;
	background: #fffaee;
	border-radius: 10px;
	z-index: 10001;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
}

#loginBox p.login {
	position: relative;
	top: -25px;
	left: 25px;
	color: #fffaee;
	font-size: 14px;
}

#loginBox .inner-box {
	position: relative;
	top: 45px;
	margin-left: 25px;
	width: 735px;
	height: 230px;
}

#loginBox .icon-chat {
	display: block;
    width: 245px;
    height: 200px;
    background: url('../../pictures/icon-home.png') 0 0 no-repeat;
    float: left;
}

#loginBox form.cp_forms {
	float: right;
	width: 460px;
}

#loginBox form.cp_forms input[type='text'],
#loginBox form.cp_forms input[type='password'] {
	width: 415px;
	border: 1px solid #cfcfcf;
    padding: 6px 4px;
    border-radius: 3px;
    -webkit-appearance: none
}

#loginBox form.cp_forms input[type='button'] {
	padding: 12px 45px;
	font-size: 18px;
	float: right;
}
	#loginBox form.cp_forms input[type='button']:focus {
    	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    	-webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	}

#loginBox form.cp_forms span.label {
	font-weight: 200;
	margin-bottom: 4px;
	font-size: 14px;
}

#loginBox form.cp_forms span.tips,
#loginBox form.cp_forms span.error {
	margin-bottom: 10px;
}

#loginBox form.cp_forms span.persistent {
	line-height: 12px;
}

#loginBox form.cp_forms span.persistent.label {
	margin-left: 5px;
}

#loginBox .password-lost {
	position: absolute;
	bottom: 0;
  	right: 18px;
}

#loginBox p.copyrights {
	font-size: 9px;
	color: #fffaee;
	position: relative;
	top: 74px;
	right: 10px;
	float: right;
}

.login-shadow {
	position: absolute;
	width: 740px;
	height: 35px;
	z-index: 10000;
	bottom: -15px;
	left: 14px;
	right: 0;
	background: url('../../pictures/login-shadow.png') 0 0 no-repeat;
	margin: 0 auto;
}

/****************************************
PASSWORD RECOVERY / REGISTRATION VALIDATION
*****************************************/

#pwdLostForm {
	margin: 20px auto;
    width: 50%;
}

#pwdLostForm .explanation {
	margin: 5px 0 8px 0;
}

#pwdLostForm label {
    font-weight: 600;
}

#pwdLostForm #emailWrap {
    float: left
}

#pwdLostForm input[type='submit'] {
    float: left;
    margin-left: 10px;
}

.content .sub-inner {
	margin: 0 250px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.password-div {
	margin:100px auto 0 auto;
	width: 50%;
	margin-bottom:10px;
}

.password-div .pwd {
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	background-color: #dfdfdf;
}
	.password-div .pwd span {
		font-weight: bold;
	}