@charset "UTF-8";

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



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

/* remember: IE6 ignores [type=] + hover + focus! */
form {
	margin:0;
	padding:0;
	font:normal 11px/14px Arial,Helvetica,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 {/* IE6 ignores select, uses option */
	border:1px solid #676767;
	background:white;
	font:normal 11px/14px Arial,Helvetica,sans-serif;
	color:black;
}
input[type=text], input[type=password], input[type=file], textarea {
	border:1px solid #676767;
	background:white;
	color:black;
}
input[type=checkbox] {
	border:none;
	background:white;
	color:black;
}
input[type=radio] {
	margin:0 10px 0 0;
}
option {
	border:1px solid #e7e8e8;
	background:#e7e8e8;
	color:black;
}
input[type=submit], input[type=button] {
	border:1px solid #676767;
	background:#676767;
	color:white;
	cursor:pointer;
}
input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover, select:focus {
	border:1px solid #676767;
	background:#e7e8e8;
	color:black;
}
input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus {
	border:1px solid #e7e8e8;
	background:#e7e8e8;
	color:black;
}
input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
	border:1px solid #bbbbbb;
	background:#bbbbbb;
	color:black;
}
fieldset {
	margin:0;
	padding:0;
}
label, legend {
	margin:0;
	padding:0;
	color:#676767;
}

div.comment {
	text-align:left;
	font:normal 11px/14px Arial,Helvetica,sans-serif;
	color:#676767;
	padding:5px 0 5px 220px;
}
div.label {
	float:left;
	width:210px;
	padding:0 10px 0 0;
	text-align:right;
	font-weight:bold;
}
div.label.required {
	width:214px;
	padding:0 6px 0 0;
}
div.field {
	float:left;
	width:250px;
	margin:0 0 2px 0;
}
div.field.required {margin:0;}
div.field input[type=text], div.field input[type=password], div.field input[type=file] {width:240px;}
div.field textarea {width:242px;}