@import "library"; input, select, textarea { padding: 0.4em; border: 0; background: rgb(112, 144, 163); background: rgba(0, 0, 0, 0.2); .rounded_corners(3px); } input:hover, select:hover, textarea:hover { background: rgb(129, 166, 186); background: rgba(0, 0, 0, 0.15); } input:focus, input:active, select:focus, textarea:focus { outline: 0; background: rgb(145, 186, 209); background: rgba(0, 0, 0, 0.1); } input[type=submit], input.button { width: auto; background: rgb(32, 41, 46); background: rgba(0, 0, 0, 0.7); cursor: pointer; color: #fff; padding: 0.6em 1em; font-weight: bold; font-size: 1.1em; } input[type=submit]:hover, input.button:hover { background: rgb(32, 41, 46); background: rgba(0, 0, 0, 0.8); } .floatform { :after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } fieldset { border: 0; } label { clear: left; float: left; text-align: right; min-width: 100px; width: 20%; margin: 0.9em 0.5em 0 0; } input, select, textarea { float: left; margin: 0.4em 0; width: 35%; padding: 0.5em; border: 0; } textarea { width: 60%; min-width: 250px; height: 200px; } } .commentform { padding: 1em 0; } .comment-form-comment { margin: 1em 0 0 0; } #comment { float: left; height: 60px; width: 85%; margin-bottom: 5px; } .form-allowed-tags { display: none; clear: left; font-style: italic; font-size: 0.8em; line-height: 1.2em; margin: 0.5em 0 0 0; } .form-allowed-tags code { font-size: 1.2em; } #commentform label { clear: both; float: left; width: 9%; margin: 5px 1% 0 0; text-align: right; font-weight: bold; } #commentform input { float: left; margin-bottom: 10px; } #commentform .required { padding-top: 5px; } #commentform .form-submit { float: left; margin: 0 0 0 10%; } #sfc_comm_send { float: left; padding: 0.8em 0 0 1em; white-space: nowrap; } #sfc_comm_share { vertical-align: text-bottom; } #sfc_comm_send label { clear: none; float: none; width: auto !important; font-size: 0.88em; padding-left: 0.3em; white-space: nowrap; }