form
{
margin: 0;
width: 35em;
}
form .fieldset
{
position: relative;
//height: 1px;
margin: 0;
border: 0 hidden;
padding: 0;
}
form .legend
{
display: block;
margin: 0 0 -0.5em 0;
padding: 0;
font-weight: bold;
}
form .row
{
position: relative;
z-index: 2;
//height: 1px;
margin: 1em 0 1.5em;
padding: 0;
width: 100%;
}
form .label
{
float: left;
display: inline;
width: 13em;
margin: 0 -13em 0 0;
padding: 0;
}
form .selector .label
{
float: none;
width: auto;
margin: 0;
}
form .wide .label
{
float: none;
width: auto;
margin-right: 0;
}
form .field
{
margin: 0 0 0 14em;
padding: 0;
}
form .wide .field
{
margin-left: 0 !important;
}
form .field .text
{
width: 100%;
}
form .field .no_choice
{
border: 0 hidden;
background: transparent;
}
form .field textarea
{
height: 7em; //height: 6.4em;
}
form .field textarea.text
{
overflow: visible;
}
form .field .presized
{
width: auto;
}

form .comment
, form .example
, form .valid_message
{
display: block;
text-decoration: none;
font-size: 0.89em;
}
form .valid_message
{
visibility: hidden;
}
form .invalid input
, form .invalid select
, form .invalid textarea
, form .invalid .valid_message
{
color: red;
}
form .valid input
, form .valid textarea
{
color: green;
}
form dl.required .label
, form div.required .legend
{
color: red;
}
form dl.required .label ins
, form div.required .legend ins
{
color: red;
text-decoration: none;
}
form .invisible
, .type_radio .field .disabled
, form dl.required-ok .label ins
, form div.required-ok .legend ins
, form dl.required-ok .label:after
, form div.required-ok .legend:after
{
content: '';
display: none;
}
form .type_date .field .disabled
, form dl.required .label ins
, form div.required .legend ins
{
display: inline;
}
.disabled label
{
opacity: 0.4;
}

form .repeat_template
{
background: #eeeeee;
}
form .repeat_control .button
{
padding: 0 0.25em;
margin: 0 ! important;
}
form .repeat_control
, form .required_message
{
clear: left;
position: absolute;
left: 100%; bottom: 0;
margin: 0; //margin-left: -7em;
padding: 0 0 0 0.5em;
white-space: nowrap;
}
form .required_message
{
z-index: 1;
padding: 0.25em 0.5em;
background: #eeeecc;
visibility: hidden
}
form.submitted .required .required_message,
form.submitted .invalid .valid_message
{
visibility: visible;
}
form .sheets div.sheet
, form .sheets strong.legend
{
visibility: hidden;
position: absolute;
right: 200%; bottom: 200%;
width: 0; height: 0;
z-index: 1;
}
form .sheets div.sheet.selected
, form .sheets strong.legend.selected
{
visibility: visible;
position: relative;
right: auto; bottom: auto;
width: 100%; height: auto;
z-index: 2;
}
form.tabs_sheet .sheets .sheets
{
width: 100%;
position: relative;
}
form.tabs_sheet .sheets .tabs
{
margin: 0 4em 0 0;
//width: 100%;
}
form.tabs_sheet .sheets div.sheet
{
clear: left;
}
form.tabs_sheet .sheets strong.legend
{
visibility: visible;
position: relative;
right: auto; bottom: auto;
float: left;
display: inline;
width: auto; height: auto;
margin: 0.2em -1px -2px 0;
border: 1px solid black;
padding: 0.15em 0.5em;
font-weight: normal;
cursor: default;
white-space: nowrap;
}
form.tabs_sheet .sheets strong.legend.selected
{
margin-top: 0; //margin-top: 1px;
border-bottom: 0 hidden;
padding-top: 0.25em;
padding-bottom: 0.25em;
font-weight: bold;
z-index: 3;
}
form.tabs_sheet .sheets div.sheet
{
width: 100%;
margin: 0 0 2em 0;
border: 1px solid black;
padding: 0;
}
form.tabs_sheet .sheets div.sheet .sheet_control
{
position: absolute;
right: 0; top: -2em;
height: 2em;
margin: -2px -1px 0 0;
}
form.tabs_sheet .sheets div.sheet .sheet_control input
{
width: 2em; height: 2em;
padding: 0;
}
form.tabs_sheet .sheets div.sheet .reducer
{
position: relative;
width: auto;
margin: 0 0.75em;
padding: 0;
}
form dl
{
margin: 0;
}
form input.wide
, form textarea.wide
, form textarea.HTML
{
width: 100%;
}
form .field .HTML
, form div.HTML
{
height: 5em;
}
form .field .small
, form textarea.small
{
height: 10em;
}
form .field .medium
, form textarea.medium
, form div.medium
{
height: 20em;
}
form .field .large
, form textarea.large
, form div.large
{
height: 29em;
}

.hide-disabled div.disabled {
	display: none;	
}


/* alpha */

.selector {
	position: relative;
	margin-bottom: 0.5em;
}

.selector input {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
//	margin-left: -3px;
}

.selector label {
	margin-left: 18px;
	padding-top: 2px;
}

.for_combobox .combo-list {
	position: absolute;
	left: 14em;
	top: 100%;		
	width: 15em;	
	visibility: hidden;
}

form .combo-field-active {
	z-index: 1000;
}

.combo-field-active .combo-list {		
	visibility: visible;
}

.slider {
	top: 1em;
}


.no-input .selector input {
	position: absolute;
	left: -10000px;
}

.no-input .selector label {
	margin-left: 0;
}