#content b {
    color: #fff;
}

form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product {
    margin-left: 10px;
    clear: both;
}

    .product div {
        float: left;
        height: 18px;
        margin-bottom: 2px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #101010;
        border-top: solid 1px #202020;
        border-bottom: solid 1px #000;
    }

    .product div.id {
        width: 18px;
        border-left: solid 1px #202020;
        background-color: #171717;
        font-weight: bold;
        color: #fff;
    }
    
    .product div.name {
        width: 387px;
    }
    
    .product div.order {
        width: 30px;
        border-right: solid 1px #000;
        text-align: right;
    }
    
        .product div.order input {
            width: 20px;
            height: 14px;
            font-size: 10px;
            color: #dfdfdf;
            text-align: right;
            border: solid 1px #303030;
            background-color: #070707;
        }
        
        .product div.order input:hover {
            border: solid 1px #505050;
            background-color: #101010;
        }

.submits {
    width: 495px;

    text-align: right;
}

    .submits input {
        margin-top: 8px;
        margin-left: 5px;
        border: solid 1px #303030;
        background-color: #070707;
        font-size: 10px;
        color: #c0c0c0;
    }
    
    .submits input:hover {
        border: solid 1px #505050;
        background-color: #101010;
    }
