/* @override http://www.gardena.net/entwurf/master/style/forms.css */

/* font da reinserire - vedi body in master.css */

form, fieldset, legend, label, input, textarea, select, option {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #262626;
}

/* form tag standard */

form {
	color: #fff;
	width: 100%;
}

fieldset {
	border: 1px solid silver;
	color: #fff;
	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;
}

label {
	color: #fff;
	margin-bottom: 0;
}

input, textarea {
	background: #fff;
	border-width: 1px;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: silver;
	border-bottom-color: silver;
	padding: 2px;
}

input {
	line-height: 100%;
}

input:checkbox {
	border: 0px;
}

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

select {
	
}

option {
	
}

/* focus in browser non IE */

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

/* modifiche extra */

#zona2 form p {
	text-align: left;
	text-indent: 0;
}

form#mailform table {
	width: auto;
}

/* id specifiche nel form */

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

/*elementi comuni*/

/*larghezza field piccoli*/

form #singola, form #doppia, form #tripla, form #apartment,
form #adults, form #kidunder2, form #kid26, form #kid612 {
	width: 1.5em;
}

form #singola {
	
}

form #doppia {
	
}

form #tripla {
	
}

form #apartment {
	
}

form #adults {
	
}

form #kidunder2 {
	
}

form #kid26 {
	
}

form #kid612 {
	
}

form #service {
	
}

form #requests {
	
}

form #person {
	
}

form #titel {
	
}

form #firma {
	
}

form #name {
	
}

form #surname {
	
}

form #street {
	
}

form #streetnr {
	width: 3em;
}

form #location {
	
}

form #cap {
	width: 5em;
}

form #region {
	
}

form #country {
}

form #email {
	
}

form #phone {
	
}

form #skype {
	
}

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

form #conditions {
	
}

form #submit {
	width: 15em;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
}

#icon1, #icon2 {
	cursor: pointer;
}

table.roomtable {
	padding: 0px;
}

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

form .adults {
	width: 60px;
}

form .kids {
	width: 60px;
}

form .kidsage {
	width: 40px;
}

form .roomcategory {
	width: 220px;
}

form .service {
	width: 220px;
}

table.addresstable {
	padding: 0px;
	width: 100%;
}

table.addresstable td {
	padding: 2px 0px;
	vertical-align: top;
	line-height: 30px;
}

.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;
	padding: 10px;
}

/* TOPREQUEST */

form#toprequest {
	width: 200px;
}

table#toprequesttable {
	width: 200px;
}

td.reqinput {
	padding-bottom: 5px;
}

td.reqtext1 {
	padding-bottom: 5px;
}

td.reqtext2 {
	
}

input#toparrival {
	
}

input#topdeparture {
	
}

input#reqsubmit {
	width: 15em;
	cursor: pointer;
	line-height: 20px;
	font-weight: bold;
}
