 .cropperWrapper{ margin-left:auto; margin-right:auto; border:1px dashed white; } .cropperResize{ border: 1px dashed #f00; background:transparent url('/cube/img/blank.gif') center center repeat; cursor:move; } .cropperHandle{ background-repeat:no-repeat; background-position:center center; } .cropperHandle.top{ cursor:n-resize; background-image:url('/cube/img/handle-ns.gif'); } .cropperHandle.bottom{ cursor:s-resize; background-image:url('/cube/img/handle-ns.gif'); } .cropperHandle.right{ cursor:e-resize; background-image:url('/cube/img/handle-ew.gif'); } .cropperHandle.left{ cursor:w-resize; background-image:url('/cube/img/handle-ew.gif'); } .cropperHandle.top.left{ cursor:nw-resize !important; background-image:url('/cube/img/handle-nw.gif') !important; } .cropperHandle.bottom.right{ cursor:se-resize !important; background-image:url('/cube/img/handle-nw.gif') !important; } .cropperHandle.top.right{ cursor:ne-resize !important; background-image:url('/cube/img/handle-ne.gif') !important; } .cropperHandle.bottom.left{ cursor:sw-resize !important; background-image:url('/cube/img/handle-ne.gif') !important; } .cropperMask{ background-color:#000; cursor:pointer; } #applet { width: 400px; margin-left:auto; margin-right:auto; background-color:#FFFFFF; border:3px solid #000; -moz-border-radius:5px; -khtml-border-radius:5px; } #form { margin-top:5px; margin-left:auto; margin-right:auto; width: 400px; padding-top: 50px; background-color:#EBEBEB; border:3px solid #000; -moz-border-radius:5px; -khtml-border-radius:5px; text-align:center; } .clear { clear: both; } body { font-size: 11px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif, Helvetica; background-attachment:fixed; background-image:url('http://www.salomoncube.com/templates/Salomon-Cube/images/Page-BgTexture.jpg') } h1 { text-align:center; color:#FFFFFF; } p { color:#000; } .layer { width:800px; height:533px; margin-left:auto; margin-right:auto; background-image:url('http://www.salomoncube.de/images/center_bg.jpg') } 
