/* @hell specifig */

body {
	background: url(/images/UI/background/background_quarantine.jpg) repeat-x #676767;
}
.banner_header_quarantine {
	width:750px;
	height:100px;
	margin:0 5px;
	float:left;
}
.shirt_row_header_quarantine {
	clear:both;
	margin:0px 5px 10px 5px;
	height:100px;
}
.special_row_quarantine {
	clear:both;
	margin:0px 5px 10px 5px;
	height:270px;
}
.special_thumb_quarantine {
	width:370px;
	height:270px;
	margin:0 5px;
	float:left;
}
#fuzz {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	background: url('/images/fuzz.gif');
	display:none;
	text-align:left;
}
.msgbox {
	position:absolute;
	width:300px;
	height:200px;
	z-index:200;
	border:5px solid #222;
	background: #FFF;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
}
.msgbox img {
	border:none;
	margin:5px;
}
.close {
	top:0px;
	float:right;
}

