body{background-color:#000000;}
#bodydiv {background-color:#101030; position:relative; left:0px; top:0px; margin-left:auto; margin-right:auto;}
.letter {position:absolute; width:49px; height:46px; background-image:url('letters.gif'); background-repeat:no-repeat; background-attachment:scroll; z-index:3;}
.preload {display:none;}
#won {position:absolute; text-align:center; font-weight:bold; font-family:arial; z-index:2; font-size:60pt; color:#ffffff;}
#bottomdiv {position:absolute; height:100px; left:0px;border-width:1px; border-style:solid; border-color:#ffffff; background-color:#505070;}
#cornerdiv {position:absolute; height:100px; width:200px; text-align:center; border-width:0px; border-style:solid; border-color:#ffffff; border-bottom-width:1px; border-right-width:1px;}
#cornerdiv input {margin-top:25px; margin-bottom:10px; font-size:30pt; color:#ff0000; cursor:pointer;}
#scorebord {position:absolute; width:200px; top:0px; border-width:1px; border-style:solid; border-color:#ffffff; color:#000000; background-color:#a0a0c0; text-align:center; font-weight:bold; font-family:arial;}
#fallenlabel {margin-top:10px;}
#level {position:absolute; bottom:20px; width:150px; margin-left:25px; font-size:50px;}
#levellabel {position:absolute; bottom:75px; width:150px; margin-left:25px;}
#slider {position:absolute; bottom:15px; width:150px; margin-left:25px;}
#final {font-size:50px;}

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 16px;; height: 16px; cursor: default; }
.ui-slider-horizontal { height:10px; }
.ui-slider-horizontal .ui-slider-handle { top: -4px; margin-left: -5px; }
.ui-corner-all {-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;}
.ui-widget-content {-moz-background-clip:border;-moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFFF ; border:1px solid #000000;}
.ui-state-default, .ui-widget-content .ui-state-default {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#101030; border:1px solid #D3D3D3;}