/**** GUEST BOOK ****/
#guest-book{
	width: 470px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#guest-book .form-title{
	width: 80px;
	font-size: 75%;
	color: rgb(65, 73, 109);
	float: left;
	text-align: right;
	margin: 0 4px 4px 0;
	padding: 0;
}
#guest-book .form-field{
	width: 142px;
	float: left;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;	
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0;
}
#guest-book .form-field-wide{
	width: 389px;
	height: 113px;
	float: left;
	text-align: left;
	vertical-align: top;
	background-image: url(../grafika/book-textarea-background.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#guest-book input{
	width: 142px;
	height: 16px;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;		
	color: black;
	border: 1px solid rgb(128, 168, 211); 
	background-color: white;
}
#guest-book input.code{
	width: 86px;
	height: 16px;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;		
	color: rgb(60, 60, 60);
	border: 1px solid rgb(128, 168, 211); 
	background-color: white;
}
#guest-book textarea{
	width: 366px;
	height: 113px;
	color: rgb(60, 60, 60);
	border: 1px solid rgb(128, 168, 211);
  background-color: white; 
	margin: 0 0 0 0;
}
#guest-book .smileys{
	width: 380px;
	margin: 2px 0 5px 76px;
	padding: 0 7px 0 7px;
}
#guest-book .smileys a{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 40%;
	display: block;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
#guest-book .smileys a:hover{
	width: 25px;
	height: 25px;
	text-decoration: none;
	background-color: rgb(198, 213, 234);
}
#guest-book .smileys img{
	margin: 5px;
	padding: 0 0 0 0;
}
#guest-book button{
  width: 115px;
  height: 22px;
  line-height: 22px;
  background-image: url(../grafika/button.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: rgb(63, 76, 108);
  font-size: 75%;
  text-align: center;
}
#guest-book div.hr{
	width: 473px;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 1px solid rgb(128, 168, 211);
	padding: 0;
	margin: 0 0 2px 0;
}
#guest-book .mess-head{
	width: 475px;
	float: left;
	font-size: 75%;
	color: rgb(60, 60, 60);
	text-align: left;
	background-color: rgb(198, 213, 234);	
	margin: 0 0 4px 0;
	padding: 0;
}
#guest-book .mess-head .icon-topic{
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(198, 213, 234);
	background-image: url(../grafika/icons/bullet_red.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 14px;
}
#guest-book .mess-head .icon{
	width: 18px;
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(198, 213, 234);
	text-align: center;
	margin: 0 0 0 0;
}
#guest-book .mess-head .item{
	height: 18px;
	line-height: 16px;
	float: left;
	background-color: rgb(198, 213, 234);
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
}
#guest-book .mess-head .reply{
	height: 18px;
	line-height: 16px;
	float: right;
	background-color: rgb(198, 213, 234);
	background-image: url(../grafika/icons/reply.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 13px 0 0;
}
#guest-book .mess-head .reply a{
  color: rgb(60, 60, 60);
}
#guest-book .mess-head .date{
	height: 16px;
	line-height: 16px;
	float: right;
	background-color: rgb(198, 213, 234);
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
}
#guest-book .mess-reply{
	width: 445px;
	float: right;
	color: rgb(60, 60, 60);
	font-size: 65%;
	font-style: italic;
	text-align: left;
	border: 1px dashed rgb(60, 60, 60);
	margin: 0 0 5px 10px;
	padding: 2px 3px 2px 10px;
}
#guest-book .mess-body{
	width: 460px;
	float: left;
	color: rgb(60, 60, 60);
	font-size: 75%;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 3px 0 10px;
}
.deltable{
  width: 160px;
	border: 1px solid white;
	background-color: rgb(140, 174, 216);
	text-align: center;
	padding: 0px;
}
#delokno{
	width: 160px;
	position: absolute;
	display: none;
	border: 1px solid white;
	background-color: rgb(140, 174, 216);
	text-align: left;
	padding: 10px;
}

