.place {
	min-height: 70px;
	padding: 10px;
	text-align: justify;
}

.place h3 {
	margin-top: 0px;
}

.place .fleft {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #191b1b;
	padding: 3px;
	background: #191b1b url(/img/calendar_back.png);
}

small {
	color: #e31d25;
}

input, select {
	border: 1px solid #393933;
	background: #191b1b;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee;
}

input[type^=submit] {
	font-weight: normal;
	height: 20px;
}