
/* Press Portal Content Areas */
div.pressHdl {
  width:100%;
  float:left;
  padding: 7.5px 0px 5px 0px;
}
div.pressTxt {
  width:100%;
  float:left;
  padding: 15px 0px 10px 0px;
}
div.pressTop {
  font-size:10px;
  color:#999999;
  width:100%;
  float:left;
  padding: 5px 0px 5px 0px;
}
div.pressSub {
  font-size:10px;
  color:#999999;
  width:100%;
  float:left;
  padding: 5px 0px 5px 0px;
}
div.pressLine {
  background-image: url(../images/bg/bg_dot_grey.gif);
  background-repeat: repeat-x;
  background-position: center;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  width: 100%;
  float: left;
  padding: 2.5px 0px 2.5px 0px;
}

/* Press Formular Elements */
div.pressInpBox {
  width: 520px;
  float:left;
  padding: 7.5px 0px 0px 0px;
}
div.pressLbl {
  text-align:right;
  font-size: 10px;
  color: #191919;
  padding: 2.5px 10px 2.5px 0px;
  width: 100px;
  float: left;
}
div.pressInp{
  font-size: 10px;
  color: #191919;
  width: 140px;
  float: left;
  padding: 0px 5px 0px 0px;
}
.pressInpMid {
  font-size: 10px;
  color: #191919;
  width: 130px;
  float: left;
}

/* Press Buttons */
a.pressBtn:link, a.pressBtn:visited {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a.pressBtn:hover, a.pressBtn:active {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #cc0000;
}
a.pressBtnAct:link, a.pressBtnAct:visited {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #cc0000;
}
a.pressBtnAct:hover, a.pressBtnAct:active {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #cc0000;
}
a.pressBtnGrey:link, a.pressBtnGrey:visited {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
}
a.pressBtnGrey:hover, a.pressBtnGrey:active {
  text-decoration: none;
  font-face: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #cc0000;
}
