* html body {width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");}
#main{margin-top: expression(document.getElementById("header").offsetHeight + "px");}
#header{margin-top: expression((0 - (this.offsetHeight + document.getElementById("main").offsetHeight)) + "px");}
#nav li{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += 'first-child') : 0 );}

.childthumb .col{
	margin:7px;
}
.artthumb .col{
	margin:7px;
}


.msg { 
	font-size:10pt; border:1px #aaa solid; width:470px; padding:3px; position:absolute; left:50%; margin-left:-250px; top:150px; z-index:9999;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff url(../images/alertbox/bg.png) repeat-x; 
}
.msg .img { float: left; width:93px; height:93px; margin:20px; display:none; }
.msg.error .img { background:url(../images/alertbox/error.png); }
.msg.success .img { background:url(../images/alertbox/success.png); }
.msg .info { float:left; width:300px; margin:20px 20px 20px 0; font-size:14px; font-weight:bold; color:#595959; }
.msg ul { margin:0; padding:3px; list-style:none; }
.msg li { margin:0; padding:3px; }
.msg .close { position:absolute; left:auto; right:0; margin:0; margin-top:-16px; margin-right:-16px; top:0; z-index:101; }