/*
 * Contact Us Styles
 */

div#signthebook form {
  position:relative;
  background: #ccc;
  margin: 0 0 1em 0;
  padding: 15px;
  width:600px;
  height:410px;
}

div#signthebook form p.closebook{
 width:66px;
 height:22px;
 position:absolute;
 top:10px;
 right:10px;
}

div#signthebook form p.fields {
  overflow:hidden;
  width:95%;
  margin: 8px 0;;
}
div#signthebook form p.fields br {
  clear: both;
}
div#signthebook form label,
div#signthebook form span.label {
  font-weight: bold;
  text-align: right;
  float: left;
  margin: 3px 8px 0 0;
  width: 115px;
}

/*checkbox and radio option labels*/
div#signthebook form label.option {
  font-weight: bold;
  text-align: left;
  margin: 3px 8px 0 0;
  width:auto !important;
  float:none;
}

div#signthebook form input.text,
div#signthebook form textarea {
  font-size: 1em;
  float: left;
  margin-bottom: 12px;
  padding: 2px;
  width: 254px;
  w\idth: 250px;
}
div#signthebook form textarea {
  font-family: "courier new", serif;
  margin-bottom: 12px;
  width: 350px;
  height: 120px;
}
div#signthebook form input.submit {
  margin-left: 123px;
}

/*
 * Navigation
 */
div#main-sign-now {
  text-align: center;
  padding: 0px 0px 15px 0px;
}
div#guestbook-nav {
  background: #888888;
  color: #ffffff;
  padding: 5px 0px 5px 0px;
  overflow: hidden;
  width: 685px;
}
div#guestbook-nav a {
  background: transparent url(/img/guestbook-nav-bg.gif) no-repeat top left;
  color: #439639;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
div#guestbook-nav div.left {
  float: left;
  width: 100px;
}
div#guestbook-nav div.left a {
  padding: 0px 0px 5px 15px;
  margin: 0px 0px 0px 10px;
}

div#guestbook-nav div.middle {
  float: left;
  text-align: center;
  width: 485px;
}
div#guestbook-nav div.right {
  text-align: center;
  float: left;
  width: 100px;
}
div#guestbook-nav div.right a {
  padding: 0px 15px 5px 0px;
  margin: 0px 0px 0px 10px;
}


ul#guestbook-entries{
  list-style:none;
  margin:0px;
  padding:0px;
}

ul#guestbook-entries li{
  overflow:hidden;
  background:#f3f3f3;
  min-height:60px;
  height:auto !important;
  height:60px;
  margin:10px 0px;
  padding:5px;

}

div.comment-by{
  float:left;
  border-right:solid 1px #333333;
  width:120px;
}

div.comment {
  float:left;
  margin-left:-1px;
  border-left:solid 1px #333333;
  padding-left:10px;
  width:400px;
}

div.comment-by a{
 text-decoration:none;
}
