#heavybox {
	font-family: Tahoma;
	font-size: 12px;
	background-image: url('../img/heavybox-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 430px;
	padding-top: 40px;
	visibility: hidden;
	z-index: 1;
}
	#heavybox .heavybox-top {
		font-size: 12px;
		color: #FFFFFF;
		line-height: 35px;
		clear: both;
		width: auto;
		height: 35px;
		margin: -35px 0px 0px 0px;
		padding-left: 10px;
		cursor: move;
	}
		#heavybox .heavybox-top .heavybox-right {
			float: right;
			margin: 11px 20px;
		}
	#heavybox .heavybox-loader {
		background-image: url('../img/heavybox-loader-bg.gif');
		background-position: top;
		background-repeat: no-repeat;
		width: 430px;
		height: 400px;
	}
		#heavybox .heavybox-loader .heavybox-page {
			font-size: 12px;
			width: 400px;
			height: 380px;
			overflow: auto;
			position: relative;
			top: 10px;
			left: 10px;
		}
