.overlay_alphacube {
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 2 !important;
}
.alphacube_nw {
    background: transparent url(/gfx/alphacube/left-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}
.alphacube_n {
    background: transparent url(/gfx/alphacube/top-middle.gif) repeat-x 0 0;
    height: 25px;
}
.alphacube_ne {
    background: transparent url(/gfx/alphacube/right-top.gif) no-repeat 0 0;
    width: 10px;
    height: 25px;
}
.alphacube_w {
    background: transparent url(/gfx/alphacube/frame-left.gif) repeat-y top left;
    width: 7px;
}
.alphacube_e {
    background: transparent url(/gfx/alphacube/frame-right.gif) repeat-y top right;
    width: 7px;
}
.alphacube_sw {
    background: transparent url(/gfx/alphacube/bottom-left-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}
.alphacube_s {
    background: transparent url(/gfx/alphacube/bottom-middle.gif) repeat-x 0 0;
    height: 7px;
}
.alphacube_se,
.alphacube_sizer {
    background: transparent url(/gfx/alphacube/bottom-right-c.gif) no-repeat 0 0;
    width: 7px;
    height: 7px;
}
.alphacube_sizer {
    cursor: se-resize;
}
.alphacube_close {
    width: 23px;
    height: 23px;
    background: transparent url(/gfx/alphacube/button-close-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 11px;
    cursor: pointer;
    z-index: 1000;
}
.alphacube_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(/gfx/alphacube/button-min-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 55px;
    cursor: pointer;
    z-index: 1000;
}
.alphacube_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(/gfx/alphacube/button-max-focus.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 33px;
    cursor: pointer;
    z-index: 1000;
}
.alphacube_title {
    float: left;
    /*height:14px;
	font-size:14px;*/
    text-align: center;
    margin-top: 2px;
    width: 100%;
    color: #123456;
}
.alphacube_content {
    position: relative;
    background-image: url(../tse/gfx/coments_box_middle.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 425px !important;
    height: auto !important;
    text-align: left;
}
/* For alert/confirm dialog */

.alphacube_window {
    border: 1px solid #F00;
    background: #FFF;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
.alphacube_message {
    background-image: url(../tse/gfx/coments_box_top.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.alphacube_message h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 77px;
    height: 47px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 47px;
    text-align: left;
}
.alphacube_message .text {
    padding: 21px;
    text-align: left;
}
.alphacube_message .label,
.alphacube_message .value {
    padding-left: 21px;
    padding-right: 21px;
}
.alphacube_message .value {
    padding-bottom: 10px;
}
.alphacube_message .value input,
.alphacube_message .value textarea {
    border: 1px solid #DBDFE6;
    width: 381px;
    width=383px;
}
.alphacube_buttons {
    background-image: url(../tse/gfx/coments_box_bottom.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-right: 21px;
    padding-bottom: 10px;
    text-align: right;
}
.alphacube_buttons .ok_button {
    background-color: transparent;
    background-image: url(../tse/gfx/search_button_small.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 0px;
    width: 80px;
    height: 25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    padding-right: 17px;
    padding-bottom: 5px;
    padding-bottom=2px;
    text-align: center;
    cursor: pointer;
}
.alphacube_buttons .cancel_button {
    position: absolute;
    top: 9px;
    right: 5px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../tse/gfx/button_close.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 0px;
    padding-top: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.alphacube_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FFF url('alert/progress.gif') no-repeat center center
}
.alphacube_wired_frame {
    background: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}