#everything { WIDTH: 770px; MARGIN: 0 auto; TEXT-ALIGN: left; PADDING-BOTTOM: 25px; }

#colorspy { border: 2px solid #EEEEEE; padding: 7px 0 20px 20px; margin: 0 0 7px 0; font-size: 16px; text-align: left; COLOR: #555; background: #fbfbfb; }
#colorspy a { COLOR: #e04f92; }
#colorspy legend { font-size: 17px; color: #bbb; padding: 0; }

.botLine { BORDER-TOP: 1px solid #EEE; WIDTH: 370px; MARGIN-TOP: 9px; PADDING-TOP: 9px; COLOR: #999; }
.botLine a { COLOR: #e04f92; }
.botLine a:hover { COLOR: #F360BB; }

/* PLUGIN */

#dvWallrTool { COLOR: #999; CURSOR: move; POSITION: absolute;  WIDTH: 275px; HEIGHT: 155px; Z-INDEX: 5555;  }
#dvWallrTool .closeButton{
    display:block;
    background:url(../resources/images/buttons/close01-black.png) no-repeat;
    cursor:pointer;
    height:14px;
    width:14px;
    position:absolute;
    top:4px;
    right:0;
}
#dvWallrTool .closeButton:hover{
    background-position:0 -14px;
}
.picker-title{
    height:23px;
    background:url(../resources/images/colorpicker/picker-title.png) no-repeat;
    margin:0 7px 0 0;
    position:relative;
}
.picker-title-right{
    height:23px;
    width:7px;
    background:url(../resources/images/colorpicker/picker-title-right.png) no-repeat;
    position:absolute;
    right:-7px;
}
#dvWallrTool .picker-content{   background:#000;  border:1px solid #000; clear:both; padding:2px 0 9px; *zoom:1;}
#dvWallrTool .south { margin: 0 0 0 10px; cursor: crosshair; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#dvWallrTool .south #mCur { background: url('../resources/images/colorpicker/miniCurr.gif') no-repeat; position: absolute; height: 9px; width: 9px; z-index: 101; }
#dvWallrTool .south img { height: 100%; WIDTH: 100%; position: relative; TOP: 0; LEFT: -2px; }
#dvWallrTool #mHEX { padding: 3px 0 0 7px; cursor: text; float: left; color:#eee;}
#dvWallrTool #mHEX:hover { color: #DE83AD }
#dvWallrTool .south .mresize { text-align:right; height:14px; position:relative; top:-10px; right:-9px; *right:-5px;}
#dvWallrTool #mSize { height: 14px; width: 14px; cursor: se-resize; }