#mainDiv {
border: solid 0px red;
width: 355px;
height: 285px;
margin-left: 0px;
z-index: 0;
position: absolute;
}

#scopeDiv {
position: absolute;
border: 0px dashed #333333;
z-index: 2;
cursor: pointer;
position: absolute;
}

#imageDiv {
/*border: solid 0px lime;*/
/*position: absolute;*/
/*z-index: 1;*/
}

#commentDiv {
position: absolute; 
border: solid 1px white;
width: 280px;
height: 100px;
background-image: url('../images/trans_bg_white.gif');
z-index: 2;
}

#noteDiv {
/*background-color: #FFF4BE;*/
position: absolute;
padding-left: 2px;
font-size: 11px;
z-index: 2;
}

#noteDivContent {
	background-color: #FFF4BE;
	padding-left: 5px;
	padding-right: 6px;
}

b.rtop, b.rbottom{display:block;}  
b.rtop b, b.rbottom b{display:block;height: 1px;  
    overflow: hidden; background: #FFF4BE;}
b.r1{margin: 0 5px}  
b.r2{margin: 0 3px}  
b.r3{margin: 0 2px}  
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height:2px}

#highlightDiv {
border: dashed 1px white;
width: 100%;
height: 100%;
}

#flagsLoadingPanel {
	width: 230px;
	height: 30px;
}

.bd {
	width: 230px;
	height: 30px;
}

.comment {
border: solid 0px black;
position: absolute;
visibility: hidden;
}

.comment_over_all {
border: solid 0px #000000;
position: absolute;
display: ;
}

#commentInput {
font-size: 12px;
font-family: arial;
width: 150px;
}

.c_comment {
position:absolute;
z-index:9050;
}

.yui-ac-content {
position:absolute;
left:0;
top:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #336699;
background-color: #FFFFFF;
border: 0px solid #336699;
border-top: none;
width: 100%;
padding-left: 2px;
overflow:hidden;
text-align:left;
z-index:9050;
}

.yui-ac-shadow {
position:absolute;
left:0;
top:0;
margin:.3em;
background:#a0a0a0;
z-index:9049;
}

ul.c_comment {
padding:5px 0;
width:100%;
}

li.c_comment {
border: 1px red solid;
padding:0 5px;
cursor:default;
white-space:nowrap;
}

li.yui-ac-highlight{
background:#336699;
color: #ffffff;
}

#handleDivSE {
position: absolute; 
bottom: 0px; 
right: 0px; 
width: 8px; 
height: 8px;
background-image: url('../images/handler1.gif');
background-position: bottom right;
background-repeat: no-repeat;
cursor: se-resize;
}

#handleDivNW {
position: absolute; 
top: 0px; 
left: 0px; 
width: 8px; 
height: 8px;
background-image: url('../images/handler1.gif');
background-position: top left;
background-repeat: no-repeat;
cursor: nw-resize;
}

#handleDivNE {
position: absolute; 
top: 0px; 
right: 0px; 
width: 8px; 
height: 8px;
background-image: url('../images/handler1.gif');
background-position: top right;
background-repeat: no-repeat;
/*font-size: 1px;*/
cursor: ne-resize;
}

#handleDivSW {
position: absolute; 
bottom: 0px; 
left: 0px; 
width: 8px; 
height: 8px;
background-image: url('../images/handler1.gif');
background-position: bottom left;
background-repeat: no-repeat;
/*font-size: 1px;*/
cursor: ne-resize;
}
