
textarea {
    width: 400px;
    height: 12em;
    font: inherit;
    background: gainsboro;
    border: none;
    padding: 0.75em 10px;
    overflow: auto;
    margin-bottom: 0;
}

input {
    float: left;
    clear: left;
    margin-left: -2.5em;
}

input.button {
    margin: 0;
    background-color: #333;
    color: #eee;
    border: none;
    display: inline;
    float: none;
    font: inherit;
}

input.button:hover,
input.button:focus,
input.button:active {
    margin: 0;
    background-color: #f93;
    color: #eee;
}

form {
    margin: 0;
    padding: 0;
    width: 420px;
}

textarea:focus {
    color: #963;
    background: wheat;
}

textarea#code {
    font-family: "Courier New", "Lucida Console", monospace;
    font-size: 11px;
    line-height: 16.5px;
    height: 24em;
}

.leftcol, .rightcol {
    font-family: "Helvetica Neue", "Arial", "Univers", sans-serif;
    font-size: 0.91667em;
    line-height: 1.6364em;
    color: #666;
    margin: 0;
}

.leftcol {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.rightcol {
    width: 200px;
    float: right;
    margin-left: 10px;
}

.leftcol p, .rightcol p {
    margin: 0;
    padding-left: 2.5em;
}

.leftcol hr, .rightcol hr {
    border: none;
}

.optheader {
    color: #333;
}

.ta-title {
    width: 400px;
    margin: 0;
    color: white;
    background-color: #333;
    padding: 0 10px;
}

.separator {
    clear: left;
}

