.help .close
{
    bottom: 38px;
    color: #0099FF;
    cursor: pointer;
    position: absolute;
    right: 18px;
    text-align: right;
    text-decoration: underline;
}

.help h3
{
    color: #FFFFFF;
    font-size: 22px;
    left: 64px;
    position: absolute;
    top: 12px;
    z-index: 5;
}

.help ul
{
    padding: 0 0 0 8px;
    margin: 0;
}

.help .title
{
    color: #FFF;
    font-size: 20px;
    margin: 25px 0 0 70px;
    position: absolute;
}

div.help .help-pointer
{
	position:absolute;
    background: url(/eSales/Content/images/Axa/Borders/InfoHelpPointer.gif) no-repeat scroll 0 0 transparent;
    width:42px;
    height:27px;
    left:-16px;
    top:30px;
}

div.helpButton
{
    background: transparent url(/eSales/Content/images/Axa/Buttons/HelpButtonBG.gif) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    left: 8px;
    margin-right: -30px;
    margin-top: -2px;
    position: relative;
    width: 30px;
}

.errorField div.helpButton
{
    background: transparent url(/eSales/Content/images/Axa/Buttons/HelpButtonErrorBG.gif) no-repeat scroll 0 0;
}

.helpInner
{
    margin-left: 25px;
}

.help-pointer
{
    margin-left: 25px;
}