.vote.hide{
    display:none!important;
}
#votesum{
	float:right;
	position:relative;
	top:-5px;
}
#guestbook_pagination a{
    cursor:pointer;
    display:inline-block;
    height:20px;
    line-height:20px;
    margin:0px 4px 0px 0px;
    text-align: center;
    width:20px;
}
#guestbook_pagination a:hover, #guestbook_pagination a.current{
    font-weight:bold;
}
#post_guestbook{
    background:#f5f5f5;
    display:none;
    float:left;
    padding:10px;
    width:97.5%;
}
#post_guestbook .form_row{
    float:left;
    width:99.5%;
}
#post_guestbook input, #post_guestbook textarea{
    height:auto;
    margin:0px 0px 10px 0px;
    padding:5px;
    width:99%;
}
#post_guestbook input.required.error, #post_guestbook textarea.required.error{
    border-color:#ff0000;
}
#post_guestbook textarea{
    line-height:16px;
    height:100px;
}
#post_guestbook label{
    cursor:default;
    display:table-cell;
    width:100px;
}

#post_guestbook label.required span{
    color:#ff0000;
}

#post_guestbook button[disabled]{
    cursor:default;
}

#guestbook_items{
    float:left;
    margin-top:20px;
    width:100%;
}

#guestbook_items .message_head{
    padding-bottom:10px;
}
#guestbook_items .guestbook_item{
    border-bottom:1px dotted #DBDBDB;
    margin-bottom:20px;
}
#guestbook_items h3{
    float:left;
}
#guestbook_items .message{
    clear:both;
    margin:10px 0px;
}
#guestbook_items .vote{
    float:right;
}
#post_guestbook .vote_star, #guestbook_items .vote_star,
#votesum .vote_star, #votesum .vote_star{
    background:url('stars.png') no-repeat left top;
    cursor:pointer;
    float:left;
    height:20px;
    margin-top:4px;
    text-indent:-999999px;
    width:20px;
}
#post_guestbook .vote_star.active, #guestbook_items .vote_star.active,
#votesum .vote_star.active, #votesum .vote_star.active{
    background-position: right top;
}

#guestbook_items .vote_star,
#votesum .vote_star{
    cursor:default;
}

#guestbook_items .email{
    float:right;
    margin-left:10px;
}
#guestbook_items .www{
    float:right;
    margin-left:10px;
}

#guestbook_box .guestbook_item{
    border-bottom:1px dotted #DBDBDB;
    display:inline-block;
    padding:10px;
}

#guestbook_box .guestbook_item:last-child{
    border-bottom:none;
    margin-bottom:0px;
}

#guestbook_box .vote{
    float:right;
}

#guestbook_box h4{
    float:left;
}

#guestbook_box .vote_star{
    background:url('stars_small.png') no-repeat left top;
    float:left;
    height:10px;
    margin-top:4px;
    text-indent:-999999px;
    width:10px;
}
#guestbook_box .vote_star.active{
    background-position: right top;
}

#guestbook_box span.small{
    font-size:10px;
    float:left;
    padding:2px 0px 6px 0px;
    width:100%;
}
#guestbook_box .message{
	clear:both;
    float:left;
    margin:10px 0px 0px 0px;
}
#guestbook_box .message_head{
    float: left;
    width: 100%;
}