/*
  -----------------------------------
 FORM.css
  -----------------------------------
*/
/*fix default browserspaces between elements*/
* {
	padding:0px;
	margin-top:0px;
}
/*body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
}
 */
formtextfett {
	font-size: 13px;
	font-weight:bold;
	background:#d4d4d4;
	padding:5px;
	/*border-bottom: 1px dotted #333;*/
	/*margin-bottom:10px;*/
}
formtext {
	font-size: 13px;
	font-weight:normal;
	background:#d4d4d4;
	display:block;
	padding:5px;
	/*border-bottom: 1px dotted #333;*/
	/*margin-bottom:10px;*/
}
/*a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}*/
label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:2px;
	padding-left:0px;
}
input, textarea, select {
	float:left;
	display:block;
	width:300px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #006363;
	font-size: 11px;
	margin-bottom:10px;
	padding:1px;
}
 
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 
form {
	background:#EFEFEF;
	width:300px;
	border: 1px dotted #333;
}
.form-button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}
.option {
	border:none;
	background:none;
	width:auto;
}
fieldset {
	border:none;
	padding-left:100px;
	padding-bottom:10px;
	display:block;
	clear:both;
}
fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}