@charset "utf-8";
.rounded {margin:1px 0 10px; zoom:1 !important;}
.rounded .tl, .rounded .tr, .rounded .bl, .rounded .br, .rounded .ctl, .rounded .ctr, .rounded .cbl, .rounded .cbr {width:3px; height:3px; font-size:0; line-height:0; background:no-repeat 0 0; position:relative; z-index:50}
.rounded .tl, .rounded .bl, .rounded .ctl, .rounded .cbl {float:left; background-image:url(img/grey_cuts/tl.png)}
.rounded .bl {background-image:url(img/grey_cuts/bl.png)}
.rounded .ctl {background-image:url(img/grey_cuts2/ctl.jpg)}
.rounded .cbl {background-image:url(img/grey_cuts2/cbl.jpg)}
.rounded .tr, .rounded .br, .rounded .ctr, .rounded .cbr {float:right; background-image:url(img/grey_cuts/tr.png)}
.rounded .br {background-image:url(img/grey_cuts/br.png)}
.rounded .ctr {background-image:url(img/grey_cuts2/ctr.jpg)}
.rounded .cbr {background-image:url(img/grey_cuts2/cbr.jpg)}
.rounded .tm {border-top:1px solid #d7d7d5; display:block; margin:0 3px; position:relative; z-index:50; font-size:0; line-height:0}
.rounded .bm {border-bottom:1px solid #d7d7d5; display:block; margin:0 3px; padding-top:2px; position:relative; z-index:50; font-size:0; line-height:0; padding-bottom:1px;}
.rounded .inner {border:1px solid #d7d7d5; border-bottom:none; border-top:none; padding:0 0px; position:relative; margin-bottom:-1px !important; margin-top:-1px !important;}

* html .rounded .tl, * html .rounded .tr, * html .rounded .bl, * html .rounded .br {
	behavior: expression(
		( !this.before && this.currentStyle.backgroundImage )
			?
				( this.before = true )
				& ( this.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+this.currentStyle.backgroundImage.toString().slice(5,this.currentStyle.backgroundImage.toString().length-2)+'", sizingMethod="crop")' )
				& ( this.style.backgroundImage = 'none' )
				& ( this.style.zoom = 1 )
			:
				''
	);
}
