.panel {
  width:280px;  
  margin-bottom:17px;
}

.panel a.title, .panel span.title {
  display:block;
  height:20px;
  margin:0px;
  padding:5px 10px 0 10px;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

.panel form {
  margin:0;
}

.panel.news {
  height:200px;
  overflow:hidden;
}

.panel.news span {
  color:#a9c400;
  font-weight:bold;
}

.panel.news a.title, .panel.news span.title {
  color:#fff;
  background:#cbd034;
  text-decoration:none;
}

.panel.news ul {
  padding:0;
  margin:13px 2px 0 25px;
}

.panel.news ul li {
  margin:8px 0;
}

.panel.news ul a {
  /*color:#465153;
  text-decoration:none;*/
}

.panel.news ul a:hover {
  /*text-decoration:underline;*/
}

.panel.contact_us {
  height:130px;
  background:#d5d6d2;
}

.panel.contact_us a.title, .panel.contact_us span.title {
  color:#fff;
  background:#465153;  
}
.panel.contact_us .content {
  padding:15px 20px;
}

.panel.contact_us #contact_us_name_first, .panel.contact_us #contact_us_name_last, .panel.contact_us #contact_us_phone {
  width:65px;
  margin:0 0 5px 0;  
}

.panel.contact_us input.submit {
  margin-top:20px;
  margin-left:10px;
  float:right;
}

.panel.advert {
  height:130px;
  background:#fff;
}

.panel input.text {
  border-color:#bec5c2;
}

.panel.help {
  height:auto;
  background:#d5d6d2;
}

.panel.help a.title, .panel.help span.title {
  color:#fff;
  background:#465153;
}
.panel.help .content {
  padding:15px 20px;
  line-height:16px;
}
