form.searchform {
}


input.searchfield {
	width: 120px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #868686;
	border-left-color: #b6b6b6;
	border-right-color: #b6b6b6;	
	border-bottom-color: #e1e1e1;
	margin: 0px;
	display: block;
	float: right;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 3px;
	padding-bottom: 0px;	
	padding-left: 8px;
}

input.searchbutton {
	margin-left: 12px;
	display: block;
	float: right;
	width: 56px;
}




.form_tabelle td {
	padding: 0px;
}

.form_tabelle td.labelcol {
	vertical-align: top;
	padding-right: 10px;
}

.form_tabelle td.fieldcol {
	text-align: left;
	vertical-align: top;	 
	padding-bottom: 8px;
}

div.error {
	margin-bottom: 20px;
	background-color: #fff2e5;
	border: 1px solid #fa9c3d;
	padding-left: 22px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 22px;
    color: #333;
}

div.error ul {
	margin-top: 0px;
}
div.error ul li {
	margin-bottom: 10px;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 20px;
}

div.error h3 {
	margin-bottom: 12px;
    font-size: 16px;
    color: #001c5a;
	font-weight: bold;
	padding-bottom: 0px;
}


.form_title {
}

.form_label {
	display: inline;
	font-weight: normal;
	visibility: visible;
}

.form_required {
	color: red;
	font-weight: bold;
}

hr {
    height: 1px;
    border: 0px;
    border-bottom: 1px solid #001c5a;    
}

.form_string, .form_textarea, .form_email, .form_select
{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #868686;
	border-left-color: #b6b6b6;
	border-right-color: #b6b6b6;	
	border-bottom-color: #e1e1e1;
	color: #333;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;	
}


.form_button {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #c7c7c7;
	font-size: 10px;
	background-color: #0a235c;
	background-image: url('/images/button_bg.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
}

table.form_tabelle .form_button {
	margin-top: 1em;
}

.formbuttonrow {
	text-align: center;
}

tr.rowerror td label {

}

tr.rowerror input {
	background-color: #fff2e5;	
}

 