fieldset {
	border: 1px solid silver;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

* html fieldset {
	margin-bottom: 0px;
}

legend {
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #f9f9f9;
	border: 1px solid silver;
	padding: 1px 5px;
	color: #505050;
	font-size: 0.8em;
}

input, textarea {
	border-width: 1px;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: silver;
	border-bottom-color: silver;
	line-height: 100%;
	padding: 2px;
}

input:checkbox {
	border: 0px;
}

textarea {
	width: 90%;
	height: 7em;
}

input:focus, textarea:focus, select:focus {
	background: #ededed;
}

form #arrival, form #departure {
	width: 8em;
}

form #streetnr {
	width: 3em;
}

form #cap {
	width: 5em;
}

form #privacy {
	color: gray;
	line-height: 150%;
}

form #submit {
	width: 12em;
	cursor: pointer;
}

#icon1, #icon2 {
	cursor: pointer;
}

table.roomtable {
	padding: 0px;
	width: 95%;
}

table.roomtable td {
	height: 28px;
	padding: 0px;
	vertical-align: top;
}

table.roomtable td.roomsdescription {
	width: 80px;
}

table.roomtable td.kidsinput {
	width: 90px;
}

table.roomtable td.kidsagecell {
	
}

form .roomtype {
	width: 180px;
}

form .service {
	width: 180px;
}

form .adults {
	width: 60px;
}

form .kids {
	width: 60px;
}

form .kidsage {
	width: 40px;
}


.error input, .error textarea, .error select {
	background-color: #c0c0c0;
}

.errormessage {
	background-color: #f00;
	border: 1px solid #a00;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
}