﻿.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: url(../images/panel_tr.gif) no-repeat; 
height: 15px; 
width: 11px;
font-size: 2px;
}

.inside {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #e3e3e3;
	color: #494949;
	/*background: #363636;*/
    padding-left: 13px;
    padding-right: 10px;
}

.inside p { display:block; min-height: 45px;}

.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;
}
.paneltitle 
{
    /*color:#fbaa29;*/
    color:#363636;
    font-size:14px;
    height:22px;
    white-space:nowrap
}
