#interactiveHelp .helpBtm {
    background-color: #185BA1;
    clear: both;
    display: block;
    height: 7px;
    width: 100%;
}
#interactiveHelp .tl, #interactiveHelp .tr {
    display: block;
    font-size: 0;
    height: 7px;
    line-height: 0;
    position: absolute;
    width: 7px;
}
#interactiveHelp .tl {
    background: url("../images/tl.gif") no-repeat scroll 0 0 transparent;
    left: 0;
    top: 0;
}
#interactiveHelp .tr {
    background: url("../images/tr.gif") no-repeat scroll 0 0 transparent;
    right: 0;
    top: 0;
}
#interactiveHelp .bl {
    background: url("../images/bl.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 7px;
    line-height: 0;
    width: 7px;
}
#interactiveHelp .br {
    background: url("../images/br.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 7px;
    line-height: 0;
    width: 7px;
}
#interactiveHelp #pic {
    margin: 0;
    position: absolute;
    right: 0;
    top: -6px;
}
#interactiveHelp .main {
    padding: 5px 0;
}
#interactiveHelp a {
    color: #FFFFFF;
}
#interactiveHelp li a {
    color: #FFFFFF;
    display: block;
    line-height: 1.2em;
}
#interactiveHelp #linkBtn {
    background: url("../images/link_bullet.gif") no-repeat scroll 5px center #C90026;
    color: #FFFFFF;
    display: block;
    padding: 5px 5px 5px 15px;
}
#interactiveHelp form {
    overflow: hidden;
    width: 100%;
}
#interactiveHelp .submit {
    background: url("../images/submit.gif") no-repeat scroll left top #058DDD !important;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 24px;
    text-indent: -9999px;
    width: 66px;
    margin-top: 3px;
}
#interactiveHelp .loading {
	display: none;
}
#interactiveHelp #linkBtn {
    position: relative;
}
#linkBtn:hover {
    text-decoration: none;
}
#linkBtn .tl {
    background: url("../images/link_tl.gif") no-repeat scroll 0 0 transparent;
    left: 0;
    top: 0;
}
#linkBtn .tr {
    background: url("../images/link_tr.gif") no-repeat scroll 0 0 transparent;
    right: 0;
    top: 0;
}
#linkBtn .bl {
    background: url("../images/link_bl.gif") no-repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
}
#linkBtn .br {
    background: url("../images/link_br.gif") no-repeat scroll 0 0 transparent;
    bottom: 0;
    right: 0;
}
#linkBtn .tl, #linkBtn .tr, #linkBtn .bl, #linkBtn .br {
    height: 4px;
    width: 4px;
}
