section#main .settings { background-color: #999; border: 1px solid #666; width: 650px; margin: 0; padding: 5px 1px 5px; border-radius: 3px; box-shadow: 3px 3px 10px #666; } section#main ul.settings { list-style: none; } section#main ul.settings li { display: inline; margin-right: 15px; } section#main .settings p { font-size: 11px; color: white; display: inline-block; margin: 5px; } section#main input#desc, section#main select#lang { margin: 1px 0 1px; font-size: 11px; } section#main input#desc { min-width: 400px; margin: 1px 0 1px; } section#main select#lang { width: 100px; text-align: left; } section#main input[type=checkbox] { margin: 0; position: relative; top: 2px; } section#main textarea { display: block; margin: 5px 0 5px; padding: 0; width: 652px; height: 400px; } section#main input#email { display: none; } .custom-combobox { position: relative; display: inline-block; } .custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; } .custom-combobox-input { margin: 0; padding: 5px 10px; } .ui-menu { overflow-x: hidden; overflow-y: scroll; max-height: 200px; }