.top-left {

margin-right: 9px; /* clip right corner */
background-image: url('../images/table/corners1280x46.png');
height: 23px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {

margin-top: -23px; /* to level of top-left corner */
margin-left: 23px; /* clip left corner */
background-image: url('../images/table/corners1280x46.png'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 23px; 
font-size: 2px;
}

.bottom-left {

margin-right: 23px; /* clip right corner */

background-image: url('../images/table/corners1280x46.png');
background-position: 0 -23px; /* show under half of the image */
height: 23px;
font-size: 2px;
}

.bottom-right {

margin-top: -23px; /* to level of bottom-left corner */
margin-left: 23px; /* clip left corner */
background-image: url('../images/table/corners1280x46.png'); 
background-position: 100% -23px; /* under half, right side */
height: 23px; 
font-size: 2px; 
}

.inside {

border-left: 2px solid #C8004C;
border-right: 2px solid #C8004C;
background: #FFFFFF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}
