.panel {
  position: relative;
  top: 20px;
  width: 278px;
}

.top-left {
background-image: url(../images/tl-panel-02.gif);
width:269px;
height: 9px;
font-size: 2px;
}

.top-right {
float: right;
margin-top: -9px;
background-image: url('../images/tr-panel-02.gif'); 
height: 15px; 
width: 11px;
font-size: 2px;
}

.inside {
border-left: 1px solid #3E2208;
border-right: 1px solid #3E2208;
background: #3E2208;
padding-left: 13px;
padding-right: 10px;
}

.bottom-left {
background-image: url('../images/bl-panel-02.gif');
height: 11px;
font-size: 2px;
margin-right: 9px;
}

.bottom-right {
background-image: url('../images/br-panel-02.gif');
background-position: 100% 0;
background-repeat: no-repeat;
height: 11px;
font-size: 2px;
margin-top: -11px;
}

.panel a {
  padding-left:160px;
}
.panel h4 {
  padding:4px 0 4px 0;
}
.panel p {
  padding-top:5px;
  padding-bottom:5px;
}
.paneltitle 
{
    color:#ffffff;
    font-size:14px;
    height:20px;
    white-space:nowrap
}