/*** Global
*********************************************************/
table.form {
	width: 630px;
	/*margin-left:3em;*/
	margin-top:1em;
	background: none;
}

div.content_inner table.form {
	margin-bottom: 1em;
}

table.form td {
	padding: 0;
	background-color: none;
}

div.content_inner table.form td {background: none; border: none;}

table.form td.label {
	width: 170px;
	padding: 7px 0px 7px 0;
	vertical-align: top;
	font-size: 1em;
}

table.form td.button {
	border: none;
}

table.form td.input {
	padding:0;
	padding-bottom: 7px;
	padding-left: 7px;
	vertical-align: middle;
	text-align:left;
}

table.form td.input .form_float_ele {
/*	float: left;*/
	margin-right: 0px;
	margin-top:3px;
	text-align: left;
	/*font-size: 0.84em;*/
}

table.form td.label div {
	/*height:23px;*/
}

table.form label span.required {
	color: #f00;
	font-size:1em;
	margin-left:0.1em;
}

table.form label sup.required {
	color: #f00;
	font-size:1em;
	margin-left:0.1em;
}

table.form td.label div.description {
	font-size: 0.84em;
	margin-top: 5px;
}

table.form td.input div.description {
	font-size: 0.7em;
	padding-top: 5px;
	clear: both;
}

table.form div.description code {
	font-size: 1.1em;
	background-color: #e7e7e7;
}

div.field_error_message {
	float: left;
	margin-top: 0px;
	margin-left:1.5em;
	color: #fff;
	font-size: 0.7em;
}

div.buttons {
	margin-top: 0px;
	padding-bottom: 10px;
	height:15px;
/*	border-top: 2px solid #ccc;*/
	text-align:right;
}

table.form input,
table.form textarea,
table.form select {
	cursor: text;
}

div.buttons input {
	cursor: pointer;
}

table.form a {
	cursor: pointer;
}

div.form_result_success {
	font-size:0.9em;
	margin-top:1em;
}

div.form_result_error {
	font-size:0.9em;
	margin-top:1em;
}

div.content_inner table.chooser_item {margin-bottom:0;}

div.content_inner table.form_date,
div.content_inner table.form_phone
{margin-bottom:0;}

div.content_inner table.chooser_item td.chooser_label {vertical-align: top;}
div.content_inner table.chooser_item td,
div.content_inner table.form_date td,
div.content_inner table.form_phone td
{
	padding-right: 0;
	padding-left: 0;
}

.playground {text-align:center; position:relative; height:45px}
.result_value {font-weight:bold; position:relative; top:2px}
.chooser_item input {position:relative; top:-1px}
/*input.string {width:250px!important; margin-right:10px}*/

table.form td div.subgroup_title {
	color:#9BDE59;
	font-weight: bold;
	position:absolute;
	left: 20px;
	top: -8px;
	background-color:#FFFFFF;
	padding:0 0.5em;
}

/*** Fields
*********************************************************/
table.form_name td {
	vertical-align: bottom;
}

table.form_name td.first_name {
	padding: 0 0.5em;
}

table.form_name td.last_name input,
table.form_name td.first_name input,
table.form_name td.patronymic_name input {
	width: 10em;
}

table.form_name label {
	/*font-size: 0.84em;*/
}

table.form_password td.check {
	padding-left: 0.5em;
}

table.form_password td.password input,
table.form_password td.check input {
	width: 10em;
}

table.form_password label {
	font-size: 0.7em;
}

table.form_phone td.code {
	padding-right: 0.5em;
}

table.form_phone td.code input {
	width: 3.5em;
	text-align: right;
}

table.form_phone td.number input {
	width: 100px;
}

table.form_phone label {
	font-size: 0.84em;
}

input, select {
	/*border:1px solid #a39c8e;*/
	/*color:#715f59;*/
}

/*input.png, table.chooser_item td input {border:none;}*/
input.png {border:none;}

input.string {
	width: 450px;
}

input.folder,
input.email,
input.uri {
	width: 450px;
}

input.file {
	width: 16em;
}

input.word {
	width: 100px;
	padding-right:2px;
}

select.simple {
	width: 20.6em;
}

table.chooser_item {
	float: left;
	margin: 0 1em 0.5em 0;
}

table.chooser_item td {
	vertical-align: top;
}

table.chooser_item td.chooser_label {
	padding: 0.5em 0 0.25em 0.25em;
	/*font-size: 0.84em;*/
}

div.content_inner table.chooser_item td.chooser_label input {
	width:100px;
	margin-left:10px;
	display: none;
}

textarea.text,
textarea.short_text,
textarea.large_text,
textarea.wysiwyg,
textarea.simple_wysiwyg {
	width: 450px;
	height: 100px;
	color:#00;
	/*border:1px solid #a39c8e;*/
}

textarea.short_text {
	height: 60px;
}

textarea.large_text {
	height: 150px;
}

textarea.wysiwyg {
	height: 250px;
}

textarea.simple_wysiwyg {
	height: 125px;
}

table.form_date td.day input,
table.form_date td.month input,
table.form_date td.hours input,
table.form_date td.minutes input {
	width: 25px;
	text-align: center;
}

table.form_date td.year input {
	text-align: center;
	width: 100px;
}

table.form_date td.date_separator,
table.form_date td.datetime_separator,
table.form_date td.time_separator {
	font-size: 0.8em;
	padding: 0 3px;
	color: #666;
}

table.form_date td.date_separator {
	padding-top: 1px;
}

table.form_date td.datetime_separator {
	padding-right: 10px;
}

.form_calendar input {
	float: right;
	width: 90px;
}

.form_calendar button {
	float: right;
	margin-left: 5px;
	height:20px;
	width:40px;
}

div.field_image {
	float: left;
	margin: 0 20px 10px 0;
}

div.field_image_params {
	float: left;
	padding: 0 10px 10px 0;
}

div.field_image_replace {
	font-size: 0.84em;
	padding-top: 5px;
	clear: left;
}

input.year {
	width: 5em;
	text-align: right;
}

input.integer {
	width: 5em;
	text-align: left;
	float: left;
}

td.multiple {
	vertical-align: top;
	padding: 0 10px 5px 10px !important;
	font-size: 0.84em;
}

td.multiple table.chooser_item {
	margin: 0;
}

td.multiple table.chooser_item td.chooser_label {
	padding-top: 3px;
}

td.multiple_small table.chooser_item td.chooser_label {
	font-size: 0.7em;
}


/*** Groups
*********************************************************/
div.content_inner table.form_group_tabs {
	margin-bottom: 30px;
}

div.content_inner table.form_group_tabs td {
	padding: 0 10px 15px 20px;
	border: none;
	/*font-size: 0.7em;*/
	background: url('/f/tabs_bottom_border.gif') repeat-x bottom;
}

div.content_inner table.form_group_tabs td.first {
	/*padding-left: 0;*/
}

div.content_inner table.form_group_tabs a {
	color:#1A725A;
	cursor: pointer;
	/*padding-left:20px;*/
	position:relative;
	text-align:left;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}

div.content_inner table.form_group_tabs a span {
	font-size:2em;
	left:-20px;
	position:absolute;
	top:-4px;
}

div.content_inner table.form_group_tabs td.selected {
	background-image: url('/f/tabs_bottom_border_selected.gif');
}

div.content_inner table.form_group_tabs td.selected a {
	color:#AA3344;
	cursor: text;
	/*padding-left:20px;*/
	position:relative;
	text-align:left;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}


/*** Files
*********************************************************/
table.form_files {
	clear: both;
}

table.form_files td {
	padding-top: 5px;
}

table.form_files td.system {
	cursor: pointer;
	padding-right: 10px;
}

div.add_files {
	border-bottom: 1px dashed #000;
	cursor: pointer;
	font-size: 0.8em;
	float: left;
}

div.add_files_description {
	font-size: 0.7em;
	padding-top: 5px;
	clear: both;
	display: none;
}

div.files {
	clear: both;
	padding-top: 20px;
}

div.files div.file {
	margin: 10px 10px 0 0;
	font-size: 0.84em;
	float: left;
	color: #999;
}

div.files div.file span {
	cursor: pointer;
	color: #000;
}


/*** Element tree
*********************************************************/
div.tree {
	font-size: 0.7em;
	clear: left;
}

table.tree {
	width: 100%;
}

table.tree td {
	vertical-align: top;
}

table.tree td.tree_icon {
	width: 1%;
	padding: 5px 5px 0 0;
}

table.tree td.tree_input {
	width: 1%;
	padding-right: 5px;
}

table.tree td.tree_title {
	padding-top: 3px;
	font-size: 0.7em;
}

table.tree a {
	cursor: pointer;
}

a.tree_switcher {
	display: block;
	margin: 2px 0 10px 0;
	float: left;
	border-bottom: 1px dashed #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 0.84em;
}

div.tree_subitems {
	margin-left: 14px;
	display: none;
}

div.sort_item {
	cursor: move;
}

div.sort_item a {
	cursor: pointer;
}

/*.content_inner form table td {border-bottom:1px solid #E9F4D2!important}
.content_inner form table td td {border-bottom:0!important}*/

div.other_city {margin-top:0.5em;}
div.other_city input {width:100px;}
.kcaptcha {
	width:150px;
}

#selector_quality_theme {
	width:400px;
}