body, body.trex {
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* --- LOGOTYPE --- */

div.trex-customer_logo-container {
    height: 50px;
    padding: 0 .125em 0 .125em;
    border-bottom: #0f7aab 4px solid
}

div.trex-customer_logo {
    height: 35px;
    width: 125px;
    margin-left: 1.3em;
    overflow: hidden;
    background: url(customer_logotype.png) no-repeat;

}

/* --- TABS --- */

div.trex-form_tab_control_container {
    background-color: #eeeeee;
}

input.trex-form_tab_button_normal {
    background-color: #fff;
    color: #777;
    border: 1px solid #cccccc;
    margin-left: 2px;
}

input.trex-form_tab_button_selected {
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 2px;
}

/* --- FIELDS --- */

input.trex-field, textarea.trex-field, select.trex-field {
	font-size: 0.813em;
	border: 1px solid #888888;
	padding: 2px;
	border-radius: 3px;
	color: #555;
}

/* --- BUTTONS --- */

.trex-button_goto_next_form_page_class,
.trex-button_goto_prev_form_page_class,
.trex-button_cancel_form_class,
.trex-file_upload_button,
.trex-submit_button {
	border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #ccc;
}

