@CHARSET "UTF-8";
/*#obsah-uvnitr {
	text-align: center;
}*/

/* Hlavni format tabulky */
.guestbook_table {
	/*border: 1px solid #A0A0A0;*/
	margin-top: 0px;
	width: 100%;
}

.guestbook_table textarea {
	width: 100%;
}

.guestbook_table_disable {
	background-color: #D4D4D4;
	border: 1px solid #A0A0A0;
	margin-top: 0px;
	width: 100%;
}

.guestbook_time {
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 5px;
}

.guestbook_cell_nickname {
	width: 15%;
}
.guestbook_cell_nick {
	width: 35%;
}

.guestbook_cell_mailname {
	width: 15%;
}
.guestbook_cell_mail {
	width: 35%;
}


