/* - POP-UP - */
#popup_shade {
	background: none repeat scroll 0 0 white;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	display:none;
}

#popup_container,
#subscription_confirm {
	top: 50px!important;
	background-color: white;
	display: block;
	position: fixed!important;
	width: 528px;
	z-index: 2000;
	display:none;
	padding: 50px;
  border: 2px solid #d9d9d9;
  border-left: 5px solid #3cade6;
}

#popup_container h1 {
	font-size: 24px;
	font-weight: 800;
}

#popup_container h1 span {
	color: #3cade6;
}

#popup_container_close {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: white;
	cursor: pointer;
	display: block;
	font-family: verdana;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}

#popup_error p {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	padding: 27px 20px;
}

#popup_contents {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	padding: 27px 20px;
	line-height: 20px;
}

#popup_contents p {
/*	margin:0; */
}

.popup_indent {
	padding-left:24px;
}

.popup_small_text {
	font-size: 12px;
}

.popup_bold_text {
	font-weight:bold;
	font-size:14px;
}

.reg-mail {
	text-align: center;
	margin-top: 15px;
}

.popup_button {
  background: none repeat scroll 0 0 #00A9E2;
  border: medium none;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.popup_button span {
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 22px;
}

.popup_footer {
	border-top: 1px solid #DFDFDF;
	display: block;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	margin: 40px auto 0;
	padding-top: 15px;
	width: 450px;
}

#subscription_confirm {
	text-align: center;
}

#subscription_confirm p {
	margin: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#subscription_confirm_close {
	background: #00a9e2;
	border: none;
	color: #fff;
	padding: 3px;
	margin-bottom: 20px;
}

/* -Newsletter- */
.newsletter-form {
	background: #fff;
	width:270px;
	height:88px;
	display:block;
	padding:10px;
	border:5px solid #575D77;
}


.newsletter-form label {
	color:#30364F;
	font-family:Arial;
	font-size:12px;
	line-height:12px;
	display:block;
	margin-bottom:8px;
}


.newsletter-form input {
	display:block;
	width:232px;
	height:22px;
	line-height:20px;
	border:1px solid #E9E9E9;
	background-color:#F6F6F6;
	color:#666;
	font-family:Arial;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	float:left;
}

.newsletter-form button {
	display:block;
	padding:0;
	margin:0;
	background:none;
	background-color:#089CCE;
	border:none;
	line-height:24px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-align:center;
	cursor:pointer;
	float:left;
	width:24px;
	height:24px;
	float: right;
}

.newsletter-social {
	display: block;
	margin-top: 14px;
	
	
}

.newsletter-social ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.newsletter-social ul li {
	color: #333333;
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
}

.newsletter-social ul li a {
	color: #333333;
	display: block;
	font-family: arial;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	padding-left: 32px;
	text-decoration:none;
	margin-right:10px;
	
}
.newsletter-social ul li:last-child
{
	margin-right:0px;
}


.newsletter-social ul li a:hover {
	text-decoration:underline;
}

.newsletter-social ul li a.facebook {
	background: url("../images/crif_facebook_icon.png") no-repeat scroll 0 0 transparent;
}

.newsletter-social ul li a.twitter {
	background: url("../images/crif_twitter_icon.png") no-repeat scroll 0 0 transparent;
}

.newsletter-social ul li a.rss {
	background: url("../images/crif_rss_icon.png") no-repeat scroll 0 0 transparent;
	margin-right:0;
}

