/* Lagerraum-Rechner */
.formStorageArea input[type=text]
{
	border-radius: 5px;
	line-height: 2em;
	padding: 0 5px;
	background-color: rgba(24,83,148,0.1);
	font-size: 100%;
	width: 15%;
	float: left;
	height: 2em;
}

.formStorageArea .submit
{
	border-radius: 5px;
	line-height: 2em;
	padding: 0 5px;
	color: #ffffff;
	background-color: #faaf18;
	line-height: 2em;
	height: 2em;
	font-size: 100%;
	width: 40%;
	margin-top: 10px;
	float: left;
	text-align: center;
	cursor: pointer;
}

.formStorageArea .label
{
	height: 2em;
	line-height: 175%;
	font-size: 100%;
	width: 70%;
	margin-left: 10px;
	float: left;
}

.formStorageArea .resultStorageArea
{
	float: left;
	display: none;
	border: 1px solid #faaf18;
	padding: 0px 15px;
	border-radius: 10px;
	width: 100%;
	margin-top: 15px;
}

.bookHere
{
	background-color: rgba(24,84,148,1.0);
	border-radius: 5px;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.formStorageArea .resultStorageArea .close
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
	cursor: pointer;
}
