.form_tabelle {
	width: 100%;
}

.form_tabelle td
{
	padding: 0px;
	padding-bottom: 2px;
}

.form_tabelle td.labelcol {
	text-align: left;
}

div.error {
	border: 4px solid #f6ebc4;	
	padding: 16px;
	margin-bottom: 10px;
}

div.error h1 {
	margin-bottom: 4px;
	font-weight: bold;
    color: red;
}

.error {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;    
    color: red;
}

.form_title {
}

.form_label
{
	color: #3f6895;
	display: inline;
	font-weight: normal;
	visibility: visible;
	text-align: right;
}

.form_required
{
	color: #ab0f14;
	font-weight: bold;
}

hr {
    height: 1px;
    border: 0px;
    border-bottom: 1px dotted #8c5401;    
}

.form_string, .form_textarea, .form_email
{
	border-top: 1px solid #bdbba8;
	border-left: 1px solid #e1dfcc;
	border-right: 1px solid #e1dfcc;
	border-bottom: 1px solid #eeecd9;
	font-size: 11px;
	color: #000000;
	background-color: #fafafa;
}


.form_button {
	border-top: 1px solid #eeecd9;
	border-left: 1px solid #e1dfcc;
	border-right: 1px solid #bdbba8;
	border-bottom: 1px solid #bdbba8;
	background-color: #fafafa;	
	margin-top: 10px;
	margin-right: 10px;
	font-size: 11px;
}