/* @override http://magentaink.co.uk.local/sites/magentaink.co.uk/resources/css/uni-form-override.css */

.uniForm {
	max-width: 600px;
	margin-bottom: 1em;
}

.uniForm .ctrlHolder {
	border-bottom: 0;
	padding: 5px;
	width: auto !important;
}

.uniForm .ctrlHolder.error {
	margin-bottom: 3px;
}

.uniForm .inlineLabels {
	width: auto !important;
}
.uniForm .buttonHolder {
	text-align: left;
	margin-top: 10px;
}

.uniForm input.textInput, .uniForm textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	width: 290px !important;
}

.uniForm input.password {
	width: 140px !important;
	margin-right: 4px;
}

.uniForm textarea {
	width: 284px !important;
	height: 100px !important;
	padding: 5px;
}

.uniForm .formHint {
	font-family: Georgia;
	font-size: 10px !important;
}

.uniForm ul.formHint {
	margin: 2px 0 0 1em;
}
.uniForm input.textInput.narrow {
	width: 100px !important;
}

.uniForm label em, .uniForm .label em {
	color: #CA2D92;
}

.uniForm .buttonHolder {
	padding-left: 47%;
}

ul.addresses {
	list-style: none;
	padding: 0;
}

ul.addresses li {
	color: #000;
	float: left;
	padding: 5px;
	border: 1px solid;
	background: #eee;
}


br.clear {
	clear: both;
}
