
table.digistore_form_table input {
    width: 400px;
}

table.digistore_form_table th {
    width: 250px;
    text-align: left;
}

.digistore_shortcode
{
    font-family: "Courier New", Courier, monospace;
}

.digistore_code {
    font-family: "Courier New", Courier, monospace;
    background-color: #EEE;
    border: solid #333 1px;
    line-height: 2;
    padding: 10px;
}

textarea.digistore_code {
    line-height: 1;
}

td.digistore_hint
{
    font-size: 80%;
    line-height: auto;
}