.corner_left-upper {
	background-image : url(../img/smalltable/corner_left-upper.gif) ;
	background-repeat : no-repeat ;
	background-color : #FFF ;
	width : 15px ;
	height : 15px ;
}

.corner_right-upper {
	background-image : url(../img/smalltable/corner_right-upper.gif) ;
	background-repeat : no-repeat ;
	background-color : #FFF ;
	width : 15px ;
	height : 15px ;
}

.corner_left-lower {
	background-image : url(../img/smalltable/corner_left-lower.gif) ;
	background-repeat : no-repeat ;
	background-color : #FFF ;
	width : 15px ;
	height : 15px ;
}

.corner_right-lower {
	background-image : url(../img/smalltable/corner_right-lower.gif) ;
	background-repeat : no-repeat ;
	background-color : #FFF ;
	width : 15px ;
	height : 15px ;
}

.edge_top {
	background-image : url(../img/smalltable/edge_top.gif) ;
	background-repeat : repeat-x ;
	background-color : #FFF ;
}

.edge_right {
	background-image : url(../img/smalltable/edge_right.gif) ;
	background-repeat : repeat-y ;
	background-color : #FFF ;
}

.edge_bottom {
	background-image : url(../img/smalltable/edge_bottom.gif) ;
	background-repeat : repeat-x ;
	background-color : #FFF ;
}

.edge_left {
	background-image : url(../img/smalltable/edge_left.gif) ;
	background-repeat : repeat-y ;
	background-color : #FFF ;
}

.smalltable_content {
	padding : 10px ;
	background-color : #FFF ;
}