/*
*dark-brown: #432712
*light-brown: #8f2d00
*/
/*
#mainContent {
    background: url(../images/main-bg.gif) no-repeat center top;
    width: 840px;
    margin: 0 auto;
    padding: 44px 60px 60px;
    overflow: hidden;
}
    #mainContent h2 {
        background: url(../images/need-help.gif) no-repeat left top;
        width: 100%;
        height: 0px;
        padding: 29px 0px 0px 0px;
        overflow: hidden; 
    }
    #mainContent h2.Feedback {
        background: url(../images/feedback.gif) no-repeat left top;
    }
    #mainContent p.TextStyled1 {
        font-size: 1.1em;
        font-weight: bolder;
        color: #51290e;
        margin: 10px 0px 35px;
        text-align: justify;
    }
/**/
.ErrorList {
    width: 346px;   
}
.ErrorList ul li, 
.ErrorList p {
	background:transparent url(../images/bullet3.gif) no-repeat scroll left 5px;
	color:#FF0000;
	font-size:1.1em;
	font-weight:bolder;
	padding:0 0 0 10px;
}

.helpFormBox 
{    
    width: 349px;
    height: 227px;
    background: url(../images/help-form-bg.gif) no-repeat left top;
    padding: 0px 12px;
    overflow: hidden;
    margin: 20px auto 0 auto;
}
.helpFormBox .Alt01 {
    height: 320px;
    background: url(../images/help-form-bg2.gif) no-repeat left top;
}
.helpFormBox .Item {
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 10px;
}
    .helpFormBox p.Instruction {
        padding: 0px 0px 0px 90px;
        overflow: hidden;
        margin: 15px 0px;
        font-size: 1.2em;
        font-weight: bolder;
        color: #3E3E3E;
    }
    .helpFormBox .Item label {
        font-size: 1.1em;
        font-weight: bolder;
        color: #3E3E3E;
        display: block;
        float: left;
        width: 92px;
        padding: 3px 0px 0px;
    }
    .helpFormBox .Item input.TextInput {
        font-size: 1.1em;
        background: url(../images/textInput6.gif) no-repeat left top;
        width: 249px;
        padding: 3px 0px 3px 4px;
        border: none;
        float: left;
    }
    .helpFormBox .NoLabel {
        padding: 0 0 0 92px;
    }
    .helpFormBox .Item textarea {
        font-size: 1.1em;
        background: url(../images/textArea4.gif) no-repeat left top;
        width: 249px;
        height: 63px;
        padding: 3px 0px 3px 4px;
        border: none;
        float: left;
        overflow: auto;
    }
    .helpFormBox .WrapButton {
        text-align: right;
        padding: 5px 0px 0px;
    }
/**/
input.SubmitBtn {
    background: url(../images/btn-submit-cmt.gif) no-repeat left top;
    width: 48px;
    border:medium none;
	cursor:pointer;
	height:19px;
	overflow:hidden;
	padding:23px 0 0;
	margin-right:3px;
	line-height: 0;
}
input.CancelBtn {
    background: url(../images/btn-cancel.gif) no-repeat left top;
    width: 48px;
    border:medium none;
	cursor:pointer;
	height:19px;
	overflow:hidden;
	padding:23px 0 0;
	line-height: 0;
}
/**/
dl#faq {
    width: 100%;
    overflow: hidden;
}
    dl#faq dt {
        font-size: 1.1em;
        font-weight: bolder;
        color: #3E3E3E
    }
    dl#faq dd {
        font-size: 1.1em;
        font-weight: bolder;
        color: #3E3E3E;
    }
        dl#faq dd span {
            font-weight: normal;
        }
        dl#faq dd.MiscLnk {
            margin: 10px 0 20px;
        }
            dl#faq dd.MiscLnk a {
                font-size: 1em;
                font-weight: normal;
                color: #3E3E3E;
                text-decoration: underline;
            }
            dl#faq dd.MiscLnk a:hover {
                text-decoration: none;
            }
            
            dl#faq a {
                font-size: 1em;
                font-weight: normal;
                color: #3E3E3E;
                text-decoration: underline;
            }
            dl#faq a:hover {
                text-decoration: none;
            }
.subAns
{
    /*margin-left:14px;*/
}
