﻿.tl {
	width:12px;height:20px;
    background:url(../imagesw/tl.png) no-repeat bottom left;
	
}

.tc {
    background:url(../imagesw/tr.png) bottom left repeat-x;
	
}

.tr {
	width:12px;
    background:url(../imagesw/tr.png) repeat-x bottom right;
	
}
.mc{background:url(../imagesw/bg.png) top left;
}

.ml {
	width:12px;
    background:url(../imagesw/l.png) top right repeat-y;
	
}

.bl {
	width:12px;height:20px;
    background:url(../imagesw/bl2.png) top left repeat-x;
	
}

.bc {
	height:20px;
    background:url(../imagesw/br.png) top left repeat-x;
	
}

.mr {
	width:12px;
    background:url(../imagesw/r2.png) repeat-y top left;
	
}

.br {
	width:12px;height:20px;
    background:url(../imagesw/br.png) repeat-x top right;
	
}

