/*------------- IE6 PNG Alpha Transparency Fix --------------------*/
img/*, .top-left, .top-right, .bottom-left, .bottom-right*/ {behavior: url(css/iepngfix.htc);}

.panel {
  position: relative;
  top: 20px;
  width: 278px;
}

.top-left {
	background: url(../images/panel_tl.gif) no-repeat;
width:269px;
height: 9px;
font-size: 2px;
}

.top-right {
float: right;
margin-top: -9px;
	background-image: url(../images/panel_tr.gif); 
height: 15px; 
width: 11px;
font-size: 2px;
}

.inside {
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	background: #363636;
padding-left: 13px;
padding-right: 10px;
}

.bottom-left {
  background-image: url(../images/panel_bl.gif);
height: 11px;
font-size: 2px;
margin-right: 9px;
}

.bottom-right {
	background-image: url(../images/panel_br.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;
	color: #cbc2b9;
}
.paneltitle 
{
    color:#55bab7;
    font-size:14px;
    height:20px;
    white-space:nowrap
}