/* 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.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 2;
}
#heavybox {
	font-family: Arial !important;
	font-size: 12px;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
}
	#heavybox .title {
		background: url(left.png) 0 0 no-repeat;	
		width: 100%;
		height: 30px;
		margin:0;
	}
		#heavybox .title .title-text {
			font-size: 14px;
			font-weight: bold;
			color: #ff7300;
			background: url(right.png) 100% 0 no-repeat;	
			display: block;
			width: 100%;
			height: 12px;
			margin-left: 9px;
			padding: 9px 0px;
			position: relative;
			text-indent:2px;
		}
			#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(close.png);
				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;
	}