div#header { background-image: url(../img/haller-header-zimmer.jpg); }
ol { list-style: none; margin: 0 0 1em 0; }
li{ display: block; height: 1.7em; }
label{ float: left; }
ol#request-2 label,ol#request-3 label,ol#request-4 label,ol#request-5 label { width: 150px; }
label.mandatory{ font-weight: bold; }
input.text, select.combobox, textarea { border: 1px solid; margin: 0 5px 0 0; width: 250px; }
select#country{ width: 250px; }
input#countryalt{ width: 115px; }
input.checkbox{ clear: left; float: left; margin-right: 5px; }
select#startday, select#endday, select#startyear,  select#endyear{ border: 1px solid; width: 60px; }
select#startmonth, select#endmonth { border: 1px solid; width: 122px; }
div#request_error { border: 1px solid #DD0000; color: #DD0000; margin-bottom: 1em; padding: 5px; }
div#request_error ul li { color: #DD0000; list-style: outside square; }
div#request_success { border: 1px solid #556B2F; color: #556B2F; margin-bottom: 1em; padding: 5px; }
div#request_error p,
div#request_success p { margin: 0; }

