.jMsgHint {
    position: absolute;
    /*filter: alpha(opacity=85);*/
    opacity: 1.0;
}

.MH_box .MH_crossbar {
    width: 300px;
    height:1px;
}

.MH_box .MH_closer {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    background: transparent url(../../../img/std/msghint/mh_closer.gif) no-repeat top left;
    cursor: pointer;
}

.MH_box .MH_border_top {
    height: 14px;
    background: transparent url(../../../img/std/msghint/mh_corners.png) no-repeat top left;
}
.MH_box .MH_border_top .MH_border_line {
    height: 14px;
    margin: 0 19px 0 12px;
    background: transparent url(../../../img/std/msghint/mh_bg_hor.png) repeat-x top left;
}
.MH_box .MH_border_top .MH_border_corner {
    float: right;
    width: 19px;
    height: 14px;
    margin-top: -14px;
    background: transparent url(../../../img/std/msghint/mh_corners.png) no-repeat top left;
}

.MH_box .MH_border_bottom {
    height: 14px;
    background: transparent url(../../../img/std/msghint/mh_corners.png) no-repeat top left;
}
.MH_box .MH_border_bottom .MH_border_line {
    height: 14px;
    margin: 0 19px 0 12px;
    background: transparent url(../../../img/std/msghint/mh_bg_hor.png) repeat-x top left;
}
.MH_box .MH_border_bottom .MH_border_corner {
    float: right;
    width: 19px;
    height: 14px;
    margin-top: -14px;
    background: transparent url(../../../img/std/msghint/mh_corners.png) no-repeat top left;
}

.MH_box .MH_center {
    width: auto;
    position: relative;
}

.MH_box .MH_center .MH_border_line {
    position: absolute;
    width: 12px;
    height: 100%;
    background: url(../../../img/std/msghint/mh_bg_vert.png);
}

.MH_box .MH_center .MH_right {
    position: relative;
    width: 100%;
}

.MH_box .MH_center .MH_right .MH_border_line {
    width: 19px;
    right: 0px;
}

.MH_box .MH_gradbg {
    height:20px;
    width: auto;
    margin-right:5px;
}

.MH_box .MH_content {
    width: auto;
    margin: 0 5px;
}

.MH_box .MH_message {
    margin-top: -20px;
    padding: 7px 19px 10px 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.MH_box .MH_text {
     margin-left:33px; display:block;
}

.MH_box .MH_icon {
     background: url('../../../img/std/btn24_110616.gif');
     background-position:0px 0px;
     background-repeat:no-repeat;
     height:24px;
     overflow:hidden;
     width:24px;
     vertical-align: baseline;
     float:left;
     margin: -3px 9px 0 0;
}

/************** GREEN **************/

.MH_green {}

.MH_green .MH_closer {
    background-position: 0 0;
}

.MH_green .MH_border_top {
    background-position: -19px 0;
}
.MH_green .MH_border_top .MH_border_line {
    background-position: 0 0;
}
.MH_green .MH_border_top .MH_border_corner {
    background-position: 0 0;
}

.MH_green .MH_border_bottom {
    background-position: -19px -14px;
}
.MH_green .MH_border_bottom .MH_border_line {
    background-position: 0 -14px;
}
.MH_green .MH_border_bottom .MH_border_corner {
    background-position: 0 -14px;
}

.MH_green .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_green.gif) repeat-x top left;
}

.MH_green .MH_center .MH_border_line {
    background-position: 0 0;
}

.MH_green .MH_center .MH_right .MH_border_line {
    background-position: -12px 0;
}

.MH_green .MH_center .MH_right .MH_content {
    background-color: #bfffbd;
}

.MH_green .MH_center .MH_right .MH_message {
    color:#588928;
    background:url(../../../img/std/msghint/mh_grad_green.gif) repeat-x top left;
}

.MH_green .MH_icon {
    background-position: -792px 0;
}

/************** RED **************/

.MH_red {}

.MH_red .MH_closer {
    background-position: -10px 0;
}

.MH_red .MH_border_top {
    background-position: -19px -28px;
}
.MH_red .MH_border_top .MH_border_line {
    background-position: 0 -28px;
}
.MH_red .MH_border_top .MH_border_corner {
    background-position: 0 -28px;
}

.MH_red .MH_border_bottom {
    background-position: -19px -42px;
}
.MH_red .MH_border_bottom .MH_border_line {
    background-position: 0 -42px;
}
.MH_red .MH_border_bottom .MH_border_corner {
    background-position: 0 -42px;
}

.MH_red .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_red.gif) repeat-x top left;
}

.MH_red .MH_center .MH_border_line {
    background-position: -31px 0;
}

.MH_red .MH_center .MH_right .MH_border_line {
    background-position: -44px 0;
}

.MH_red .MH_center .MH_right .MH_content {
    background-color: #ffffbd;
}

.MH_red .MH_center .MH_right .MH_message {
    color:#ed1c24;
    background:url(../../../img/std/msghint/mh_grad_red.gif) repeat-x top left;
}

.MH_red .MH_icon {
    background-position: -768px 0;
}

/************** GRAY **************/

.MH_gray {}

.MH_gray .MH_closer {
    background-position: -20px 0;
}

.MH_gray .MH_border_top {
    background-position: -19px -56px;
}
.MH_gray .MH_border_top .MH_border_line {
    background-position: 0 -56px;
}
.MH_gray .MH_border_top .MH_border_corner {
    background-position: 0 -56px;
}

.MH_gray .MH_border_bottom {
    background-position: -19px -70px;
}
.MH_gray .MH_border_bottom .MH_border_line {
    background-position: 0 -70px;
}
.MH_gray .MH_border_bottom .MH_border_corner {
    background-position: 0 -70px;
}

.MH_gray .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_gray.gif) repeat-x top left;
}

.MH_gray .MH_center .MH_border_line {
    background-position: -62px 0;
}

.MH_gray .MH_center .MH_right .MH_border_line {
    background-position: -74px 0;
}

.MH_gray .MH_center .MH_right .MH_content {
    background-color: #eeeeee;
}

.MH_gray .MH_center .MH_right .MH_message {
    padding-left: 24px;
    color:#707070;
    background:url(../../../img/std/msghint/mh_grad_gray.gif) repeat-x top left;
}

.MH_gray .MH_icon {
    display:none;
    background-position: 0 0;
}

/***************** IE 6 ***********************/

.jMsgHint_ie6 {
}

.jMsgHint_ie6 .MH_box .MH_closer {
    position:absolute;
}
.jMsgHint_ie6 .MH_box .MH_border_top .MH_border_line {
    overflow:hidden;
}
.jMsgHint_ie6 .MH_box .MH_border_top .MH_border_corner {
    cursor: pointer;
}

.jMsgHint_ie6 .MH_box .MH_border_bottom .MH_border_line {
    overflow:hidden;
}

.jMsgHint_ie6 .MH_box .MH_center .MH_border_line {
    height: 100%; //height: expression(this.parentNode.offsetHeight);
}

/************** IE 6 GREEN **************/

.jMsgHint_ie6 .MH_green {}

.jMsgHint_ie6 .MH_green .MH_closer {
    background-position: 0 0;
}

.jMsgHint_ie6 .MH_green .MH_border_top {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctl_green.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_green .MH_border_top .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_top_green.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_green .MH_border_top .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctr_green.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_green .MH_border_bottom {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbl_green.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_green .MH_border_bottom .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_bot_green.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_green .MH_border_bottom .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbr_green.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_green .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_green.png) repeat-x top left;
}

.jMsgHint_ie6 .MH_green .MH_center .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_l_green.png) repeat-y top left;
}

.jMsgHint_ie6 .MH_green .MH_center .MH_right .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_r_green.png) repeat-y top left;
}

/************** IE 6 RED **************/

.jMsgHint_ie6 .MH_red {}

.jMsgHint_ie6 .MH_red .MH_closer {
    background-position: -10px 0;
}

.jMsgHint_ie6 .MH_red .MH_border_top {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctl_red.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_red .MH_border_top .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_top_red.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_red .MH_border_top .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctr_red.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_red .MH_border_bottom {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbl_red.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_red .MH_border_bottom .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_bot_red.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_red .MH_border_bottom .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbr_red.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_red .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_red.png) repeat-x top left;
}

.jMsgHint_ie6 .MH_red .MH_center .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_l_red.png) repeat-y top left;
}

.jMsgHint_ie6 .MH_red .MH_center .MH_right .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_r_red.png) repeat-y top left;
}

/************** IE 6 GRAY **************/

.jMsgHint_ie6 .MH_gray {}

.jMsgHint_ie6 .MH_gray .MH_closer {
    background-position: -20px 0;
}

.jMsgHint_ie6 .MH_gray .MH_border_top {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctl_gray.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_gray .MH_border_top .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_top_gray.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_gray .MH_border_top .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_ctr_gray.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_gray .MH_border_bottom {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbl_gray.png) no-repeat top left;
}
.jMsgHint_ie6 .MH_gray .MH_border_bottom .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_bot_gray.png) repeat-x top left;
}
.jMsgHint_ie6 .MH_gray .MH_border_bottom .MH_border_corner {
    background: transparent url(../../../img/std/msghint/mh_ie6_cbr_gray.png) no-repeat top left;
}

.jMsgHint_ie6 .MH_gray .MH_gradbg {
    background: url(../../../img/std/msghint/mh_grad_gray.png) repeat-x top left;
}

.jMsgHint_ie6 .MH_gray .MH_center .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_l_gray.png) repeat-y top left;
}

.jMsgHint_ie6 .MH_gray .MH_center .MH_right .MH_border_line {
    background: transparent url(../../../img/std/msghint/mh_ie6_r_gray.png) repeat-y top left;
}
