
    #how-steps div.inbox {
        padding: 20px;
    }

    #how-steps #step1,
    #how-steps #step3,
    #how-steps #step5 {
        padding-right: 0;
    }
    
    #how-steps #step1 img,
    #how-steps #step2 img,
    #how-steps #step3 img#image-a,
    #how-steps #step4 img,
    #how-steps #step5 img {
        width: 434px;
        height: 271px;
    }
    
    #how-steps #step3 img#image-b {
        width: 428px;
        height: 80px;
    }
    
    #how-steps #step3 img#image-c {
        width: 862px;
        height: 179px;
    }
    
    #how-steps #step1 img,
    #how-steps #step3 img#image-a,
    #how-steps #step5 img {
        float: left;
        margin: 0 20px 0 0;
    }
    
    #how-steps #step2 img,
    #how-steps #step4 img {
        float: right;
        margin: 0 0 0 20px;
    }
    
    #how-steps h4.dot {
        float: left;
        clear: none;
        background: url(../../images/Help.howitworks/dot.png) no-repeat;
        color: #ffffff;
        width: 31px;
        height: 31px;
        padding: 4px 0 0 0;
        margin: 0;
        text-align: center;
        font-size: 24px;
    }
    
    #how-steps h5 {
        float: left;
        clear: none;
        font-size: 36px;
        line-height: 36px;
        margin-top: -6px;
        padding: 0 0 0 8px;
    }
    
    #how-steps #step1 h5,
    #how-steps #step3 h5,
    #how-steps #step5 h5 {
        width: 350px;
    }
    
    #how-steps #step2 h5,
    #how-steps #step4 h5 {
        width: 340px;
    }
    
    #how-steps #step3 {
        position: relative;
        height: 464px
    }
    
    #how-steps #step3 img#image-b {
        position: absolute;
        top: 211px;
        left: 454px;
    }
    
    #how-steps #step3 img#image-c {
        position: absolute;
        top: 291px;
        left: 20px;
    }
    
    
