/* GLOBALS */
* { margin:0; padding:0; border:0; }
.hidden { display:none; }
.showing { display:block; }
.error { margin:25px auto; text-align:center; font-size:1.2em; color:#f00; font-weight:bold; }
#cropWrap {
			position: absolute;
			top: 300px;
			left: 25%;
			z-index: 10;
		}

#wait { padding:15px 0 0 0; text-align:center; }

/* INFO */
div.info { width:500px; margin:15px auto 30px auto; border:1px solid #ccc; background:#fff; padding:20px; }

/* FORMS WHICH STORE EDITING DATA */
form.frmCrop legend, form.frmResize legend { display:none; }


/* RESIZE TRACK AND HANDLE 
#resizeTrack { width:200px; height:5px; background:transparent url(../images/bg_track.gif) left top no-repeat; margin:0 0 20px 0; }
#resizeHandle { cursor:move; width:5px; height:10px; background:transparent url(../images/bg_handle.gif) left top no-repeat; }
*/
