#support
{
    text-align: top;
    height: 70px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../../../common/images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}

#support_title
{
    font-weight: bold;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
}
#support_text
{
    text-align: top;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../../../common/images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
#support_text table {
    width: 680px;
    text-align: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    border-collapse: collapse;
    border-spacing: 0px;
}
#support_text table th{
    color: #000000;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: rgb(247, 251, 255);
}

#support_text table td
{
    width: 450px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
#support_text table td.errorSummary
{
    padding: 0px;
    border: 0px;
}
#formBtn {
    text-align: center;
}
.inputRequired
{
    color: #ff0000;
}
.errorSummary
{
    color: #c00;
    font-weight: bold;
    background-color: rgb(254, 224, 224);
}
.errorText
{
    color: #c00;
    font-weight: bold;
}
input.searchAres
{
    width: 50px;
}
#searchButton{
    float: right;
}
.qaIcon
{
    width: 32px;
    height:32px;
}
#qaList ul
{
    margin-top: 8pt;
    padding-left: 8pt;
    display: inline-block;
    list-style: none;
    list-style-position: outside;
}
#qaList ul li
{ 
    vertical-align: middle;
    height: 100%;
    display: block;
    line-height:32px;
    margin-top:0em;
    margin-bottom:0em
}