/**
 * Swoppen Systems
 *
 * @copyright since 2000 - All rights reserved.
 */
 
body {
  color: #797979;
  font-size: 11px;
  margin:0px;
  padding:0px;
  line-height: 14px;
  font-family: Tahoma;
}

input, textarea, select {
  width:150px;
  background-color:#ffffff;
  border:1px solid #B8B8B8;
  font-family:Tahoma;
  font-size:11px;
  color:#797979;
  line-height:13px;
  padding-left:2px;
  padding-right:2px;
}

a {
  color:#66AACE;
  font-size:11px;
  text-decoration:underline;
}

a:hover	{
  color:#66AACE;
  font-size:11px;
  text-decoration:none;
}

.RP_booking_block {
  display:block;
  margin: auto;
  width: 280px;
}

.RP_booking_block .HP-pageblock-title {
  font-size: 14px;
  margin: 10px 0px;
  font-weight: bold;
}

.RP_booking_block .error-text {
  font-weight:bold;
  color:red;
  margin: 3px 0px;
}

.RP_booking_block input, .RP_booking_block select {
  float: left;
  margin-bottom: 5px;
}

.RP_booking_block .error {
  border: 1px solid red;
}

.RP_booking_block label {
  float: left;
  clear: both;
  width: 60px !important;
}

.RP_booking_block .button {
  margin-left: 5px;
  width: auto;
}
