/* 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;
	width: 100%;
	position: relative;
	background: transparent;
}

.uniForm fieldset{
	margin: 0;
	/*padding: 20px 10px 4px 20px;
	border: 1px #c7ba9c solid;*/
	border: 0;
}

.uniForm fieldset legend{
	color:#000; /* Reset IE */
	padding: 0 10px;
	font-size:12px;; 
	color: #e3001b;
	font-weight: bold;
	display: none;
}

.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
	padding:3px;
	/*_background: none;*/
	/*position: relative;*/
	margin-bottom:3px;
}
.uniForm .buttonHolder{
	text-align: left; /* Recommended */
	margin: 0px 0 0 163px;
}
.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: #FAFAFA;
	/*_background: none;*/
	/*background: url(../images/bg_focus_input.png) left top;*/
	/*border: 1px solid #d1d1d1;*/
}

.uniForm .inlineLabels  .error {
	background: url(../images/common/ico-err.gif) 470px center no-repeat   #fff6f6;
}
.uniForm .inlineLabels  .textarea-error {
	background: url(../images/common/ico-err.gif) 500px 8px no-repeat   #ffebe9;
}

.uniForm .inlineLabels .error_msg {
	color: #cd036c;
	padding-left: 50px;
}

/* .inlineLabels */
.uniForm .inlineLabels .ctrlHolder label,
.uniForm .inlineLabels .label{
	width:140px; /* Required property */
	text-align: left;
	height: 16px;
	padding-top: 2px;
	padding-left: 1em;
	display: block;
	position: relative;
	/*color: #929292;*/
	font-weight: bold;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding: 2px 2px 2px 2px;
	/*color: #929292;*/
	/*width:45%;*/ /* Required property */
	width: 170px;
	height: 16px;
	line-height: 16px;
	/*height: 16px;*/
}

.uniForm .inlineLabels .input_checkbox {
	background: #ffffff;
	border: 1px solid #cd036c;
	color: #cd036c;
} 

.uniForm .inlineLabels select.textInput {
	/*width:45%;*/ /* Required property */
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding: 2px 2px 2px 2px;
	width: 176px;
	position: relative;
	height: 22px;
	display: inline-block;
	font-size: 11px;
	/*color: #929292;*/
}

.uniForm .inlineLabels .textarea{
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding: 2px 2px 2px 2px;
	width:280px; /* Required property */
	font-size: 11px;
	/*color: #929292;*/
}

/*.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 #208ed4;
}

.uniForm .inlineLabels .formHint{
	margin-top:0;
	margin-left:153px; 
}

.uniForm .inlineLabels .ctrlHolder em {
	color: #cd036c;
	margin: 4px 0 0 8px; 
	width: 14px;
	display: inline-block;
}

.uniForm .hidden-input {
	display: none;
}

.hidden-input {
	display: none;
}



/* MSG ERROR */
.errorMsg p {
	background: #c31705;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 8px;
	margin-bottom: 5px;
	/*position: relative;*/
}
	.errorMsg p a:link, .errorMsg p a:visited {
		color: #ffc1bb;
	}
.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;
	}
.errorField {
	background: #ffe1df;
	border: 1px solid #e3001b;
	padding: 2px 2px 2px 2px;
}



/* MSG SUCCESS */
.success p {
	background: #f8ac05;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 8px;
	margin-bottom: 5px;
	/*position: relative;*/
}
.success-message {
	/*background: url(../images/common/ico-success.gif) 20px 14px no-repeat #dbf2ba;*/
	background: #dbf2ba;
	color: #2a6801;
	padding: 6px 8px;
	margin-bottom: 5px;
}

.submit {
	display: block;
	background: #3c9ef0;
	border: 1px #ffffff solid;
	color: #FFFFFF;
	line-height: 16px;
	height: 22px;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
	cursor: pointer;
	font-size: 11px;
}

