.btn-left
{
  width:6px;
  height:30px;
  float:left;
}
.btn-right
{
  width:6px;
  height:30px;
  float:left;
}
.btn-center
{
  height:30px;
  float:left;
  padding:0 10px;
}
.btn-left-over
{
  background-image:url("../images/btn-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  width:6px;
  height:30px;
  float:left;
}
.btn-right-over
{
  background-image:url("../images/btn-right.png");
  background-repeat: no-repeat;
  background-position: top left;
  width:6px;
  height:30px;
  float:left;
}
.btn-center-over
{
  background-image:url("../images/btn-center.png");
  background-repeat: repeat-x;
  background-position: top left;
  height:30px;
  float:left;
  padding:0 10px;
}
.button
{
  height:30px;
  float:right;
  cursor:pointer;
}

.title-button {
  color:#162d4e;
  display:block;
  font:15px/30px "Trebuchet MS",Arial,Helvetica,sans-serif;
  height:30px;
  padding:0 10px 0 35px;
  text-decoration:none;
}
.title-button:hover {
  text-decoration:underline;
  color:#162d4e;
}
