.uniForm fieldset {
	border: none;
}

.uniForm .ctrlHolder {
	overflow: hidden;
	padding:4px 0 4px 10px;
	clear: both;
}
.uniForm .buttonHolder {
	overflow: hidden;
	width: 94%;
	text-align: right;
	clear: both;
	
}
.uniForm label, .uniForm .label {
	float: left;
	margin: 0 0 0 0;
	padding-top: 5px;
	line-height: 100%;
	width: 41%;
	font-size:11px;
}

.uniForm .textInput, .uniForm .fileUpload {
	float: left;
	width: 50%;
}
.uniForm textarea {
	float: left;
	width: 50%;
}
.uniForm .textInput, .uniForm textarea, .uniForm .selectInput {
	margin:2px 0;
	border:1px solid #dfdfdf;

}
.uniForm label em, .uniForm .label em {
	display: block;
	float:right;
	font-style: normal;
	font-weight: bold;
}

.uniForm fieldset legend {
	color: #000;
	font-weight: bold;
}
.uniForm .focused {
	background: #c80000;
}
.uniForm .selectInput {
	width: 40%;
}

.ctrlHolder div {
	padding: 0 4px 6px 0;
}

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


.uniForm .ctrlHolder div{
	float:right; 
}

.uniForm .checkBox .label {
	
	padding-top: 5px;
	
}

.uniForm .checkBox div label{float:left; width:auto; margin-right:20px; line-height:1em;}

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