/*
body_site{
	background: #2d2d2d;
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	min-width: 980px;
}
*/
.img {border: none;}
.a {color: #0052af;}
.h1 {
	font: 3.5em normal Georgia, 'Times New Roman', Times, serif;
	padding: 20px;
	margin: 0;
}
.h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display: block;
}
/*.container_popup {width: 900px; margin: 0 auto; font-size: 1.2em;  color: #555;}*/
/*#content {	background: white; float: left; width: 100%;}*/
.post {
	margin: 0; padding: 10px 20px;
	float: left;
	width: 560px;
}





/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #8c8c8c;
	position: fixed; left: 0; top: 0;
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #edeff5;
	padding: 30px;
	border: 2px solid #3f424f;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 40%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.close .btn_close {
	float: right;
	margin: -40px -40px 0 0;
}

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.style_content{
    padding: 0px;width: 130px;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

