.uniForm fieldset {
	border: none;
}
.uniForm .ctrlHolder {
	overflow: hidden;
	clear: both;
}
.uniForm .buttonHolder {
	overflow: hidden;
	text-align: right;
	clear: both;	
}
.uniForm .inlineLabel, .uniForm .inlineLabels .inlineLabel, .uniForm .blockLabels .inlineLabel {
	width: auto;
	float: none;
	display: inline;
}
.uniForm .inlineLabels label, .uniForm .inlineLabels .label {
	float: left;
	padding-top: 5px;
	line-height: normal;
	position: relative;
}

.uniForm .inlineLabels textarea {	
	height: 8em;
}

.uniForm .inlineLabels .textInput, .uniForm .inlineLabels textarea, .uniForm .inlineLabels .selectInput {
	font-size:10px;
	width: 50%;
	border:1px solid #dfdfdf;
	float: right;
}
.uniForm .inlineLabels .formHint {
	clear: both;
}
.uniForm label em, .uniForm .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.uniForm fieldset legend {
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
.uniForm .focused {
	background: #c80000;
	color:#FFF;
}

.uniForm button {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	width: 56px;
	height: 22px;
	overflow: visible;
	color: #c80000;
	background:#f1f1f1;
	padding-bottom:2px;
	border:0;
}
.uniForm .reset{
	margin-right: 5px;
}
.uniForm button:hover {
	color: #fff;
	background:#c80000;
}

.uniForm .checkBox input {	
	float:left;
	margin:6px 5px 3px 0;
}

.uniForm .checkBox label{float:left;}

.uniForm .checkBox div{float:right;padding-bottom:4px;}

.uniForm .privacy{
	margin-top:4px;
}
