/*
#################################################################################################
###
### uniBox 2.0 (winterspring)
### (c) Media Soma GbR
###
### 0.1     31.03.2005  jn      1st release
###
#################################################################################################
*/

/* ---------------------------------------------------------------- */
/* form containers
/* ---------------------------------------------------------------- */

.form_container
{
	clear: left;
	padding: 0.3em 0em;
}

.form_label
{
	width: 20em;
	float: left;
	padding-top: 0.15em;
}

.form_error
{
	color: #830101;
	font-weight: bold;
}

.form_input
{
	float: left;
}

.form_container_radio
{
	float: left;
	padding-right: 0.5em;
}

.form_container_checkbox
{
	float: left;
	padding-right: 0.5em;
}

.form_container_buttons
{
	padding-top: 0.3em;
	padding-bottom: 1em;
}

.buttons_indent_fieldset
{
	padding-left: 20.9em;
}

* html .buttons_indent_fieldset
{
	padding-left: 21em;
}

.buttons_indent_no_fieldset
{
	padding-left: 19.9em;
}

* html .buttons_indent_no_fieldset
{
	padding-left: 20em;
}

.buttons_no_indent
{
	padding-left: 0em;
}

/* ---------------------------------------------------------------- */
/* input types */
/* ---------------------------------------------------------------- */

.form_fieldset
{
	margin: 0.3em;
	padding: 0.6em;
	border: 1px solid #4B4B4B;
}

.form_legend
{
	font-weight: bold;
	color: #4B4B4B;
}

.form_input_text, .form_input_password, .form_input_file, .form_input_textarea
{
	font-size: 1em;
	border: 1px inset #4B4B4B;
	color: #4B4B4B;
	padding: 1px 2px;
}

textarea.editor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.form_input_checkbox
{
	border: 0px;
}

* html .form_input_checkbox
{
	margin-left: -4px;
}

.form_input_checkbox_multi
{
	vertical-align: middle;
	margin: 2px 0px;
}

* html .form_input_checkbox_multi
{
	margin: -2px 0px;
}

.form_input_radio
{
	vertical-align: middle;
	margin: 2px 0px;
}

* html .form_input_radio
{
	margin: -2px 0px;
}

.form_input_select
{
	border: 1px inset #4B4B4B;
	color: #4B4B4B;
	padding: 1px;
}

.form_input_select option
{
	padding-right: 1em;
}

.form_input_select optgroup option
{
	padding-left: 2em;
}

.form_input_submit
{
	margin-right: 1em;
	background-color: #FFFFFF;
	border: 1px outset #4B4B4B;
	color: #4B4B4B;
	padding: 0em 0.5em;
}

.form_input_cancel
{
	margin-right: 1em;
	background-color: #FFFFFF;
	border: 1px outset #4B4B4B;
	color: #4B4B4B;
	padding: 0em 0.5em;
}

.form_input_disabled
{
	color: #AAAAAA;
}

div.form_comment
{
	float: left;
}

span.form_comment
{
	padding-left: 1em;
	line-height: 1.5em;
}

div.form_comment_clear
{
	height: 1em;
}

* html div.form_comment_clear
{
	height: 1.5em;
}
