<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.user_country {
	font-size:10px;
}

div.user_stars {	
	border: 1px solid #ff0;
	background-image: url(../users/bg_star.gif);
}
div.user_vip {	
	position: relative;
	border: 1px solid #ff0;
/*	background-image: url(images/themes/15.png); */
}
div.vip_top {
	position: relative;
	width: 160px;
	height: 0px;
	top:-24px;
}
div.vip_img {
	position: absolute;
	width: 160px;
	height: 25px;
	z-index: 10;
	background: url(../users/status/vip_1.png) center top no-repeat;
}
div.vip_bottom {
	position: relative;
	width: 160px;
	height: 33px;
	top: 0px;
}
div.vip_img2 {
	position: absolute;
	width: 160px;
	height: 39px;
	z-index: 10;
	background: url(../users/status/vip_1.png) center -25px no-repeat; 
}


div.user_18 {	
	border: 1px solid #f0f;
	background-image: url(../users/themes/18.png);
}
div.user_20 {
	border: 1px solid #f0f;
	background: url(../users/themes/20.png) right bottom repeat;
}
</pre></body></html>