.form_tabelle {
	width: 100%;
}

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


.error {
    color: #ffffff;
}

.form_title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #3f4450;	
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 8px;	
}

.form_label
{
	color: #ffffff;
	font-size: 11px;
	display: inline;
	font-weight: normal;
	visibility: visible;
	text-align: right;
}

.form_required
{
	color: #ffffff;
	font-weight: bold;
}
.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: 10px;
	color: #000000;
	background-color: #ffffff;
}


.form_button {
	margin-top: 10px;
	font-size: 10px;
	margin-right: 10px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}