.uniForm fieldset {
	border: none;
}
.uniForm .ctrlHolder {
	overflow: hidden;
	clear: both;
}
.uniForm .buttonHolder {
	overflow: hidden;
	text-align: right;
	clear: both;	
}

.uniForm label, .uniForm .label {
	float: left;
	padding-top: 5px;
	line-height: normal;
	position: relative;
}

.uniForm textarea {	
	height: 8em;
}

.uniForm .textInput, .uniForm textarea, .uniForm .selectInput {
	width: 50%;
	float: right;
}

.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 {
	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:3px;
	border:0;
}
.uniForm .reset{
	margin-right: 5px;
}
.uniForm button:hover {
	color: #fff;
}

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

.uniForm .ctrlHolder div{
	float:right; 
}

.uniForm .checkBox label{float:left;}

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

