.on {
    visibility: visible !important;
}

.__box_container {
    position: absolute;
    left: -9000px;
    top: 0px;
    z-index: 1000;
    visibility: hidden;
}

.__box_container .lE {
    background: transparent url("images/iBox/shadow-corner.png") no-repeat scroll -14px 0px;
}

.__box_container .lS {
    background: transparent url("images/iBox/shadow-corner.png") no-repeat scroll -9px -6px;
}

.__box_container .lW {
    background: transparent url("images/iBox/shadow-corner.png") no-repeat scroll 0px -6px;
}

.__box_container .lN {
    background: transparent url("images/iBox/shadow-corner.png") no-repeat;
}

.__box_container .lB {
    background-color: #a9da92;
}

.__box_container .lP {
    height: 5px;
}

.__box_container .lQ {
    width: 5px;
}

.__box_container .lU {
    width: 3px;
    background: transparent url("images/iBox/shadow-vertical.png") repeat-y;
}

.__box_container .lV {
    width: 3px;
    background: transparent url("images/iBox/shadow-vertical.png") repeat-y scroll -12px 0;
}

.__box_container .lH {
    height: 6px;
    background: transparent url("images/iBox/shadow-horizontal.png") repeat-x;
}

.__box_container .body {
    background-color: #ffffff;
}

.__box_container .title-bar {
    background-color: #d4edc9;
    
}

.__box_container .title-bar .title {
    font-weight: bold;
}

.__box_container .title-bar .x {
    
}

.__box_container .title-bar .xclose {
    font-size: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("images/iBox/close.png") no-repeat;
    text-decoration: none;
}

.__box_container .title-bar .xclose:hover {
    background-color: #ffffff;
}

.__box_container .xcommand {
    padding: 11px;
}

.__box_container .xcommand input {
    width: 90px;
}

.__box_container .xlogo {
    width: 32px;
    height: 32px;
}

.__box_container .None {
    background: transparent url("images/iBox/dialog.png") no-repeat scroll 0px 0px;
}

.__box_container .Info {
    background: transparent url("images/iBox/dialog.png") no-repeat scroll -32px 0px;
}

.__box_container .Question {
    background: transparent url("images/iBox/dialog.png") no-repeat scroll -64px 0px;
}

.__box_container .Warning {
    background: transparent url("images/iBox/dialog.png") no-repeat scroll -96px 0px;
}

.__box_container .Error {
    background: transparent url("images/iBox/dialog.png") no-repeat scroll -128px 0px;
}
