.left{
    position:absolute;
	width:10px;
	background-repeat:repeat-y;
}
.right{
    position:absolute;
	width:10px;
	background-repeat:repeat-y;
}
.top{
	position:absolute;
    height:10px;
	background-repeat:repeat-x;
}
.bottom{
	position:absolute;
    height:10px;
	background-repeat:repeat-x;	
}
.corner{
    position:absolute;
    height:10px;
    width:10px;
	background-repeat:no-repeat;
}
.frame{
	padding:10px;	
}
