#first_visit_form_container {
	/*width: 400px;
	margin: 0 50px 0 50px;
	overflow: hidden;*/
	
	width: 600px;
	min-height: 372px;
}

#loader {
	float: left;
	width: 50px;
	height: 32px;
	margin: 15px 0 0 0px;
}


#first_visit_errors {

}

#subscribe_form h2{
	/*display:block;
	margin-bottom:5px;
	width:100%;*/
	font-size: 20px;
line-height: 30px;
padding-left: 115px;
color: #000;
text-align: center;
padding-top: 0px;
}

.first_visit_error {
	margin-bottom: 10px;
	background-image: url("../images/frontend/error-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: rgb(255, 220, 215);
	margin: 10px;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
	line-height: 17px;
}
.first_error {
	border: 1px solid #d01e5e;
	background-color: #ffdcd7;
	color: #BB1A1A;
}

#already_subscribed {
	display: none;
}

#subscribed_succesfully {
	display: none;
}

.error_input{
  background-color: rgba(233, 12, 12, 0.04) !important;
}
 
 #popup-email{
font-family: Tahoma, Geneva, sans-serif;
float: left;
width: 252px;
font-size: 14px;
color: gray;
padding: 0px 4px 0 4px;
}

.right-popup{
	float:right;
	width:190px;
}

.left-popup{
	width: 598px;
float: left;
background-image: url(../images/frontend/lg.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
}
.footer-popup{
	color: lightslategray;
padding-top: 10px;
}
.one{
height: 40px;	
}
.two{
	height: 40px;
background-image: url(../images/frontend/subscribe.png);
background-repeat: no-repeat;
background-position: center center;
padding: 10px 0 10px 138px;
width:462px;

}
.three{
height: 295px;
}
.box-popup{
	width: 50px;
height: 50px;
text-align: center;
background-color: rgb(255, 255, 255);
margin: 0px 0px 0px 80px;
z-index: 1;
/*box-shadow: 1px 2px 7px rgba(50, 50, 50, 0.3);*/
position: relative;
background-repeat: no-repeat;
background-position: top center;
float: left;
}
.title-box-popup{
text-align: center;
padding: 15px 0 30px 0;
line-height: 20px;
font-family: tahoma;
font-size: 14px;
}
.social-popup{
	height: 120px;
position: relative;
margin-bottom: 35px;
}
.mem-popup{
	text-align:center;
	height:25px;
}
.simple-box-popup{
	width: 100px;
height: 50px;
position: relative;
float: left;
margin-top: 0px;
margin-left: 10px;
}
.button-popup{
	color: #0099cc;
font-size: 15px;
font-weight: bold;
font-family: Tahoma, Geneva, sans-serif;
text-decoration: none;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 4px;
border: solid #fff 2px;
background: #fff;
padding: 3px 10px;
behavior: url(/system/application/themes/default/stylesheets/PIE.htc);
behavior: url(/system/application/themes/default/stylesheets/PIE.php);
position: relative;
}
.button-popup:hover{
	background-color: #EAEAEA;
border: solid #EAEAEA 2px;
cursor: pointer !important;
}