.Login-page{
	background:#fff;
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CBCBC9;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	float:left;
}
.Login-page h2{
	background:url(http://www.youmint.com/images/strip.png) repeat-x left bottom;
	color:#333;
	margin:0 10px 20px 10px;
	font-size:15px;
	padding:10px;
}
#contact-area {
	width: 96%;
	margin:0 auto;
}
/* User login */
.user-login{
	width:100%;
	float:left;
}
.user-login h2{
	color:#272c35;
	font-size:18px;
	padding:35px 0 0 0;
}
.user-login .col1{
	width:282px;
	padding:0 45px 0 5px;
	float:left;
}
.user-login .col1 .row{
	width:100%;
	padding:16px 0 0 0;
	float:left;
}
.user-login .col1 label{
	background:#f1f1f1;
	width:34px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	border:1px solid #ccc;
	border-right:none;
	padding:10px 0 11px 8px;
	float:left;
}
.user-login .col1 .input{
	width:216px;
	height:40px;	
	padding:0 10px;
	color:#272c35;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border:1px solid #ccc;
	border-left:none;
	float:left;
}
.user-login .col1 a.forgot{
	color: #CB0015;
	margin: 10px 0;
	text-decoration: underline;
	float: left;
	font-size: 12px;
}
.user-login .col1 span{
	margin:7px 0 0 0;
	float:right;
	font-size:14px;
}
.user-login .login {
	background: #CB0015;
	border: none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 13px;
	padding: 7px 10px;
	margin: 10px 10px 0 10px;
	text-align: center;
	width: auto;
	float: right;
}
.join-block a{margin:0 0 0 80px; float:left;}
.col2{
	width:200px;
	border-left:1px solid #CBCBC9;
	border-right:1px solid #CBCBC9;
	padding:24px 34px 10px 40px;
	position:relative;
	float:left;
}
.col2 p{
	line-height:19px;
	padding:0 0 15px 0;
	font-size:14px;
}
.col2 span.or{
	background:#fff;
	position:absolute;
	color:#666;
	font-weight:bold;
	padding:5px 0;
	z-index:1000;
	top:92px;
	left:-10px;
	display:block;
}
.col2 img{margin:14px 0 0 0;}
.join-block{
	background:#f1f1f1;
	width:310px;
	margin:0 0 0 38px;
	padding:0 0 64px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	float:left;
}
.join-block p{
	color:#666;
	padding:55px 0 25px 0;
}
.join-block a{
	background: #CB0015;
	border: none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 13px;
	padding: 7px 10px;
	margin: 0 0 0 100px;
	text-align: center;
	font-weight:600;
	width: auto;
	display:block;
}
/* logout */
.logout {
	background:#fff;
	width:100%;
	padding:20px 0;
	text-align:center;
	float:left;
}
.logout img {
	margin:0 10px;
	float:left;
}
.logout h4 {
	font-size:16px;
	font-weight:bold;
	padding:25px 0;
}
.logout p {
	font-size:14px;
}
.logout .btn-block a {
	border-radius: 3px 3px 3px 3px;
	color: #272c35;
	float: left;
	font-size: 23px;
	height: 62px;
	line-height: 62px;
	margin: 18px 0 0 386px;
	padding:0 0 0 80px;
	text-align: center;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width: 136px;
}
/* logout */
.logout {
	background:#fff;
	width:100%;
	padding:20px 0;
	text-align:center;
	float:left;
}
.logout img {
	margin:0 10px;
	float:left;
}
.logout h4 {
	font-size:16px;
	font-weight:bold;
	padding:25px 0;
}
.logout p {
	font-size:14px;
}
.logout .btn-block {
	width:100%;
	margin-top:18px;
	float:left;
}
.logout .btn-block a {
	background:#CB0015;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 18px 0 0 386px;
	padding:0 15px;
	text-align: center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:600;
	border:none;
	width: 136px;
}
.new_login_error{font-size:12px; color:#CA0002; line-height:18px; display:block; padding:5px 0 0;}
