.uniForm .inlineLabels .textInput, .uniForm .inlineLabels .fileUpload, .uniForm .inlineLabels .selectInput, .uniForm .inlineLabels select, .uniForm .inlineLabels textarea {
    float: left;
    width: 63%;
}

.uniForm .buttonHolder .primaryAction {
    background: none repeat scroll 0 0 #5d7492;
	border: 1px solid #4a5c74;
	box-shadow:0 0 0 #D5E2E7;
}

.uniForm .buttonHolder {
    background: transparent;
}

.uniForm .ctrlHolder.error, .uniForm .ctrlHolder.focused.error {
    color: #dba922;
}

.uniForm .ctrlHolder.error input.error, .uniForm .ctrlHolder.error select.error, .uniForm .ctrlHolder.error textarea.error {
    border-color: #dba922;
}

.uniForm #errorMsg {
    background: none repeat scroll 0 0 #5d7492;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    margin: 0 0 1.5em;
    padding: 1em 1.5em 1px 1.5em;
}

.uniForm .ctrlHolder.error, .uniForm .ctrlHolder.error_cc, .uniForm .ctrlHolder.error_offer, .uniForm .ctrlHolder.focused.error {
	color: #dba922;
}

.uniForm #errorMsg ol li {
    background: none repeat scroll 0 0 #4a5c74;
    border-radius: 4px 4px 4px 4px;
    font-size: 0.85em;
    margin: 0 0 3px 1.5em;
    padding: 7px;
    position: relative;
}