.helpTip {
    background-color: #F5F5B5;
    border: 1px solid #DECA7E;
    color: #303030;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 13px;
    position: absolute;
    text-align: center;
    z-index: 2;
    width:320px;
    z-index:1009;
}

.helpTip .title {
    font-weight:bold;
    font-size:18px;
    margin-bottom:8px;
}

.helpTip .nextStep {
    float:right;
    cursor:pointer;
    margin-top:10px;
}

.helpTip .nextStep .ui-button-text{
    padding: 4px 6px 4px 9px;
    float:left;
}

.helpTip .nextStep .ui-button-icon-secondary {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
}

.helpTip .prvStep .ui-button-text{
    padding: 4px 9px 4px 6px;
    float:left;
}

.helpTip .prvStep .ui-button-icon-primary {
    float: left;
    margin-left: 6px;
    margin-top: 4px;
}

.helpTip .prvStep {
    float:left;
    cursor:pointer;
    margin-top:10px;
}

.helpTip .close {
   cursor: pointer;
   position: absolute;
   right: 4px;
   top: 4px;
}
.firstPageTip{
    width:450px;
}
.helpTip #notShow {
    float:left;
    margin-top:10px;
}


