h1 {
    color: #794a4a;
}
h3 {
    color: #895a5a;
}
p.description {
    color: #ac8484;
}
hr {
    border: 0;
    height: 18px;
    clear: both;
    color: transparent;
    background-color: transparent;
    visibility: hidden;
}
input {
    color: black;
}
textarea,
input[type=text] {
    padding: 1px 0;
    border: 1px inset #f0f0f0;
}
input[type=text] {
    height: 14px;
}
select {
    width: 208px;
}
fieldset li,
fieldset li p
{
    clear: both;
    margin-bottom: 4px;
}
p.error {
    color: red;
}
label {
    float: left;
    display: block;
    width: 110px;
    margin-right: 10px;
    font-size: 1.1em;
    line-height: 18px;
    text-align: right;
}
* html label {
    width: 90px;
}
textarea {
    color: black;
}
#authorize {
    margin: 2em 0;
}
#authorize label {
    float: none;
    display: inline;
    width: auto;
    padding: 0;
    margin-left: 5px;
}
.required label {
    font-weight: bold;
}
.combocheckbox {
    overflow: hidden;
}
.combocheckbox ul {
    float: left;
    width: 250px;
}
.combocheckbox li {
    width: auto;
    margin-bottom: 0;
}
.combocheckbox li label {
    width: auto;
    padding-top: 0;
    text-align: left;
    float: none;
}
.radio ul {
    overflow: hidden;
}
.radio li {
    float: left;
    clear: none;
}
.radio li label {
    text-align: left;
    width: auto;
}
.combocheckbox ul label {
    font-weight: normal;
}
.errorlist li {
    float: none;
    font-size: 1.2em;
}
