.hp-quick-navigation {
    text-align: center;
    padding: 36px 30px 37px;
    margin: 0 0 19px;
    
    background: #99d57b url('../images/hp-quick-navigation_bg.gif') 0 100% repeat-x;
    }
    .hp-quick-navigation label {
        font-size: 200%;
        color: #68a055;
        font-weight: bold;
        
        position: relative;
        
        margin: 0 10px 0 0;
        
        vertical-align: middle;
        }
        .hp-quick-navigation label span {
            color: #fff;
            font-weight: bold;
            
            position: absolute;
            left: -1px;
            top: -1px;
            }
    .hp-quick-navigation input {
        vertical-align: middle;
        
        font-size: 170%;
        font-weight: bold;
        color: #5ea839;
        
        background: url('../images/hp-quick-navigation_submit.png') 0 0 no-repeat;
        border: none;
        cursor: pointer;
        
        padding: 0 20px;
        width: 110px;
        height: 30px;
        margin: 0 0 0 15px;
        }
    .hp-quick-navigation select {
        vertical-align: middle;
        
        background: url('../images/hp-quick-navigation_input.gif') 0 0 repeat-x;
        border: none;
        
        font-size: 170%;
        
        padding: 0 0 0 5px;
        margin: 0 10px 0 0;
        }
        .hp-quick-navigation option {
            background: #e5e4e0;
            padding: 0 10px 0 6px;
            }
.rounded {
    position: relative;
    }
    .rounded-c {
        font-size: 1px;
        
        position: absolute;
        
        background: url('../images/rounded.gif') 0 0 no-repeat;
        }
    .rounded-tl {
        width: 2px;
        height: 2px;
        
        left: 0;
        top: 0;
        }
    .rounded-tr {
        width: 2px;
        height: 2px;
        
        margin-left: 100%; left: -2px;
        top: 0;
        
        background-position: -2px 0;
        }
    .rounded-bl {
        width: 3px;
        height: 3px;
        
        left: 0;
        bottom: 0;
        _bottom: expression(this.parentNode.offsetHeight % 2 ? "-1px" : "0");
        
        background-position: 0 -2px;
        }
    .rounded-br {
        width: 3px;
        height: 3px;
        
        margin-left: 100%; left: -3px;
        bottom: 0;
        _bottom: expression(this.parentNode.offsetHeight % 2 ? "-1px" : "0");
        
        background-position: -3px -2px;
        }
