﻿body {
}

img {border: none;}
a {color: #0052af;}



#content {	background: #f0f0f0; float: left; width: 100%;}
.post {
	margin: 0; padding: 10px 20px;
	float: left;
	width: 560px;
}
#fade {
	display: none;
	background: #000; 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 10;
	width: 100%; 
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block
{
    color:#858585;
    text-align:left; line-height:18px;
	display: none;
	background: #fff;
	padding: 10px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; 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;
	clear:both;
	
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.PopupHeader { text-align:left; color:#747474; margin-bottom:10px; font-weight:bold; font-size:16px; border-bottom:2px solid #dadada;}
.PopupContent { overflow-x:hidden; height:400px;
	overflow-y:auto;}

