/*-- start input --*/ #input { z-index: 2000; display: none; position: absolute; background: #fff; border: solid 1px orange; font-size: 9pt; font-family: sans-serif; } #input #input_close { position: absolute; display: none; cursor: pointer; } #input select, #input input, #input .text { font-size: 12pt; } #input input[id="date"], #input input[id="date_to"] { text-align: center; cursor: pointer; } #input #date_to, #input #hour_to { font-size: 9pt; margin-top: 3px; } #input #when div { float: left; text-align: right; margin-right: 5px; } #input #when div#hours { text-align: left; } #input #when div .text { line-height: 20pt; } /*-- end input --*/ /*-- start nav --*/ #nav { height: 22px; padding-top: 2px; font-weight: bold; color: orange; font-size: 11pt; } #nav .container { float: left; margin-left: 2%; } #nav .container.menu { margin-top: 2px; } #nav a { color: #ff8000; text-decoration: none; font-weight: bold; margin-left: 3px; border: none; } #nav a:hover { border-bottom: dashed 1px #000; } /*-- end nav --*/ /*-- start search --*/ #search { position: absolute; bottom: 15%; margin-left: 1%; width: 98%; } #search .text { font-weight: bold; } #search #when, #search #where { float: left; margin-left: 5%; } #search #address { width: 300px; } /*-- end search --*/