#stoutbox {
	position: fixed;
	top : 0;
	left : 0;
	z-index : 9500;
	background-color : #fff;
	border: 1px solid #333;
}

.loading {
	background-image:url(../images/stoutbox_loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#overlay {
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	cursor: pointer;
	z-index: 9000;
	background-color: #2e2017;
}

#closebtn {
	position: absolute;
	background-image: url(../images/stoutbox_close.gif);
	width: 16px;
	height: 16px;
	top: 6px;
	right: 6px;
}

#box_title {
	font-size: 20px;
	position: absolute;
	z-index: 10000;
	margin: -28px 0 0 0;
	color: #fff;
}

