.left_top {
   background-repeat: no-repeat;
   width: 6px;
	height: 6px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/lt.png', enabled='true', sizingMethod='scale');  			
}

HTML>BODY>TABLE .left_top {
	background-image: url(img/frameborder/lt.png);
   background-repeat: no-repeat;
   width: 6px;
	height: 6px;
}

.left_bottom {
	background-repeat: no-repeat;
   width: 6px;
	height: 13px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/lb.png', enabled='true', sizingMethod='scale');  		
}

HTML>BODY>TABLE .left_bottom {
	background-image: url(img/frameborder/lb.png);
	background-repeat: no-repeat;
   width: 6px;
	height: 13px;
}

.right_top {
	background-repeat: no-repeat;
   width: 13px;
	height: 6px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/rt.png', enabled='true', sizingMethod='scale');  	
}

HTML>BODY>TABLE .right_top {
	background-image: url(img/frameborder/rt.png);
	background-repeat: no-repeat;
   width: 13px;
	height: 6px;
}


.right_bottom {
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/rb.png', enabled='true', sizingMethod='scale');  	
}

HTML>BODY>TABLE .right_bottom {
	background-image: url(img/frameborder/rb.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.top {
   background-repeat: repeat-x;
   height: 6px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/t.png', enabled='true', sizingMethod='scale');  		
}

HTML>BODY>TABLE .top {
	background-image: url(img/frameborder/t.png);
   background-repeat: repeat-x;
   height: 6px;
}

.bottom {
   background-repeat: repeat-x;
	height: 13px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/b.png', enabled='true', sizingMethod='scale');  	
}

HTML>BODY>TABLE .bottom {
	background-image: url(img/frameborder/b.png);
   background-repeat: repeat-x;
	height: 13px;
}

.left {
	background-repeat: repeat-y;
	width: 6px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/l.png', enabled='true', sizingMethod='scale');  	
}

HTML>BODY>TABLE .left {
	background-image: url(img/frameborder/l.png);
	background-repeat: repeat-y;
	width: 6px;
}

.right {
	background-repeat: repeat-y;
	width: 13px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/frameborder/r.png', enabled='true', sizingMethod='scale');  
}

HTML>BODY>TABLE .right {
background-image: url(img/frameborder/r.png);
background-repeat: repeat-y;
width: 13px;
}
