/* -- POPOVER STYLES -- */
.facebox {
	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width: 620px;
	background: #fff;
	text-align: left; 
	border: 1px solid #909090;
	
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}

.facebox .indent {
	padding: 10px 10px;
}

.facebox .close-btn {
	position: absolute;
	top: -12px;  
	top: -5px;
	right: -15px;
	height: 48px;
	width: 50px;
	background: url(/images/fancybox/fancy_closebox.gif) top left no-repeat; 
	cursor: pointer;
	z-index: 18100;
/*	behavior: url(iepngfix.htc); */
}

.facebox .h-line {
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #c9c9c9;	
}



.facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#6D84B4;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:20px;
}

.more {
	list-style: none;
	margin: 0 0 10px 0 !important;
}

.more a{
	color:#003e7e;
	text-decoration: none;
}

.more li {
	background: url(/images/fancybox/arrows.gif) left top no-repeat !important;
	padding: 0 0 3px 14px !important;
	text-decoration: none;
}

.more li a:hover {
	text-decoration: none;
}

