#content-inner {
    width: 90%;
    margin: 0.5em auto 1em auto;
}

#consultancy-form div.page-title {
    margin-bottom: 0.5em;
    border-bottom: 1px solid;
}

#consultancy-form label {
    font-size: 1.2em;
    text-align: right;
}

table.form-fields {
    width: 100%;
    margin: 0.5em 0;
}

#full_name {
    width: 100%;
}

#city, #contact_phone, #contact_email {
    width: 40%;
}

#provider {
    width: 100%;
}

#contact_address {
    width: 100%;
    height: 4em;
}

#consultancy{
    width: 100%;
    height: 10em;
}

div.value label {
    margin-right: 0.5em;
}

div.down {
    border-top: 1px solid;
    margin-top: 0.5em;
}

div.actionsView {
    text-align: right;
    padding: 0.2em;
}

span.actionButtons input.button{
    width: 6em;
    margin-top: 0.5em;
    margin-left: 0.5em;
}

div.form-status {
    background-color: #f5eda5;
    margin: 0.5em 0;
}

div.form-status div {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.5em 0;
}

div.form-status ul.errors {
    font-size: 1.2em;
    margin-left: 2em;
}

div.required-info {
    font-size: 1.2em;
}

.required {
    color: red;
}

.informational {
    background: #d4e8ff url(blue-fade-to-grey.gif) repeat scroll 0 0;
    text-align: center;
}
