div#outlets {
    margin-top: 20px;
    margin-bottom: 10px;
}

form.mail-form-widget input, form.mail-form-widget textarea, form.mail-form-widget select {
    border: 1px solid #ccc;
    background-color: #fff;
}

form.mail-form-widget input:focus, form.mail-form-widget textarea:focus {
    border-color: #000;
}

div.agent .ui-widget-header {
    
}

div.agent .ui-widget-header {
    
}

div.agent {
    width: 200px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

div.agent h3, h4 {
    margin: 0;
    padding: 0;
}

div.agent h4 {
    font-weight: normal;
    font-size: 1.2em;
    text-decoration: underline;
}

div.agent dl {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 1.1em;
}

div.agent dl dd {
    margin: 0;
    padding: 0;
}

div.agent dl dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.sales div.section {
}

div.sales div.section-first {
}

div.field-row {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div.field-row label {
    display: block;
    width: 280px;
    float: left;
    margin-right: 18px;
}

div.field-row label.required {
    font-weight: bold;
}

div.field-row label span {
    display: block;
    font-size: 0.9em;
    color: #aaa;
    margin-top: 5px;
}

div.field-row input[type=text] {
    display: block;
    width: 300px;
    float: left;
}

/* ie does not support @ selectors :( */
div.field-row input.text, div.field-row textarea, div.field-row select {
    display: block;
    width: 300px;
    float: left;
    font-size: 1.1em;
}

div.field-row hr {
    visibility: hidden;
    clear: left;
}

input, textarea, select {
    border: 1px solid #999;
}

input.checkbox {
    border: 0;
}

/* ie does not support @ selectors :( */
input.submit {
    color: #fff;
}

p.actions {
    text-align: center;
    margin-top: 30px;
}

input.ui-state-hover, input.ui-state-focus {
    color: #333;
    border: 1px solid #999;
}

p.intro {
    margin: 0 0 15px 0;
}

input.error, textarea.error {
    border-color: #cc0000;
    border-width: 2px;
    color: #000;
    font-weight: normal;
}

.fieldFocus {
    border-color: #333;
}

div.clear {
    clear: both;
}

a.button {
    margin: 0;
}

.contact-types > div {
    width: 271px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.contact-types > div a {
    display: block;
    width: 100%;
}

.contact-types > div p {
    margin: 10px 0 0 0;
    font-size: 0.95em;
}

.contact-types > div.last {
    margin-right: 0;
}

.contact-types .action {
    text-align: center;
    margin: 0 0 0 0;
}

.sales-offices {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.contact-form .error  {
    padding: 5px;
    background-color: #ffcccc;
    border: 1px solid #ff6666;
}

.contact-form .success  {
    padding: 5px;
    background-color: #ccffcc;
    border: 1px solid #66ff66;
}

.contact-form {
    margin-top: 25px;
}

.contact-form .control-focus {
    border: 1px solid #555;
    background-color: #ffffcc;
}