@CHARSET "ISO-8859-1";

/**
 *
 */
.econ_error {
	color: red;
}

/**
 * Econ_View_Form 
 */
.econ_view_html_form_table td {
	vertical-align: top;
	padding-bottom: 6px;
}

.econ_view_html_form_errors {
	margin-top: 4px;
}

.econ_view_html_form_label {
	width: 150px;
	font-weight: normal;
	font-size: 11px;
	color: #ff0090;
}

.econ_view_html_form_nofield {
	
}

.econ_view_html_form_field_textinput,.econ_view_html_form_field_password
	{
	border: 1px solid #ccc;
	padding: 2px;
	color: #000;
	font-family: Tahoma;
	font-size: 13px;
	width: 200px;
}

.econ_view_html_form_field_text {
	border: 1px solid #ccc;
	padding: 2px;
	color: #000;
	font-family: Tahoma;
	font-size: 13px;
	width: 350px;
	height: 200px;
}

.econ_view_html_form_field_submit,.econ_view_html_form_field_cancel {
	border-style: solid;
	border-width: 1px;
	color: white;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
}

.econ_view_html_form_field_submit {
	background-color: #00a5cf;
	border-color: #00b3e1 #006882 #006882 #00b3e1;
}

.econ_view_html_form_field_cancel {
	background-color: #615949;
	border-color: #615949 #474135 #474135 #615949;
}

.econ_view_html_form_field_select {
	width: 200px;
}

.econ_view_html_form_field_multipleselect {
	width: 300px;
}

.econ_view_html_form_field_file_box {
	width: 400px;
	border: 1px solid #9e9a92;
}

.econ_view_html_form_field_file_box_title {
	background: #d4d0c8;
	border-bottom: 1px solid #9e9a92;
	padding: 4px;
}

.econ_view_html_form_field_file_box_uploadfield,.econ_view_html_form_field_file_box_files
	{
	background-color: white;
}

.econ_view_html_form_field_file_box_uploadfield {
	padding: 4px;
	border-bottom: 1px solid #9e9a92;
}

.econ_view_html_form_field_file_box_files {
	
}

.econ_view_html_form_field_file_box_file,.econ_view_html_form_field_file_box_file_last
	{
	padding: 4px;
}

.econ_view_html_form_field_file_box_file {
	border-bottom: 1px solid #9e9a92;
}

.econ_view_html_form_field_file_box_file_last {
	border-bottom: 0;
}

.econ_view_html_form_field_file_unknown {
	background: url('../images/gui/filetypes/document.gif') no-repeat;
	height: 40px;
	padding-left: 20px;
	margin-top: 4px;
	float: left;
}


