input,
select,
textarea {
    font-size: inherit;
}

textarea {
    width: 400px;
    height: 100px;
}


.standard fieldset {
    border: 0 none;
}

.standard legend {
    font-weight: bold;
}

.standard div.input {
    clear:both;
}

.standard label {
    float: left;
    width: 30%;
    coursor: pointer;
}

.standard .multi label,
.standard .multi input {
    float: none;
}

.standard .multi label,
.standard .noLabel {

}

.standard ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.standard ol
{
    padding-left: 25px;
}

.standard ol li
{
    list-style-type: numerical;
}

.standard .errors {
    clear: both;
    color: #f00;
    margin-left: 30%;
}

.standard span.required {
    color: #f00;
    font-weight: bold;
}

.standard .captcha img,
.standard .captcha input {
    margin-left: 50%;
}

.standard .captcha img {
    margin-bottom: 1em;
}

.standard .submit {
    padding-left: 30%;
    clear: both;
}

.standard td .submit {
    padding: 0;
}
