html, body {
    background: #7d0064;
    color: #fff;
}

#helpDecorator {
    background: #7d0064 url('i/help_bg.jpg') top left no-repeat;
    color: #fff;
    padding: 130px 5px 5px 5px;
}

.cbox .borderTop {
    width: 496px;
}
.cbox .borderBottom {
    width: 496px;
    color: #000;
    background: transparent url('i/help_cbox_border_bottom.gif') top left no-repeat;
}
.cbox .cornerBottomRight {
    color: #000;
    background: transparent url('i/help_cbox_corner_bottom_right.gif') top right no-repeat;
}
.cbox .content {
    height: auto;
    width: 496px;
}

.helpBox {
    height: 373px;
    margin: 2px 10px;
    overflow: auto;
    border: 1px solid #fff;
    color: #fff;
    background: #940078;
}
.helpBox.questionForm {
    height: 320px;
}
.helpBox .padder {
    padding: 10px 15px;
}

.helpBox img {
    display: inline;
}
.helpbox .incell {
    display: block;
}

.blockTitle .title {
    width: 453px;
}

#helpMenu {
    position: absolute;
    top: 90px;
    left: 160px;
    border-collapse: collapse;
    border-spacing: 0px;
}
#helpMenu td{
    padding: 0px 0px;
    border: none;
}
#closeButton {
    position: absolute;
    top: 90px;
    left: 480px;
}

.helpBox .border, .helpBox .border table {
    border-collapse: collapse;
    border-spacing: 0px;
}
.helpBox .border {
    width: 427px;
}
.helpBox .border td {
    border: none;
    padding: 0px 0px;
}

.helpBox .border table td {
    padding: 5px 5px;
    border: 1px solid #fff;
}

.didntFind {
    margin-top: 10px;
}

.question {
    font-size: 11px;
    font-weight: bold;
    color: #f8d208;
    background: transparent;
    margin: 5px 0px;
}
.answer {
    font-size: 11px;
    margin: 10px 0px;
}

#questionList a {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    color: #fff;
    background: transparent;
    font-weight: normal;
}
