
/* crop.aspx */
#crop .leftcol_ {float:left; display:inline; width:15em; border:solid 1px #888; text-align:left; padding:1em; }
#crop .rightcol_ {float:left; display:inline; text-align:left; }
#crop label {width: 3em; text-align:right;}
#crop .coordinate {width: 3em; margin-left: 3em; text-align:left;}

#croppanel {border: solid 1px #ddd; background: url(5starvic.jpg) top left no-repeat; float:left; width: 298px; height: 127px; position:relative; margin-left: 3em; cursor: crosshair;}
#croppanel image {position:relative;  width: 2px; height: 2px; cursor: crosshair;}
#croppanel #areabox {position:absolute; left:0px; top:0px; width: 150px; height: 62px; border: solid 1px #FFCC00; cursor: crosshair;}

#crop #refresh{margin: 1em;}
#crop .advice{color: #888; border-top: solid 1px #FFCC00; padding-top:1em;}
#crop #image1{color: #fff;}