@import "uni-form-generic.css";
.uniForm fieldset {}
.uniForm fieldset legend {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background: #f1f1f1;
	padding: 5px;
	color: #0066bb;
	margin-bottom: 1em;
	}
.uniForm .ctrlHolder {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0;
	}
.uniForm .buttonHolder {
	text-align: right;
	}
.uniForm .resetButton {
	float: left;
	}
.uniForm .primaryAction {
	font-weight: bold;
	float: right;
	}
.uniForm .focused {
	background: #fffcdf;
	}
.uniForm .inlineLabel input,
.uniForm .inlineLabels .inlineLabel input,
.uniForm .blockLabels .inlineLabel input {
	float: left;
	margin: 0 .4em 0 0;
	}
.uniForm .inlineLabel span {
	float: left;
	width: 90%;
	}
.uniForm .blockLabels .ctrlHolder {}

.uniForm label,
.uniForm p.label,
.uniForm .blockLabels label,
.uniForm .blockLabels .label {
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666
	}
.uniForm .textInput,
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload {
	width: 53%;
	margin-right: 5px;
	}
.uniForm .selectInput,
.uniForm select,
.uniForm .blockLabels .selectInput,
.uniForm .blockLabels select {
 width: 53.5%;
	}
.uniForm textarea,
.uniForm .blockLabels textarea {
	height: 12em;
	width: 53%;
	}
	.uniForm textarea.commentarea {width: 95%; height: 75px;}
.uniForm .formHint,
.uniForm .blockLabels .formHint {
	color: #777;
	font-size: .9em;
	position: relative;
	top: -.5em;
	width: 45%;
	}
.uniForm .multiField,
.uniForm .blockLabels .multiField {
	width: 53%;
	}
.uniForm .multiField .inlineLabel,
.uniForm .blockLabels .multiField .inlineLabel {
	display: block;
	margin: 0 0 .5em 0;
	}
.uniForm .multiField .blockLabel,
.uniForm .blockLabels .multiField .blockLabel {
	margin: 0 10px 0 0;
	width: 30%;
	}
.uniForm .multiField .blockLabel .textInput,
.uniForm .multiField .blockLabel .selectInput,
.uniForm .multiField .blockLabel select,
.uniForm .blockLabels .multiField .blockLabel .textInput,
.uniForm .blockLabels .multiField .blockLabel .selectInput,
.uniForm .blockLabels .multiField .blockLabel select {
	margin: .3em 0 0 0;
	width: 100%;
	}
.uniForm .inlineLabels .ctrlHolder {	}
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
	margin: .3em 2% 0 0;
	width: 45%;
	}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload {
	width: 45%;
	}
.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select {
	width: 45%;
	}
.uniForm .inlineLabels textarea {
	height: 12em;
	width: 45%;
	}
.uniForm .inlineLabels .formHint,
.uniForm .inlineLabels .hint {
	color: #777;
	font-size: 1.1em;
	margin-left: 47%;
	margin-top: 10px;
	position: static;
	}
.uniForm .inlineLabels .multiField {
	margin: 0 0 .3em 0;
	width: 45%;
	}
.uniForm .inlineLabels .multiField .inlineLabel {
	display: block;
	margin: 0 0 .5em 0;
	}
.uniForm .inlineLabels .multiField .blockLabel {
	float: left;
	margin: 0 3% 0 0;
	width: 26%;
	}
.uniForm .inlineLabels .multiField .blockLabel .textInput,
.uniForm .inlineLabels .multiField .blockLabel .selectInput,
.uniForm .inlineLabels .multiField .blockLabel select {
	margin: .3em 0 0 0;
	width: 100%;
	}
.uniForm .ctrlHolder .textInput:focus {
	outline: none;
	}
.uniForm .ctrlHolder textarea:focus {
	outline: none;
	}
.uniForm div.focused .formHint {
	color: #333;
	}
.uniForm .col {
	margin: 0 2% 20px 0;
	width: 47.9%;
	}
.uniForm .col.first {
	clear: none;
	float: left;
	width: 49%;
	}
.uniForm .col.last {
	clear: none;
	float: right;
	margin-right: 0;
	width: 49%;
	}
.uniForm #errorMsg {
	background: #ffdfdf;
	border: 1px solid #df7d7d;
	border-width: 1px 0;
	margin: 0 0 1.5em 0;
	padding: 5px 0;
	}
.uniForm .error {
	/*
	border: 1px solid #df7d7d;
	border-width: 1px 0;
	margin-top: 5px;
	*/
	}
.uniForm #errorMsg dt,
.uniForm #errorMsg h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 .5em 0;
	}
.uniForm #errorMsg dd {
	margin: 0;
	padding: 0;
	}
.uniForm #errorMsg ol {
	margin: 0;
	padding: 0;
	}
.uniForm #errorMsg ol li {
	border-bottom: 1px dotted #df7d7d;
	list-style: inside;
	margin: 0;
	padding: 2px;
	position: relative;
	}
.uniForm .errorField {
	background: #ffbfbf;
	color: #af4c4c;
	margin: -5px 0 5px;
	padding: 4px;
	font-size: 1.1em;
	}
.uniForm .form_error {
	background: #ffbfbf;
	color: #af4c4c;
	margin: -5px 0 5px;
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold;
	}
.uniForm #OKMsg {
	background: #C8FFBF;
	border: 1px solid #A2EF95;
	margin: 0 0 1.5em 0;
	padding: 7px;
	}
.uniForm #OKMsg p {
	margin: 0;
	}
.uniForm div div {
	padding: 0;
	border: 0;
	width: auto;
	overflow: hidden;
	}
.uniForm #select_div {
	font-size: 1.2em;
	padding: 4px 0 0 5px;
}
.uniForm div div label {
	width: 100%;
	float: left;
	clear: left;
	text-align: left;
	white-space:  nowrap;
	}
.uniForm div div label input {
	float: left;
	clear: left;
	width: auto !important;
	margin: 0 .5em .5em 0;
	vertical-align: top;
	}

.uniForm label em,
.uniForm p.label em {top: 0;font-size: 1.4em;}
.uniForm div.news {margin: 0;border: 1px solid #ffa800;padding: 10px;clear: both;}
/*---------------------------------------*/
.captcha-image-frame {text-align: center;}
p.hint {
	color: #999;
	}

button,
input.button,
a.button {
	background: #000 url(../images/bg-button.gif) repeat-x 0 0;
	width: auto !important;
	color: #fff !important;
	font-size: .9em;
	padding: 4px 5px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #666 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
button:hover,
input.button:hover,
a.button:hover {
	background: #000;
	}

.uniForm select.date{width:70px;float:none;}

#blogForm label {
    width: 150px;
}

p.note {
	color:#777777;
	font-size:1.1em;
	font-weight:bold;
	margin: 10px 0 6px 0;
	background: #f2f2f2;
	padding: 5px 8px;
	border-bottom: 1px solid #CCCCCC;
}
p.asterisk {
	float: right;
	background:#F2F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	color:#777777;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:5px 8px;
}
#files_list .delete_text {
	font-size: 1.1em;
}

