/* Corner */

.boxTop {
	background-image:url(image-frame_01.jpg);
	background-repeat:no-repeat; 
	width:150px; 
	height:12px; 	
}

.boxLeft {
	background-image:url(image-frame_02.jpg); 
	background-position:left;
	background-repeat:repeat-y; 
	width:11px; 

}
.boxRight {
	background-image:url(image-frame_04.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:10px;
}
.boxBottom {
	background-image:url(image-frame_05.jpg); 
	background-repeat:repeat-x; 
	width:150px;
	height:12px; 	
}
.boxContant {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
