/* Heavybox - see heavybox.js or http://www.heavybox.net for more information. */
.heavybox-overlay {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 2;
}
#heavybox {
	font-family: sans-serif !important;
	font-size: 12px;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
}
	#heavybox .title {
		background-image: url('../img/heavybox-title-bg.gif');
		background-position: top left;
		background-repeat: no-repeat;
		width: 100%;
		height: 30px;
	}
		#heavybox .title .title-text {
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
			background-image: url('../img/heavybox-title-bg.gif');
			background-position: top right;
			background-repeat: no-repeat;
			display: block;
			width: 100%;
			height: 12px;
			margin-left: 9px;
			padding: 9px 0px;
			position: relative;
		}
			#heavybox .title .title-text a {
				color: #FFFFFF;
				cursor: pointer;
			}
			#heavybox .title .title-text .right {
				font-size: 10px;
				text-align: right;
				width: auto;
				position: absolute;
				top: 9px;
				right: 30px;
			}
			#heavybox .title .title-text .close {
				background-image: url('../img/heavybox-close.gif');
				background-position: top;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
				position: absolute;
				top: 8px;
				right: 8px;
				cursor: pointer;
			}
	#heavybox .frame {
		background-color: #FFFFFF;
		border: 1px solid #5F5F5F;
		border-top: 0px;
		padding: 10px 10px 10px 9px;
		-moz-border-radius: 0px 0px 7px 6px;
		-webkit-border-radius: 0px 0px 6px 6px;
	}
	#heavybox .resize {
		background-color: #FF0000;
		width: 15px;
		height: 15px;
		cursor: nw-resize;
		position: absolute;
		right: -10px;
		bottom: 0px;
	}