#blackout {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 350;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#popup_div {
	width: auto;
	height: auto;
	position: absolute;
	visibility: hidden;
	background-image: url(/assets/images/popup/bg_popup_div.png);
	_background-image: none;
	_background-color: #BCCFD7;
	border: 1px solid #0f212f;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	cursor: move;
	z-index: 380;
	color: #FFFFFF;
}
#popup_header {
	width: auto;
	height: 10px;
	padding: 10px;
	_padding-bottom: 0px;
	display: inline;
	margin-bottom: 0px;
	float: left;
	cursor: move;
}
#popup_title {
	width: auto;
	height: 20px;
	float: left;
}
a.popup_close:link, a.popup_close:active, a.popup_close:visited {
	width: 58px;
	height: 17px;
	display: block;
	float: right;
	text-decoration: none;
	padding-top: 3px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 34px 0px;
	background-image: url(../../assets/images/popup/bg_popup_close.gif);
}
a.popup_close:hover {
	background-position: 34px -27px;
	color: #666666;
}
a.nav:link, a.nav:active, a.nav:visited {
	width: auto;
	height: auto;
	display: inline;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
a.nav:hover {
	background-position: 34px -27px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}


#popup_photo {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px;
	display: inline;
	zoom: 1;
	margin-bottom: 6px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../assets/images/popup/ajax-loader.gif);
}
#popup_disclaimer {
	width: auto;
	height: 15px;
	float: left;
	display: inline;
	padding-left: 30px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
a.thumb_border {
	border: 1px solid #e6e6e6;
	float: left;
	display: block;
	width: 90px;
	padding: 5px;
	height: 60px;
	margin: 2px 5px 3px 0px;
	}
a.thumb_border:hover {
	border-color: #999999;
	}
.img_tb {
	width: 85px;
	height: 60px;
	display: block;
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px solid #606060;
	border-bottom: 0px solid #606060;
	border-right: 0px solid #606060;
	}
#photo_loading {
	width: 400px;
	height: 282px;
	display: block;
	padding: 10px;
	display: inline;
	float: right;
	margin-bottom: 2px;
	margin-right: 20px;
	border: 0px solid #606060;
	border-bottom: 0px solid #606060;
	border-right: 0px solid #606060;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../assets/images/popup/ajax-loader.gif);
	}
