/* CSS Document */

.clearer{ display:block; clear:both; height:1px; font-size:1px; line-height:1px; }

.cache{
	z-index:4;
	top:0;
	left:0;

	width:100%;
	min-height:100%;
	height:100%;

	background-color:#072547;
	opacity:0.6;
}
.right{ float:right; }
.layer{ position:absolute; }

#Sendmail{
	display:none
}
#Sendmail .bg{
	z-index:61;
	
	left:0;
	top:0;
	
	width:393px;
	height:219px;
}
#Sendmail .bg{ background-image:url(../img/popup_sendmail.png); }
#Sendmail .content{
	z-index:61;
	
	left:40px;
	top:15px;
	
	width:343px;
	height:200px;
}

#Sendmail .content h5{
	display:block;
	
	margin-left:17px;
	margin-bottom:10px;
	
	width:281px;
	height:47px;
	
	text-indent:-10000px;
	
	
	background-repeat:no-repeat;
}
#Sendmail .content h5{ background-image:url(../img/h5_sendmail.png); }

#Sendmail .row{
	display:block;
	
	margin-bottom:5px;
}
#Sendmail .row.last{
	margin-bottom:15px;
}
#Sendmail .row label{
	display:inline;
	float:left;
	
	width:100px;
	height:20px;
	
	font-size:11px;
	color:#676767;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#Sendmail .row input.text{
	display:inline;
	float:left;
	margin:1px;
	
	padding:1px;
	
	width:150px;
	height:16px;
	
	border:none;
	
	font-size:11px;
	color:#fff;
	line-height:15px;
	
	background-color:#3d3d3d;
}
#Sendmail input.btn{ display:inline;}
#Sendmail .error{ display:inline; float:left; font-size:11px;  }
#Sendmail .error.ok{ color:#19da54; }
#Sendmail .error.ko{ color:#f63000; }

.layer .close{
	z-index:63;
	
	right:15px;
	top:15px;
	
	width:16px;
	height:15px;
	
	text-indent:-10000px;
	
	
	cursor:pointer;
	
}
.layer .close{ background-image:url(../img/layer_close.gif); }



#mentions{
	display:none
}
#mentions .bg{
	z-index:61;
	
	left:0;
	top:0;
	
	width:602px;
	height:387px;
}
#mentions .bg{ background-image:url(../img/bg-mentions.png); }

#mentions .content{
	z-index:63;
	
	left:20px;
	top:15px;
	
	width:555px;
	height:354px;
}

#mentions .content .scroll{
	position:relative;
	display:block;
	
	
	
	width:555px;
	height:354px;
	
	text-align:left;
	line-height:14px;
	padding-right:20px;
}
#mentions .content .scroll p, #mentions .content .scroll ol, #mentions .content .scroll h2{padding:5px 10px 5px 20px; font-size:12px;}
#mentions .content .scroll h2 {
	text-transform:uppercase;
	font-size:15px;
	color:#68c03a;
	font-style:italic;
}



