@import "uni-form-generic.css";
/* Your styles below */
/* Keep in mind that wherever you see "Required property" it means that the property must exist, adjust it's value to your liking */



/* Overriding default #content padding*/
.uniForm  {
	margin: 0;
	padding: 0;
}

.uniForm fieldset{
	margin: 0;
	padding: 20px 10px 4px 20px;
	border: 1px #c7ba9c solid;
}

.uniForm fieldset legend{
	color:#000; /* Reset IE */
	padding: 0 10px;
	font-size:12px;; 
	color: #e3001b;
	font-weight: bold;
}

.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
	padding:3px;
	/*position: relative;*/
}
.uniForm .buttonHolder{
	text-align: left; /* Recommended */
	margin: 17px 0 0 135px;
}
.uniForm .buttonHolder-block{
	text-align: left; /* Recommended */
	margin: 17px 0 0 42px;
}

.uniForm .blockLabels .buttonHolder{
	text-align: left; /* Recommended */
	margin: 17px 0 0 0px;
}
.uniForm .focused{
	background: #e4f6ff;
	_background: none;
	/*background: url(../images/bg_focus_input.png) left top;*/
	/*border: 1px solid #d1d1d1;*/
}

/* .inlineLabels */
.uniForm .inlineLabels .ctrlHolder label,
.uniForm .inlineLabels .label{
	width:15%; /* Required property */
	text-align: right;
	height: 16px;
	padding-top: 2px;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
	/*width:45%;*/ /* Required property */
	width: 172px;
	background: #f5f5f5;
	border: 1px solid #BBBBBB;
	padding: 3px 4px 0 4px;
	height: 16px;
}

.uniForm .inlineLabels .selectInput{
	/*width:45%;*/ /* Required property */
	width: 182px;
	background: #f5f5f5;
	border: 1px solid #BBBBBB;
	padding: 2px;
	height: 20px;
	position: relative;
}

.uniForm .inlineLabels .textarea{
	width:45%; /* Required property */
	background: #f5f5f5;
	border: 1px solid #BBBBBB;
	padding: 3px 4px 0 4px;
}

/*.uniForm .inlineLabels .textInput:focus,
.uniForm .inlineLabels .fileUpload:focus,
.uniForm .inlineLabels .selectInput:focus,
.uniForm .inlineLabels .textarea:focus{*/
.uniForm .inlineLabels input:focus,
.uniForm .inlineLabels select:focus,
.uniForm .inlineLabels textarea:focus{
	background: #FFFFFF;
	border: 1px solid #666666;
}

.uniForm .inlineLabels .formHint{
	margin-top:0;
	margin-left:112px; 
}

/* .blockLabels */
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{
	width:53%; /* Required property */
}

.uniForm .blockLabels .selectInput{
  display:block;
	width:53.5%; /* Required property */
}
.uniForm .blockLabels textarea{
	width:53%; /* Required property */
	height:12em; 
}
.uniForm .blockLabels .formHint{
	width:45%; /* Required property */
}
.uniForm .blockLabels label{
	margin-left: -7px;
}

/* Columns */
.uniForm .col{
	width:47.9%; /* Required property */
	margin:0 2% 0 0; 
}
.uniForm .columnLeft{
	width:15%; /* Required property */
	text-align: right;
}
.uniForm .columnRight{
	width:35%; /* Required property */
	text-align: left;
	float: left;
	padding-left: 15px;
}

/* Messages */
.uniForm #errorMsg{
	min-height: 25px;
	line-height: 25px;
}

.uniForm .error{
	width: 172px;
	background: #FFFFFF;
	border:1px solid #e3001b; /*border-width:1px 0;*/
	padding: 3px 4px 0 4px;
	height: 16px;
	color: #e3001b;
	float: left;
}

.uniForm .inlineLabels .errorSelect{
	padding: 2px;
	width: 182px;
	border:1px solid #e3001b; /*border-width:1px 0;*/
	background: #FFFFFF;
	height: 20px;
	color: #e3001b;
}

.uniForm .inlineLabels .errorTextarea{
	width:45%; /* Required property */
	border:1px solid #e3001b; /*border-width:1px 0;*/
	background: #FFFFFF;
	color: #e3001b;
	padding: 3px 4px 0 4px;
	_margin-left: 3px;
}



/* MSG ERROR */
#errorMsg p {
	background: #e3001b;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 8px;
	margin-bottom: 5px;
	/*position: relative;*/
}
#errorMsg ol {
	margin-left:20px;
	margin-bottom:20px;
	padding:0;
}
	#errorMsg ol li {
		margin:0;
		list-style-position:inside;
		/*border-bottom:1px dotted #f8b3a0;*/
		position:relative;
		color: #e3001b;
		padding: 0;
		line-height: 16px;
	}
.uniForm .errorField {
	color:#af4c4c;
	margin:0 0 6px 0; padding:4px;
	background:#ffbfbf;
}



/* MSG SUCCESS */
.success p {
	background: #f8ac05;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 8px;
	margin-bottom: 5px;
	/*position: relative;*/
}


/* Project Center */

.products .ctrlHolder {
	position: relative;
}
.products .ctrlHolder label img {
	position: relative;
	left: -40px;
	top: -10px;
	display: block;
}
.uniForm .inlineLabels .date-dd {
	width: 20px;
	margin-right: 5px;
}
.uniForm .inlineLabels .date-yyyy {
	width: 35px;
}

