pre {
	font: 10px Verdana,Arial;
	color: blue;
}
.errors {
	text-align: center;
	color: red;
}
.required {
	color: red;
	width: 10px;
}
.long_inp {
	width: 100%;
}
.inputError {
	background-color: pink;
}
.e-hide, .e- {
	display: none;
}
.e-show {
	color: red;
}
.e-ok {
	color: green;
}
.hint {
	font-size: 11px;
	padding-bottom: 12px;
}
.reservs {
	background-color: #F3E7DC;
	font-size: 12px;
	width: 100%;
}
.reservs td {
	height: 10px;
	background-color: white;
}
.reservs th {
	background-color: #F3E7DC;
	text-align: center;
}
.dead {
	text-decoration: line-through;
}