@charset "utf-8";
/* CSS Document */

#guestbook {
	padding-left:10px;
	padding-right:10px;
}

#guestbook img {
	width:60px;
	height:60px;
}

.gb_form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	position:relative;
	top:1px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	font-weight:bold;
	float:right;
}

.gb_div_line_vlozit a{font-weight:bold;}


.gb_form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	height: 120px;
	width: 100%;
	border: 1px solid #CCCCCC;
}


.gb_box {
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
}

.gb_box .gb_nadpis{
	height:18px;
	line-height: 18px;
	font-weight: bold;
	color: #CCC;
	padding-top:5px;
	font-size:120%;
}

.gb_box .gb_autor{
	height:22px;
	line-height: 22px;
	color: #FFFFE8;
}

.gb_box .gb_text{
	min-height:18px;
	height:auto;
	line-height: 18px;
	color: #CCC;
	font-size:100%;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom:5px;
}

.gb_box .gb_odpoved{
	height:22px;
	line-height: 22px;
	color: #FFF;
	background-color: #666;
	text-indent: 5px;
}

.gb_box .gb_odpoved input{
	height:16px;
	color: #FFF;
	background-color: #666;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:90%;
	margin-top:2px;
}

#gb_text_uvod {
	font-size: 100%;
	color: #858585;
	margin-top:10px;
	margin-bottom: 10px;
}

.gb_line_vlozit {
	background-color:#666;
	width:100%;
	height:24px;
	text-align:left;
	text-indent:5px;
	line-height: 24px;
}

.gb_line_vlozit input{
	height:16px;
	color: #FFF;
	background-color: #666;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:90%;
	margin-top:2px;
	font-weight:bold;
}

.gb_input_1 {
	width:350px;
	height:14px;
	background-color: #E0E0E0;
}

.gb_textarea_1 {
	width:100%;
	height:150px;
	background-color: #E0E0E0;
}

#gb_text_zprava {
	font-size: 120%;
	color: #858585;
	padding-top:15px;
	font-style:italic;
	font-weight:bold;
	line-height:25px;
}