.box-top, .box-bottom {
 margin: 0px;
}

.rounded {
 width: 200px;
}

.box-content {
 margin: 0px;
 border-left: 2px solid #666;
 border-right: 2px solid #666;
 padding: 15px;
 padding-top: 0px; 
 padding-bottom: 0px;
}

.red-box .box-content {
 background: #900;
 border: 0px;
}

.gray-solid-box .box-content { 
 background: #333;
 border: 0px;
}

.box-top, .box-bottom { 
 height: 16px; 
 background: #111;
 background-repeat: no-repeat; 
}

.box-top { 
 font-size: 10px;
 border-left: 2px solid #666;
 background: url(../images/box-gray.gif) top right;
}

.box-bottom { 
 font-size: 10px;
 border-right: 2px solid #666;
 background: url(../images/box-gray.gif) bottom left;
}

.red-box .box-top {
 border-left: 2px solid #900;
 background: url(../images/box-red.gif) top right;
}

.red-box .box-bottom {
 border-right: 2px solid #900;
 background: url(../images/box-red.gif) bottom left;
}

.gray-solid-box .box-top {
 border-left: 2px solid #333;
 background: url(../images/box-gray-solid.gif) top right;
}

.gray-solid-box .box-bottom {
 border-right: 2px solid #333;
 background: url(../images/box-gray-solid.gif) bottom left;
}





