div.row {
    clear: both;
    margin: 5px 0;
}

fieldset {
    margin: 25px 0;
    padding: 15px 0 0 0;
    width: 500px;    
    border: none;
}

input.standard {
    width: 250px;
}
input.radiobutton {
    float: left;
    width: 15px;
}

label {
    float: left; 
    width: 120px;
}

legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

table.shop {
    font-size: 1em;
    width: 100%;
    margin-bottom: 30px;
}

table.shop th {
    background-color: #f2f2f2;
    height: 25px;
    text-align: left;
    font-weight: bold;
}

table.shop tr.new td {
    padding-top: 20px;
}

.content .author { font-weight: bold; }
.content .author a { font-weight: bold; color: #000;}
