.image-annotate-add {
    background: #fff url(../images/asterisk_yellow.png) no-repeat 3px 3px;
    border: solid 1px #ccc !important;
    color: #000 !important;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;    
    height: 18px;
    line-height: 18px;    
    padding: 2px 0 2px 24px;
    margin: 5px 0 10px 44px;
    width: 64px;
    text-decoration: none;
}
#dataspan {
    display: none;
}
.image-annotate-add:hover {
    background-color: #eee;
}
.image-annotate-canvas {    
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    position: relative;
}
.image-annotate-view {
    display: none;
    position: relative;
}
.image-annotate-area {
    border: 1px solid black;
    position: absolute;
}
.image-annotate-area div { 
    display: block;
	 border: 1px solid white;
}
.image-annotate-area-hover div {
    border-color: yellow !important;
}
.image-annotate-area-editable {
    cursor: pointer;
}
.image-annotate-area-editable-hover div {
    border-color: #00AD00 !important;
}
.image-annotate-note {
    background: #ededee none repeat scroll 0 0;
    border: solid 1px #81fdd9;
    color: #000;
    display: none;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    max-width: 200px;
    padding: 3px 7px;
    position: absolute;
	 line-height: 14px;
}
.image-annotate-note a {
    color: black;
	 text-decoration: underline;
	 font-style: italic;
}
.image-annotate-note a:hover {
    color: black;
	 text-decoration: none;
}
.image-annotate-note .actions {
    display: block;
    font-size: 80%;
}
.image-annotate-edit {
    display: none;
}
#image-annotate-edit-form {	
    height: 88px;
    padding-top: 9px;
    position: absolute;
    width: 254px;
	 z-index: 1200;
}
#image-annotate-edit-form form {
    clear: right;
    margin: 0 !important;
    padding: 0;
    z-index: 999;
}
#image-annotate-edit-form .box {
    margin: 0;
}
#image-annotate-edit-form input.form-text, #image-annotate-edit-form #edit-comment-wrapper textarea {
    width: 90%;
}
#image-annotate-edit-form textarea {
	background-color: #ededee;
	border: 1px solid #cfcfd1;
    height: 40px;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;    
    width: 248px;
	 padding: 5px;
	 color: #777682;
	 font-style: italic;
}
#image-annotate-edit-form fieldset {
    background: transparent none repeat scroll 0 0;
}
#image-annotate-edit-form .form-item {
    margin: 0 0 5px;
}
#image-annotate-edit-form .form-button, #image-annotate-edit-form .form-submit {
    margin: 0;
}
#image-annotate-edit-form a { 
    background-repeat: no-repeat;
    color: #88887c;
    cursor: pointer;
    display: block;
    float: left;    
    font-family: Verdana, Sans-Serif;
    font-size: 11px;        
    line-height: 18px;
    margin: 3px 6px 3px 0;
}
#image-annotate-edit-form a:hover { 
	text-decoration: none;
}
.image-annotate-edit-area {
    border: 1px dotted black;
    cursor: move;
    display: block;
    height: 60px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 60px;
}
.image-annotate-edit-area .ui-resizable-handle {
    opacity: 0.8;
}

.image-crop-edit-ok, .image-crop-edit-close {
	background-repeat: no-repeat;
   color: #88887c;
   cursor: pointer;
   display: block;
   float: left;    
   font-family: Verdana, Sans-Serif;
   font-size: 11px;        
   line-height: 18px;
   margin: 3px 6px 3px 0;
	background-image: url(../img/notice_btn_bg.png);
	width: 72px;
	height: 27px;
	padding-top: 3px;
	text-align: center;
}

#crop_controls {
	float: right;
	margin-top: 5px;
}

.image-annotate-edit-ok {
   background-image: url(../img/notice_btn_bg.png);
	width: 72px;
	height: 27px;
	padding-top: 3px;
	text-align: center;
}
.image-annotate-edit-delete {
	background-image: url(../img/notice_btn_bg.png);
	width: 72px;
	height: 27px;
	padding-top: 3px;
	text-align: center;
}
.image-annotate-edit-close {
   background-image: url(../img/notice_btn_bg.png);
	width: 72px;
	height: 27px;
	padding-top: 3px;
	text-align: center;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle {
    display: block;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 7px;
    height: 7px;
    right: -5px;
    bottom: -5px;
	 background-color: black;
	 border: 1px solid white;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 7px;
    height: 7px;
    left: -5px;
    bottom: -5px;
	 background-color: black;
	 border: 1px solid white;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 7px;
    height: 7px;
    left: -5px;
    top: -5px;
	 background-color: black;
	 border: 1px solid white;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 7px;
    height: 7px;
    right: -5px;
    top: -5px;
	 background-color: black;
	 border: 1px solid white;
}
