/* --------------------------------------- */
/* ------------ KNIHA NAVSTEV ------------ */
/* --------------------------------------- */

.guestbook-form {
	position: relative;
	margin-top:20px;
}
.guestbook-form .legend {
	border:1px #CCCCCC solid;
	background:#ebebeb;
	padding:3px 15px 3px 15px;
	color: #666666;
	position:absolute;
	top: -1em;
	left: 20px;
	display:none;
}
.guestbook-form div {
	padding:0px 20px 10px 20px;
}
.guestbook-form label {
	float:left;
	width:80px;
}
.guestbook-form input {
	border:1px #999999 solid;
	padding:3px;
	margin-bottom:5px;
	width:250px;
	background-color:#F8F6E9;
}
.guestbook-form textarea {
	border:1px #999999 solid;
	padding:3px;
	width:250px;
	height:120px;
	overflow:auto;
	background-color:#F8F6E9;
	margin-bottom:10px;
}
.guestbook-form .submit {
	background: url(../../img/bg-tlacitko3.jpg);
	width:124px;
	height:34px;
	clear:both;
	margin-left:80px;
	border:0;
	color: #666666;
}
.guestbook-form .smile {
	position:absolute;
	top:0px;
	left:360px;
	width:50px
}
.guestbook-form .smile img {
	margin:3px;
	border:0 !important;
}
.guestbook-form span {
	color:#FF0000;
}

.guestbook-vypis {
	list-style-type:none;
	margin:0 !important;
	padding:0;
}
.guestbook-vypis li {
	margin:10px 0 10px 0;
}
.guestbook-vypis div {
	background-color:#DEEDE6;
}
.guestbook-vypis .jmeno {
	color: #666666;
}
.guestbook-vypis .datum {
	float:right;
	color: #666666;
}
.guestbook-vypis img {
	border:0 !important;
}
