.home_newsletter_block{
	float:left;
	height:182px;
	width: 266px;
	clear:both;
	margin-bottom:10px;
	margin-top:-22px;
	margin-right:0px;
	background:url(temp_bg_ar.png) left 77px no-repeat;
	cursor:pointer;
}

.home_newsletter_block  .block_title{
	height:41px;
	width:266px;
	float:left;
	color:white;
	margin-bottom:10px;
	text-align:center;
	padding-top:32px;
	background:url(title_bg_ar.png) top left no-repeat;
	
}

.newsLetterCon{
	width:400px;
	height:300px;
	top:35%;
	right:36%;
	background:#ffffff;
	border:1px solid #0c115c;
	border-radius:5px;
	-moz-border-radius:5px;
	position:fixed;
	z-index:1000;
	display:none;
}

.newsLetterCon .ajax_loader{
	float:right;
	margin-top:20px;
	margin-right:175px;
	display:none;
}
.newsLetterCon .ajax_msg{
	float:right;
	margin-top:10px;
	/*margin-right:140px;*/
	color:#6b6b6b;
	display:none;
	width:100%;
	text-align:center;
}

.close_form{
	float:left;
	margin-right:20px;
	margin:5px;
	cursor:pointer;
}
.form_table{
	float:right;
	margin-right:20px;
	margin-top:15px;
}

.form_table td{
	padding-bottom:5px;
	color:#6b6b6b;
}

.form_table input[type='text']{
	border:1px solid #bababa;
}

.form_table select{
	width: 272px;
	height: 23px;
	border:1px solid #bababa;
}

.form_header {
	height:98px;
	padding-right:125px;
	margin-right:50px;
	margin-top:15px;
	color:#2e3272;
	background:url('header_logo.png') top right no-repeat;
}

.form_header span{
	width:100%;
	float:right;
	clear:both;
	font-size:20px;	
	text-align:center;
	margin-right:-35px;
}

.form_header div{
	float:right;
	width:100%;
	text-align:center;
	margin-right:-35px;
}

.newsLetterCon  input[type=submit]{
	float:right;
	margin-right:150px;
	margin-top:10px;
}

.site_mask{
	float:right;
	right:0;
	top:0;
	width:0;
	height:0;
	position:fixed;
	z-index:900;
	background:white;
	opacity:0.7;
}