#guestbook {
}

.guestbookselector {
  height: 40px;
}

.guestbookselector_left {
  font-weight: bold;
  color: #5e5e5e;
  float: left;
  margin-bottom: 5px;
}

.guestbookselector_right {
  font-weight: bold;
  text-align: right;
  color: #444;
  float: right;
  width: 780px;
  margin-bottom: 5px;
}

.guestbookform {
  float: left;
  width: 475px;
  height: 415px;
}

.guestbookmessages {
  float: right;
}

.guestbookmessages2 {
  margin-top: 20px;
  float: left;
}

.styledinput {
  background-image: url('../../layout/images/content-bg.jpg');
  background-repeat: repeat-x;
  border: 1px solid #CCC;
  padding: 4px;
  width: 445px;
}

.guestbookblock {
  margin-bottom: 10px;
  border: 1px solid #CCC;
}

.guestbookmessages .guestbookblock {
  width: 479px;
}

.guestbooksegment {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.guestbookmessage {
  margin: 10px;
  height: 230px;
  background-color: white;
}

.styledsubmit {
  float: right;
  margin-right: 11px;
  margin-bottom: 10px;
}

.guestbookusername {
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-left: 10px;
  font-weight: bold;
  float: left;
}

.guestbookmessageblock {
  background-image: url('../../layout/images/content-bg.jpg');
  background-repeat: repeat-x;
  background-color: white;
  padding: 10px;
}

.guestbookrating {
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-right: 10px;
  float: right;
}

.guestbookheader {
  background: url(../../layout/images/feed-title-white.jpg) repeat-x;
  height: 29px;
}

.guestbookcounter {
  margin-left: 5px;
  text-decoration: none;
  color: black;
  color: #b0b0b0;
}

.guestbookcounter_active {
  color: black;
}

.guestbookcounter:hover {
  color: #5a5a5a;
}

.guestbook_smileybox img {
  margin-top: 10px;
  margin-right: 2px;
}

.guestbook_imageframe {
  margin-top: 20px;
}

.guestbook_imageframe img {
  padding: 9px;
  border: 1px solid #CCC;
  background-image: url('../../layout/images/content-bg.jpg');
  background-repeat: repeat-x;
  background-color: white;
}
