#rezervace {
	width: 227px;
	margin: 5px;
	color: #ddcfb5;
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 0px;
}
#rezervace th{
	font-size: 14px;
	text-align: left;
	font-weight: lighter;
	padding-bottom: 20px;
}
#rezervace tr{

}
#rezervace td{
	padding-bottom: 8px;

}
#online{
	color: #060;
}
input[type=text] {
	margin: 0px;
	padding: 0px;
	background-color: #594739;
	color: #FDFDFD;
	width: 100px;
	font-size: 10px;
	border: 1px solid #221B15;
}
.rezervace-input-text{
	margin: 0px;
	padding: 0px;
	background-color: #594739;
	color: #FDFDFD;
	width: 100px;
	font-size: 10px;
	border: 1px solid #221B15;
}
input:hover {
	border-top-color: #5B4439;
	border-right-color: #5B4439;
	border-bottom-color: #5B4439;
	border-left-color: #5B4439;

}
input[type=submit] {
	background-color: #2E231D;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #594739;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.rezervace-submit {
	background-color: #2E231D;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #594739;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

input[type=submit]:hover {
	text-decoration: underline;
	border-bottom-color: #D3C5AC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#textarea {
	margin: 0px;
	padding: 0px;
	background-color: #594739;
	border: 1px solid #4F3F33;
	color: #FDFDFD;
	width: 217px;
	font-size: 10px;
}
#textarea:hover {
	border-top-color: #5B4439;
	border-right-color: #5B4439;
	border-bottom-color: #5B4439;
	border-left-color: #5B4439;
}
.rezervace-text {
	width: 115px;
	text-align: left;
}
.rezervace-input {
	width: 105px;
}
#rezervace-poznamky {
	padding-top: 5px;
	text-align: left;
}
#vynuluj {
	color: #666;
	margin-top: 3px;
	margin: 0;
	padding: 0;
}
#odeslat {
	color: #060;
	margin: 0;
	padding: 0;
}
