#shadow {
position:fixed; top:0px; left:0px; z-index:500; width:100%; min-height:100%;
background:#000000;
opacity:0.7; filter: alpha(opacity=70);
}
#popup {
background:#ffffff;
position:absolute; top:200px; left:65%; z-index:1000; width:40%; margin-left:-33%;
padding:5px;
}
	#popup .inner {margin:30px 5% 30px 5%;}
	#popup h1 {background:none; padding:0px; position: relative; }
	#popup h1 a{ position: absolute; right: 0px; top: 2px; font-size: 14px; background:url(/img/admin/change.gif) no-repeat 0 4px; padding-left:15px; }
	.popupbut {padding:15px 0px 0px 0px; font-size:16px;}
		.popupbut strong {font-weight:normal; margin:0px 10px 0px 10px;}
	
	.datamess {background:#f6f6f6; border-bottom:2px solid #3c3c44; margin-bottom:15px; padding:15px 15px 0px 15px; color:#818181;}
		/*.datamess strong {display:block;}*/
		.datamess a {color:#f16e99; text-decoration: underline;}
		.datamess a:hover {text-decoration: none;}
	.contentmess {background:url(/img/admin/h2-bg.gif) repeat-x left bottom;}
		.contentmess h3 {font-size:18px; font-weight:bold; margin-bottom:3px;}
	.attach {margin:0px; padding:0px; list-style:none;}
		.attach li {
		background:url(/img/admin/attach.gif) no-repeat 30px 0;
		padding:0px 0px 20px 60px;
		font-style:italic;
		}
		
.close{
	float:right; background: url("/fancybox.png?1349890576") repeat scroll -40px 0 transparent; 
	display: block; 
	width: 30px; 
	height: 30px;
	position: absolute;
    right: -15px;
    top: -15px;
}