fieldset{
	padding:10px;
}

.table{
	border:1px solid #e1ecef;
	height:408px;
	overflow:auto;	
	clear:both;
}

.uniForm label, .uniForm .label {
	width: 160px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:capitalize;
	font-weight:bold;
	line-height:1.5em;
}

.uniForm .focused label, .uniForm .focused .label {
	color: #fff;
}

.uniForm .ctrlHolder {
	padding-left:16px;
	margin:0 0 6px;
}

.uniForm .textInput, .uniForm textarea, .uniForm .selectInput {
	width: 560px;
	float:left;
	border:1px solid #819fba;
}

.uniForm .selectInput {
	width: 568px;
}

.uniForm .textInput:focus, .uniForm textarea:focus, .uniForm .selectInput:focus {
}


.uniForm textarea{
	width: 556px;
	padding:5px;
}


.fileInput{
	width:300px;
	margin-top:2px;
	margin-left:0;
	float:left;
}

.fileInputBtn{
	/*border:none;
	background:none;*/
}

.checkBox input{
	border:none;
	background:none;
	margin:3px 0 0;
	padding:0;
}

.deleteFile{
	margin:4px;
	float:left;
}

.footer{
	height:28px;
}
