.uniForm{margin-bottom:20px;}

.uniForm .ctrlHolder {
	overflow: hidden;
	padding:5px 0 5px 14px;
	clear: both;
}
.uniForm .buttonHolder {
	overflow: hidden;
	width: 94%;
	text-align: right;
	clear: both;
	
}
.uniForm .inlineLabel, .uniForm .inlineLabels .inlineLabel, .uniForm .blockLabels .inlineLabel {
	width: auto;
	float: none;
	margin: 0 1em 0 0;
	display: inline;
}
.uniForm .inlineLabels label, 
.uniForm .inlineLabels .label {
	float: left;
	margin-right: 2%;
	padding-top: 9px;
	line-height: 100%;
	position: relative;
	width: 120px;
	text-transform: uppercase;
}


.uniForm .inlineLabels textarea {
	height: 8em;
}
.uniForm .inlineLabels .textInput, .uniForm .inlineLabels textarea, .uniForm .inlineLabels .selectInput {
	float: left;
	width:332px;
	font-size:10px;
	margin:5px 0;
}
.uniForm .inlineLabels .formHint {
	clear: both;
}
.uniForm label em, .uniForm .label em {
	display: block;
	position: absolute;
	left: 100%;
	font-style: normal;
	font-weight: bold;
}

.uniForm fieldset legend {
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
.uniForm .focused {
	background: #0D5E95;
	color:#FFF;
}
.uniForm .inlineLabels .selectInput {
	width: 40%;
	height: 1.8em;
}
.uniForm .formHint {
	margin-top: 0;
}
.uniForm button {
	display: block;
	float: right;
	margin-top:6px;
	margin-right: 36px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	width: 56px;
	height: 22px;
	overflow: visible;
	color: #084A78;
	padding-bottom:2px;
	background: #FFF;
}
.uniForm .reset{
	margin-right: 1%;
}
.uniForm button:hover {
	color: #fff;
	background:#0D5E95;
}
.ctrlHolder div {
	padding: 0 4px 6px 0;
}
input, select {
	padding: 4px 4px 5px;
}

.checkBox input {
	margin: 6px 5px 0 0;
}

.ok{color:#FFCC00;}
.problems{color:#FF0000;}

.privacy{
	padding-top:4px;
}