﻿#helpPane
{
    width: 300px;
    height: 185px;
    border: 1px solid #CBCBCB;
}

.helpHeader
{
    height: 22px;
    background-color: #EEEEEE;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-size: 15px;
    color: #000000;
}

.helpBodyCaption
{
    background-image: url('/images/bluehelp.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.helpBodyText
{
    float: left;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.faqSearchBar
{
    width: 273px;
}