body { background-color: white; } body, p, td, th { font-weight: normal; font-size: 9pt; font-family: verdana, sans-serif; } th.rabbit { text-align: left; font-style: italic; } th.rabbit, td.rabbit { padding: 5px 0; border-bottom: 1px solid lightgray; vertical-align: top; empty-cells: show; } /* The editor */ .rabbit input, .rabbit select, .rabbit textarea { height: 1.7em; padding: 2px; margin-left: 10px; border: 1px solid lightgray; background-color: #eeeeee; } .rabbit textarea, input.text { width: 300px; } textarea#text { height: 100px; white-space: nowrap; overflow: hidden; } input#text { height: 100px; white-space: normal; } input.submit, input.button { padding: 1px 5px; border: 1px solid black; } /* A better input element for file upload http://www.quirksmode.org/dom/inputfile.html */ div.upload { position: relative; } div.fake input.text { width: 200px; } div.fake span { margin-left: 5px; padding: 1px 5px; border: 1px solid gray; } div.fake { position: absolute; top: 0px; left: 0px; z-index: 1; visibility: hidden; } input.file { position: relative; /*text-align: right; -moz-opacity:0 ; filter:alpha(opacity: 0); opacity: 0;*/ z-index: 2; }