﻿#what-to-make-pane .button-set {
    width: 60%;
}

#what-to-make-pane p.text-message {
    width: 36%;
}

/*until .htc works on our server*/
nav.main {
    border-bottom: 1px solid #999;
}

/* ie7 only hacks */
    nav.main .inner {
        *float: right;
    }
    #shopping-list span, 
    #shopping-list label {
        *display: inline;
        *margin-left: 0;
    }
    #shopping-list input[type="checkbox"] {
        *margin-bottom: 20px;
        *clear: left;
    }