/* cmsms stylesheet: Gbook module modified: Monday, May 4, 2020 10:52:48 AM */
/*----------- Gbook Sample CSS ----------- */

.gbook_form label {
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input {
  width:340px;
  padding:3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.gbook_form input.cms_checkbox {
  width:auto;
}

.gbook_form input.cms_submit {
  width:auto;
  margin-left:100px;
  padding:2px 30px;
  background-color:#ddd;
}

.gbook_form input.cms_submit:hover {
  background-color:#bbb;
}

.gbook_form textarea {
  width:340px;
  height:140px;
  padding:2px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  vertical-align:middle;
}

.gbook_field_error input, 
.gbook_field_error textarea, 
.gbook_field_error .gbook_stars {
  background:#fdd url("https://www.tromator.de/modules/Gbook/images/error.png") no-repeat center right;
}

.gbook_form .gbook_smileys {
  margin:4px 0 0 100px;
}

.gbook_form .gbook_starrating {
  margin:12px 0 12px 0;
}

.gbook_pagelinks {
  height:20px;
  text-align:right;
}

.gbook_pagelinks a {
  padding:1px 3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  background-color:#ddd;
  color:#999;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:bold;
  color:#333;
}

.gbook_pagelinks a:hover {
  color:#555;
  background-color:#bbb;
}

.gbook .gbook_entry {
  margin-top:20px;
}

.gbook .gbook_entry_name {
  padding-left:10px;
  font-weight:bold;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
  font-weight:bold;
}

.gbook .gbook_entry_title {
  padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#eee;
}

.gbook_form .gbook_stars {
  display:inline-block;
  padding:1px 24px 1px 2px;
}

.gbook .gbook_entry_rating {
  text-align:right;
}
