* {
  font-family:"times new roman",times,serif;
  text-align:justify;
  font-size:12pt;
}

.tpl-wrapper {
  margin:0;
  padding:0;
  width:auto;
}

.tpl-header, .tpl-menu, .page-flower, .tpl-content-footer {
  display:none;
}

.tpl-pageblocks .HP-pageblock.HP_owncontent {
  display:none;
}

.tpl-content-inner {
  height:100%;
  padding:0;
  width:100%;
}

#mapsearch {
  width:100% !important;
  height:500px !important;
  float:left;
}

p {
  padding:0;
  margin:1pt 0;
}

h1, h2, h3, h4, h5, h6 {
  margin:8pt 0;
}


.form {
  width:391px;
  margin:3px;
  padding-top:2px;
  font-size:12px;
}

.form label {
  clear:both;
  float:left;
  display:block;
  width:125px;
  line-height:21px;
}

.form .hidden, .form .checkbox, .form .radio {
  border:none;
}

.form .hidden {
  display:none;
}

.form input, .form textarea, .form select, .form .date {
  float:left;
  display:block;
  width:250px;
  max-width:250px;
  border:1px solid #ccc;
  background:#fff;
  padding:2px;
  margin-bottom:5px;
}

.form .short {
  width:125px;
  margin-right:125px;
}

.form .date {
  width:100px;
  margin-right:150px;
}

.form .pickup {
  background:transparent url(../images/bg_reservation.png) no-repeat left top;
  height:16px;
  width:110px;
  border:0;
}

.form .pickup:hover, .form .pickup:active, .form .pickup:focus, .form .pickup.error:hover {
  background:transparent url(../images/bg_reservation.png) no-repeat left -21px;
  cursor:pointer;
  border:0;
}

.form .pickup.error, .form .pickup.error:focus, .form .pickup.error:active {
  background:transparent url(../images/bg_reservation.png) no-repeat left -42px;	
  border:0;
  text-align:left;
}

.form .livesearch {
  font-style:italic;
}

.form .clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
}

.form .floater {
  margin-left:10px;
}

.form .button, .form .submit, #route-calc, .button {
  background:url("../images/bg_button_1px.png") repeat-x scroll left top #003399;
  border:1px solid #003399;
  color:white;
  font-weight:bold;
  width:auto;
  width:177px;
  height:26px;
  margin-right:10px;
}

.HP_emaildirect .form .button, .button {
  float:right;
}

.form .button-go {
  padding:0px;
  margin:5px 0px;
  width:41px;
  height:20px;
  border:0;
}

.form .option {
  border:none;
  background:none;
  width:auto;
}

.form fieldset {
  border:none;
  padding-left:110px;
  display:block;
  clear:both;
}

.form fieldset input {
  width:auto;
  border:none;
  background:none;
  float:left;
  display:block;
  margin-right:0px;
  margin-top:2px !important;
  margin-top:0px; /*to fix IE6 position*/
}

.form fieldset label {
  width:auto;
  clear:none;
  float:left;
  display:block;
  padding-right:2px;
  white-space:nowrap; /*to fix IE6 wrapping*/
}

.form .error {
  border:1px solid #DC0000;
  background:#ffcccc;
}

.io_error, .io_success, .io, .error {
  font-weight:bold;
  padding:10px;
  text-align:left;
  width:362px;
  margin-bottom:20px;
}

.io_error, .error {
  background-color:#ffcccc;
  border:1px solid #DC0000;
  color:#DC0000;
}

.io_success, .io {
  background-color:#ccffcc;
  border:1px solid #008001;
  color:#008001;
}

.form .spacer {
  clear:left;
  height:20px;
  width:400px;
}

.form textarea {
  width:250px;
}

