.popup{
	overflow		: hidden;
	background		: transparent none no-repeat scroll center center;
	background-image: url(../images/progress.gif);
}

.popup_content{
	margin			: 18px 26px;
	background		: #fff;
	font-family		: Tahoma, Verdana;	
	font-size		: 12px;
}

.popup_content .header{
	width			: 100%;
	border-bottom	: solid 6px #afafaf;
	padding-bottom	: 4px;
	text-transform	: uppercase;
	font-size		: 16px;
	font-weight		: bold;
	height			: 20px;
}

.popup_content .text{
	color			: #000;
	margin			: 8px 0px;
	padding			: 0px 8px 0px 0px;
	text-align		: justify;
	line-height		: 18px;
	height			: 300px;
	overflow-y		: scroll;
}

.popup_content .small{
	color			: #000;
font-size		: 11px;

}

.popup_content .but_close{
	font-size		: 11px;					
	border			: solid 1px #1e7fc4;
	background		: #F7F9F8;
	width			: 80px;
	margin-top		: 3px;
	cursor			: pointer;
}

.popup_content .table{
	width			: 100%;
	margin			: 15px 0px;
}

.popup_content .table td{
	padding			: 5px;
	color			: #000;
}
