
#guestbook img{
	margin-bottom: -2px;
}
#guestbook_but {
  margin: 20px 0px;
}
.guestbook_nav_button{
 width: 662px; margin-top: -15px;
 border:1px solid #15aeec; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; text-align:center; font-size:17px; font-family:arial, helvetica, sans-serif; padding: 14px 0px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF!important;
 background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
 background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
 cursor:pointer! important;
}
.guestbook_nav_button:hover{
 border:1px solid #1090c3;
 background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
 background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}
.guestbook_set {
    height: 35px;
	width: 100%;
	border: 1px solid rgb(227, 227, 227);
	background: rgb(254, 254, 254);
	color: rgb(102, 102, 102);
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	padding-right: 10px;
	cursor: pointer;
}
.guestbook_set .positive{
	color: green;
	font-weight: bold;
}
.guestbook_set .negative{
	color: red;
	font-weight: bold;
}
.guestbook_smilies{
	margin: -5px 0 5px;
}
.entry{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	border-radius:3px;
	word-break: break-all;
}
.entry[data-rating="0"]{
	border: 2px solid #E54C3C;
}
.entry[data-rating="1"]{
	border: 2px solid #5EC5DD;
}
#guestbook .entry__text-head{
	border-bottom: 1px dashed #2E8AC8;
	margin-right: 87px;
	padding-bottom: 2px;
}
#guestbook .entry__text-head a{ text-decoration:none;}
.entry__text-head:after{
	clear: both;
	display: table;
	height: 0;
	content: '';
}
.entry__text-head h4, .entry__text-head span{
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	line-height: 16px;
	color: #2E8AC8;
}
.entry__text-head span{
	font-weight: normal;
	float: left;
}
.entry__text-body{
	padding: 10px 0px 3px;
	min-height: 37px;
}
#guestbook .comment_photo img { float: right; width: 70px; height: 70px; box-shadow: 0px 0px 0px 1px #5EC5DD; margin: -33px 2px 20px 15px;}
#guestbook .comment_photo .user_karma { position: absolute; margin: 46px 7px 8px 0px;}
#guestbook .comment_photo .user_karma2 { position: absolute; margin: 46px 23px 8px 0px;}
.guestbook_rating { float: left;}
a.del_entry {
    background: url(/uploads/images/icons/delete_smoll.png);
	position: absolute;
	display: block;
	border: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
	margin: 0px 535px 0px 0px;
	opacity: 1;
}
a.del_entry:hover { opacity: 0.7; }
#guestbook_message {display:none;}
#guestbook_modal_titleExt {
	text-align:center;
	font-size:19px;
	font-weight:bold;
	margin-bottom:20px;
}
form .textbox label {padding:0 0 5px 20px! important;}
.blue_button {width:100%; font-size:16px; padding:14px 0px;}
.gb_captcha {height:78px; margin-bottom:13px;}
.gb_success {
 background-color:#ECFFE8;
 border:1px solid #80C232;
 color:green;
 text-align:center;
 font-size: 14px;
 font-weight:bold;
 padding:12px! important;
 margin-top:20px! important;
}
.gb_errors { 
 background-color:#ffe7e5! important;
 border:1px solid #ff7264! important;
 color:red! important;
 padding:0 12px! important;
 margin-top:20px! important;
}
.gb_attention { 
 background-color:#FEFFE6! important;
 border:1px solid #cd853f! important;
 color:#cd853f! important;
 text-align: center;
 padding:10px 12px! important;
 margin-top:20px! important;
}

