#stoutbox {
	position: absolute;
	top : 0;
	left : 0;
	z-index : 9500;
	background-color : #18140E;
}

.loading {
	background-image:url(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: #251e16;
}

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

