@CHARSET "ISO-8859-1";

form div.feedback {
    
}

form div.feedback-error {
    color: #058BCA;
}

table.fields td,
table.fields th {
    text-align:left;
    font-weight:normal;
    vertical-align:top;
}

table.fields th {
    white-space: nowrap;    
}

table.fields td {
    padding-bottom: 1.2em;    
}
        

ul.errors {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.errors li {
    padding-left: 18px;
    background: url(../images/icons/form-error.gif) no-repeat left top;
    list-style-type: none;
    list-style-image: none;
    font-weight: normal;    
}

tr.has-errors th {
    color: #058BCA;
}

tr.multicheckbox label,
tr.radio label {
    font-weight:bold;    
}

tr.radio div.options input,
tr.multicheckbox div.options input {
    margin-right: 20px;
    vertical-align: middle;
}
tr.checkbox input {
     vertical-align:middle;
}

tr.radio div.options,
tr.multicheckbox div.options {
}

tr.has-errors input {
    border-color: #058BCA;
}

tr.text input, tr.textarea textarea {
    border-width:1px;
    border-style:solid;
    width: 280px;
}

tr.textarea textarea {
    height: 90px;    
}

tr.full-width textarea {
    width: 418px !important;
}

td.submit {
    text-align:right;
}

textarea {
    height: 200px;
}

span.postalcode input {
    width: 90px;    
}

span.city input {
    width: 182px;    
}

td.submit {
    text-align:right;    
}

td.submit input {
    background-color: #F65109;
    border:1px solid #fff;
    outline: 1px solid #F65109;
    color: white;
    font-weight:bold;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:11px;
    padding:3px;
}

td.submit input.hover {
    background-color: #000;
    border:1px solid #fff;
    outline: 1px solid #000;
    color: white;
    font-weight:bold;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:11px;
    padding:3px;
}
