body { font-family: sans-serif; } #content {float:left; width: 500px; margin: 0; border-right: 1px solid black; overflow:auto;} #left { font-size: normal; float:left; text-align:right; width: 240px; } #right { float:right;text-align: left; width: 240px; } ul { list-style-type: none;margin: 0;padding:0; } li { margin: 0;padding:0; } .active { background-Color: #ffc; cursor: pointer; } .chosen { background-Color: #ffc; } .already { background: none; color: #ccc; pointer: default; } dl { width: 240px; float: left; margin-left: 2em; } dt { font-weight: bold;font-size: small; } dd { font-size: small; } /* splitter */ input { border: 1px solid black; font-family: sans-serif; padding: 4px; display: block; } textarea { line-height: 100%; min-height: 50px; width: 500px; border: 1px solid black; font-family: sans-serif; padding: 2px; } #sentences { float:right; width: 300px; overflow:auto; border: 1px solid black; } #sentences p { border: 1px dashed #ccc; margin: .5em; } #hide_textarea { border:none; background: none; text-decoration: underline; } #hide_textarea:hover { underline; } #wrapper { width: 1000px; margin: 0 auto; overflow: auto; }