
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	/*border:1px solid #cecece;*/
	z-index:1;
}

#popup_requestInfo {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:425px;
	width:600px;
	background:#173578;
	border:2px solid #cecece;
	z-index:10000;
	padding:5px;
}

#popup_Close {
	right:0px;
	top:0px;
	position:absolute;
	color:#000000;
	display:block;
	background-color:#cecece;
	padding:5px;
	width:16px;
	height:16px;
	text-align:center;
	cursor: pointer;
}

#popup_Close:hover {
	background-color:#eb8f00;
	color:#FFFFFF;
}

#popup_Content {
	margin:15px 5px 5px 0px;/*border:#00FF00 1px solid;*/	
}

#popupCaption_txt {
	padding-top:3px;
	font-size:10px;
	text-align:center;
}

/*#popup_Content p{
	text-align:justify;
	font-size:11px;
}*/
#popup_Content .popup_Image {
	clear:right;
	float:right;
	padding:7px 0px 10px 10px;
}

#popup_Content UL {
	margin:0px;
	padding:0px 10px 0px 20px;
}

#popup_Content li {
	margin:5px 0px 5px;
}

#button {
/*text-align:center;*/
	/*margin:100px;*/
}

.clearfix {
	margin:0 auto;
	clear:both;
	font-size: 1px;
	height:3px;
	width:100%;
	background-color:#EAE7E0;
}

