body { background: #000000; font-family: Sans-serif; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; cursor: default; } h1 { margin-top: 5px; margin-bottom: 5px; } label { font-weight: bold; } label.error { margin-left: 10px; color: #ff0000; } #partitioning label.error { margin-left: 0px; } select, input { margin-top: 10px; margin-bottom: 10px; } #container { background: #ebeae8; width: 800px; height: 600px; position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -400px; } td { text-align: center; } #header { background-image: url('/img/header.png'); width: 800px; height: 90px; } #content { width: 800px; height: 510px; background: #cc0000; } #main { width: 800px; height: 460px; background: #ebeae8; } #navigation { width: 800px; height: 50px; background: #ebeae8; } #backbutton { background-image: url('/img/icons/back.png'); } #forwardbutton { background-image: url('/img/icons/forward.png'); } .ui-slider-handle { margin-top: 25px; } .partitionrange { background-color: red !important; } .step { padding: 15px; } .navigationbutton { text-align: right; font-size: 14px; width: 100px; height: 34px; border: 1px #bdbbbc solid; background: #e5e1e0 14px center; border-radius: 5px; margin-top: 7px; float: right; margin-right: 8px; background-repeat: no-repeat; padding-right: 15px; }