/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
forms.css / matterhorn-focus.ch
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  */

form, fieldset {
	margin:0;
	padding:0;
	border:0;
}
input.input {
	border:1px solid #87868B;
	font-size:11px;
	color:#000;
	width:260px;
	background-color:#fff;
}
input.submit {
	width:auto;
	color:#000;
	overflow: visible;
}
input.sendButton,
div.button a {
	background:#38200d none;
	padding: 3px 5px;
	overflow: visible;
	margin:0;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
input.sendButton:hover, input.sendButton:focus, input.sendButton:active {
	background:#000 none;
	color:#fff;
}
legend {
	display:none;
}
form.formular {
	margin:0;
	line-height:15px;
	font-size:11px;
}
form.formular label, form.formular td {
	font-size:11px;
}
form.formular label.left {
	clear:both;
	display:block;
	padding:0;
	margin:0 0 2px 0;
	text-align:left;
	white-space:nowrap;
}
form.formular br {
	clear:both;
}
form.formular textarea,
form.formular select {
	width:260px;
	font:11px Arial, Verdana, sans-serif;
	margin:0;
	color:#000;
	background-color:#fff;
	border:1px solid #87868B;
}
.error { 
	color:#c00;
	margin:0;
	padding:0;
	font-weight:bold;
}
div#siteframe div.sublayer2 div.formpart {
	float:none;
	clear:both;
	margin:0 0 8px 0;
	padding:0;
}
select.fld_select {
	width:230px;
}

/* + Quick Booking ----------------------------------------------------- */
div#quickbooking {
	background:#eee none;
	padding:0 5px 5px 5px;
	line-height:24px;
}
div#quickbooking h2 {
    background: none repeat scroll 0 0 #38200D;
    color: #ECD9B3;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 20px -5px 0 -5px;
    padding: 0 0 0 17px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
}

div#quickbooking form,
div#quickbooking strong {
	margin:0 0 0 12px;
	padding:0;
}
div#quickbooking strong,
div#quickbooking label {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
div#quickbooking label {
	display:block;
	margin:0;
	padding:0;
}
div#quickbooking label.left {
	display:block;
	margin:0;
	padding:0;
}

div.button a,
div#quickbooking input.sendButton {
	float: right;
	background: #ECD9B3 none;
  	color: #38200D;
}
div#quickbooking input.sendButton:hover,
div.button a:hover {
	background: #38200D none;
  	color: #ECD9B3;
}
div#quickbooking select {
	border:1px solid #333;
	font-size:11px;
}
