@charset "UTF-8";

	/*******************************
	* WASABI TPLS                  *
	*******************************/



/*	+++++++++++++++++++++
	+++ FORM-ELEMENTS +++
	+++++++++++++++++++++ */

/* [type=] + hover + focus funzen nicht im IE6! */
form {
	margin:0;
	padding:0;
	font:normal 11px/14px Tahoma,sans-serif;
	color:black;
}
input {
	margin:0;
	padding:1px 3px;
}
input[type=text], input[type=password], input[type=file] {
	padding:2px 4px;
}
textarea {
	margin:0;
	padding:3px;
}
input, textarea, select {/* im IE6 wirkt sich nur option aus, nicht select. */
	border:1px solid #fff4c2;
	background:#fff4c2;
	font:normal 11px/14px Tahoma,sans-serif;
	color:black;
}
input[type=text], input[type=password], input[type=file], textarea {
	border:1px solid #fff4c2;
	background:#fff4c2;
	color:black;
}
input[type=checkbox] {
	border:none;
	background:white;
	color:black;
}
input[type=radio] {
	margin:0 10px 0 0;
}
option {
	border:1px solid #fff4c2;
	background:#fff4c2;
	color:black;
}
input[type=submit], input[type=button] {
	border:1px solid #ffd543;
	background:#ffd543;
	color:black;
	cursor:pointer;
}
input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover, select:focus {
	border:1px solid #ffd543;
	background:#fff4c2;
	color:black;
}
input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus {
	border:1px solid #ffd543;
	background:white;
	color:black;
}
input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
	border:1px solid #ffd543;
	background:#fff4c2;
	color:black;
}
fieldset {
	margin:0;
	padding:0;
}
label, legend {
	margin:0;
	padding:0;
	color:#595959;
}

div.comment {
	text-align:center;
	font:normal 11px/14px Tahoma,sans-serif;
	color:#595959;
	padding:5px 0;
}
div.label {
	float:left;
	width:210px;
	padding:0 10px 0 0;
	text-align:right;
}
div.label_required {
	float:left;
	width:214px;
	padding:0 6px 0 0;
	text-align:right;
}
div.field {
	float:left;
	width:250px;
	margin:0 0 5px 0;
}
div.field_required {
	float:left;
	width:250px;
}
div.field input[type=text], div.field input[type=password], div.field input[type=file], 
div.field_required input[type=text], div.field_required input[type=password], div.field_required input[type=file] {
	width:240px;
}
div.field textarea, 
div.field_required textarea {
	width:242px;
}