.dialog {
    position: absolute;
    top: 200px;
    left: 500px;
    z-index: 99;
    color: #333;
    width: 400px;
}
.dialog h3 {font-size:12px;color:#333;}
.dialog .body {
    background: transparent url(/images/dialog/dialog_body.png);
    padding: 0 10px;
    word-break: break-all;
    font-size: 14px;
    _background: transparent url(/images/dialog/ie_dialog_room.gif);
}

.dialog .body .plate {
    background: #fff;
    opacity: 1 !important;
    border: solid 1px #888;
    border-width: 0 1px;
    padding: 8px;
    min-height: 100px;
}

.dialog .top {
    background: url(/images/dialog/dialog_top.png) no-repeat right top;
    _background: #4D4D4D;
    height: 10px;
    font-size: 0;
    margin-left: 10px;
    _margin-left: 0;
    _text-align: left;
    _position: relative;
}

.dialog .top .corner {
    background: url(/images/dialog/dialog_top.png) no-repeat left top;
    _background: none;
    zoom: 1;
    font-size: 0;
    height: 10px;
    width: 10px;
    float: left;
    margin-left: -10px;
    _width: 0px;
    _position: absolute;
}

.dialog .bottom {
    background: url(/images/dialog/dialog_bottom.png) no-repeat left bottom;
    height: 10px;
    margin-right: 10px;
    font-size: 0;
    _background: #4D4D4D;
    _margin-right: 2px;
}

.dialog .bottom .corner {
    background: url(/images/dialog/dialog_bottom.png) no-repeat right bottom;
    _background: none;
    font-size: 0;
    height: 10px;
    width: 10px;
    float: right;
    margin-right: -10px;
    _width: 0px;
    _margin-right: 0px;
}

.dialog .titlebar {
    height: 27px;
    background-color: #17a1e6;
    border: solid 1px #1688d9;
}

.dialog .titlebar h1 {
    color: #fff;
    font-size: 10.5pt;
    font-weight: bold;
    line-height: 28px;
    padding: 0 6px;
    float: left;
}

.dialog .titlebar a.close {
    background: transparent url(/images/dialog/dialog_close.gif) left top no-repeat;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    margin: 4px;
    overflow:hidden;
}

.dialog .titlebar a.close:hover {
    background: transparent url(/images/dialog/dialog_close.gif) left -19px no-repeat;
}

.dialog .light-bg {
    min-height: 100px;
    background:#fff;
    margin:-14px -14px 0 -14px;
    padding:14px;
}
.dialog .client {
    background-color: #FFF;
    border: solid 1px #888;
    border-width: 0 1px;
    padding: 14px;
    min-height: 100px;
}
.dialog .client .dock {
    border-top: solid 1px #dedede;
    background-color: #f6f6f6;
    padding: 12px;
    text-align: center;
    margin: 12px -14px -14px -14px;
}

.dialog .error {
    padding: 0 4px;
    position: absolute;
    margin-top: 2px;
}

.dialog .error {
    color: red;
}

.dialog .warning {
    background: #ffc url(/images/dialog/dialog-alert.gif) no-repeat 12px center;
    padding: 6px 0 6px 36px;
    border: solid 1px #eee;
    border-width: 0 1px 1px 1px;
    border-color: #eee #888;
}

.dialog .buttons {
    clear: both;
    padding: 8px 8px 8px 0;
    _padding: 8px 8px 4px 0;
    text-align: right;
    border: 1px solid #888;
    border-top-color: #ccc;
    background-color: #f6f6f6;
    background-position: 8px center;
}

.dialog .buttons button {
    * margin-right: 8px;
}

.dialog .succee {
    padding-top: 25px;
}

.dialog .succee p {
    text-align: center;
}

.confirmbox .tip {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-top: 7px
}

.confirmbox.lb .tip {
    background-position: left top;
    right: 6px;
    top: -23px;
}

.confirmbox.lt .tip {
    background-position: 0 10px;
    right: 10px;
    bottom: -17px;
}

.confirmbox.rb .tip {
    background-position: right top;
    left: 10px;
    top: -24px;
}

.confirmbox.rt .tip {
    background-position: 10px 10px;
    left: 10px;
    bottom: -17px;
}

.dialog-content h2 {
    font-weight: bold;
    margin: 5px 0;
}

#industry-dialog-content .lowlevel li, #occupations-dialog-content .lowlevel li {
    width: 174px;
}

#major-dialog-content .lowlevel li {
    width: 174px;
}

#regions-dialog-content ul.lines li {
    float: left;
    width: 88px;
    height: 24px;
    line-height: 24px;
}

.dialog-content li.foldable {
    float: left;
    width: 128px;
    height: 24px;
    line-height: 24px;
    margin-right: 0;
}

.dialog-content .pool {
    border: solid 1px #e6e6e6;
    background-color: #fff;
    padding: 8px;
}

#wholeworld-dialog-content .pool {
    height: 240px;
    overflow-y: auto;
}


.dialog-content .pool .foldable {
    height: 25px;
    /*position:relative;*/
}

.dialog-content .pool .border {
    background: url(/images/chrome/bl.gif) repeat-x bottom;
}

.dialog-content .pool .foldable span {
    padding: 1px 0 0 6px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    color: #1688D9;
    cursor: pointer;
    width: 78px;
}

#wholeworld-content-profession  .pool .foldable span, #profession-dialog-content .pool .foldable span {
    width: 160px;
}

#wholeworld-content-profession .pool .lowlevel ul li, #profession-dialog-content .pool .lowlevel ul li {
    width: 160px;
}

.dialog-content .pool .foldable span.open {
    background: #E7F5FC;
    border: 1px solid #B9E3F7;
    border-bottom: none;
}

.dialog-content .pool .foldable span.close {
    border-bottom: none;
    background: none;
}



.dialog-content .pool .foldable span.open label {
    background: url(/images/icons/select.gif) no-repeat top right;
    padding-right: 10px;
    cursor: pointer;
}

.dialog-content .pool .foldable span.close label {
    background: url(/images/icons/select.gif) no-repeat bottom right;
    padding-right: 15px;
    cursor: pointer;
}

.dialog-content .pool .lowlevel {
    border: 1px solid #B9E3F7;
    border-top: none;
    background: #E7F5FC;
    margin-bottom: 5px;
    padding: 10px 0 5px 10px;
}

.dialog-content .pool .lowlevel ul li {
    float: left;
    width: 88px;
    padding-bottom: 5px;
}

#wholeworld-dialog-content .content-container {
    /*height: 255px;*/
    width: 580px;
}

#wholeworld-dialog-content li.foldable {
    float: left;
    width: 148px;
    width: 148px;
    overflow: hidden;
}

#wholeworld-dialog-content li.foldable .subpane {
    margin-left: 2em;
}

#wholeworld-dialog-content .menu {
    margin-left: 15px;
    border: 1px solid #D0D0D0;
    width: 70px;
    text-align: center
}

#wholeworld-dialog-content .menu li {
    height: 28px;
    line-height: 28px;
    float: none;
    margin-right: 0;
}

#wholeworld-dialog-content .menu li a:link, #wholeworld-dialog-content .menu li a:visited {
    color: #3D990F;
    display: block;
}

#wholeworld-dialog-content .menu li a:hover {
    background: url(/images/job/dialog_hover.gif) repeat-x;
    display: block;
    text-decoration: none;
    color: #333
}

#wholeworld-dialog-content .menu li.current a {
    background: url(/images/job/dialog_hover.gif) repeat-x;
    display: block;
}

#industry-block .pool li {
    float: left;
    width: 230px
}

#industry-block .pool li ul.lowlevel {
    padding-left: 18px
}

#industry-block .pool li ul.lowlevel li {
    padding-left: 16px;
    background: url(/images/dialog/foldable.gif) no-repeat -48px 0
}

#industry-dialog .tags {
    margin-left: 15px;
    border: 1px solid #D0D0D0;
    width: 70px;
    text-align: center
}

#industry-dialog .tags li {
    height: 26px;
    line-height: 26px
}

#industry-dialog .tags li a:link, industry-dialog .tags li a:visited {
    color: #3D990F
}

#industry-dialog .tags li a:hover {
    background: #E1E2E2;
    display: block;
    text-decoration: none;
    color: #333
}

#industry-dialog .tags li.current a {
    background: #E1E2E2;
    display: block;
}

.dialog-content .selected {
    padding: 4px 4px 0 4px;
    _padding: 4px;
    background: #fff;
    min-height: 20px;
}

.dialog-content .selected li {
    float: left;
    margin-bottom: 4px;
}

.dialog-content .selected li a{
    height: 20px;
    line-height: 20px;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
    background: transparent url(/images/chrome/pickpad.gif) no-repeat left top;
    margin: 0px 2px;
    padding-left: 8px;
    cursor: default;
}

.dialog-content .selected li .delete{
    background: url(/images/icons/delete.gif) no-repeat 0 -2px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: -99999px;
    margin-left: 6px;
    background: transparent url(/images/chrome/pickpad.gif) no-repeat right top;
    cursor: pointer;
}

.dialog-content .selected li a:hover{
    background-position: left bottom;
    color:#333;
}

.dialog-content .selected li a:hover .delete{
    background-position: right bottom;
}

#industry-dialog-content .pool .item, #wholeworld-content-industry .pool .item, #occupations-dialog-content .pool .item {
    width: 180px;
    float: left;
    padding-bottom: 6px;
}

#industry-dialog-content .selected, #occupations-dialog-content .selected {
    margin-bottom: 20px;
}

.dialog-footer {
    border-top: 1px solid #e4e4e4;
    margin: 0 -14px -14px -14px;
     _margin: 0 -14px -10px -14px;
    padding-top: 9px;
    padding-right: 20px;
    height:36px;
    _height:32px;
    text-align:right;
}