.nounderline {
    text-decoration: none;
}

.doc-header .headerhelp {
    background: url("img/how.png") no-repeat scroll left center transparent;
    font-size: 14px;
    left: 82%;
    padding-left: 16px;
    position: absolute;
    top: 10px;
}

.doc-header .headerback {
    background: url("img/arrow-180.png") no-repeat scroll left center transparent;
    font-size: 14px;
    left: 72%;
    padding-left: 20px;
    position: absolute;
    top: 10px;
}

.old {

    position: relative;
    z-index: 100;
}

.old:after {
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    background: none repeat scroll 0 0 #FC6556;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}