.pop-up{
	background:url("http://www.youmint.com/images/register/bg_popup.png") repeat;
	width:100%;
	height:1348px;
	position:absolute;
	z-index:100;
	top:0;
	float:left;
}
.popup-form{
	background:#fff;
	width:584px;
	position:relative;
	z-index:10000;
	border-radius:5px;
	top:145px;
	/*left:368px;*/
	margin:0 auto;
	color:#666;
	padding:5px 6px 15px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:0px 0px 5px rgba(50, 50, 50, 0.5);
}
.popup-form h2{
	background:url(http://www.youmint.com/images/register/strip.png) repeat-x left bottom;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:18px;
	padding:0 0 0 8px;
}
.popup-form .button{
	background:  #CB0015; /* Old browsers */
	width:100px;
	padding:7px 0;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:right;
}
.popup-form a{color:#0077B5;}
.popup-form p{font-size:13px;}
.popup-form .remember{
	font-size:13px;
	padding:16px 0 0 0;
	float:left;
}
.reveal-modal-bg {
	background:url(http://www.youmint.com/images/register/bg_popup.png) repeat;
	position: fixed; 
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 0 !important; 
	left: 0;
	position: absolute;
	z-index: 1000;
	padding: 0;
}
.pop-up .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	z-index:10000;
}
.popup-form.login{width:458px; padding:0 0 10px 0;} 
.login h4{
	color:#133a47;
	font-size:12px; 
	text-align:center;
	margin:25px 0 15px 0;
	font-weight:bold;
}
.login .fb-btn{
	width:201px;
	height:40px;
	margin:0 20px 0 16px;
	float:left;
}
.login .twitter-btn{
	width:200px;
	height:40px;
	float:left;
}
.login h5{
	color:#666;
	font-size:12px; 
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}
.login h6{
	color:#666;
	text-align:center;
	font-size:13px;
	font-weight:normal;
}
.login h6 span.user{
	background:url(http://www.youmint.com/images/register/user2.png) no-repeat left 5px;
	padding:0 0 0 17px;
}
.login h6 span.email{
	background:url(http://www.youmint.com/images/register/ico-mail.png) no-repeat left 5px;
	padding:0 0 0 17px;
}
.login h6 span.mobile{
	background:url(http://www.youmint.com/images/register/ico-mobile.png) no-repeat;
	padding:0 0 0 14px;
}
.login .input-field{
	background:#fff;
	width:90%;
	height:38px;	
	margin:0 5%;
	border:1px solid #ccc;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	-webkit-box-shadow: 1px 0px 3px rgba(204, 204, 204, 0.5);
	-moz-box-shadow:1px 0px 3px rgba(204, 204, 204, 0.5);
	box-shadow:1px 0px 3px rgba(204, 204, 204, 0.5);
	border-radius:5px;
	margin-top:15px;
	color:#666;
	text-indent:10px;
	float:left;
}
.login a.password{
	color:#666;
	margin:20px 42px 0 26px;
	font-size:13px;
	float:left;
}
.login a.password:hover{text-decoration:underline;}
.close-btn{
	position: absolute;
	z-index: 1000;
	top: -30px;
	right: -30px;
	margin: 10px;
	color: #666;
	cursor:pointer;
}
.button_disabled{
	cursor:none;
	opacity:0.7;
}
.loginerrordiv{border:1px solid rgb(255, 0, 0) !important;
background:#fff;
	width:90%;
	height:38px;
	line-height:38px;
	margin:0 5%;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	-webkit-box-shadow: 1px 0px 3px rgba(204, 204, 204, 0.5);
	-moz-box-shadow:1px 0px 3px rgba(204, 204, 204, 0.5);
	box-shadow:1px 0px 3px rgba(204, 204, 204, 0.5);
	border-radius:5px;
	margin-top:15px;
	color:#666;
	text-indent:10px;
	float:left;
}
