form {
	margin:0;
	padding:0;
}

#form-module {
	width:100%;
	float:left;
}

fieldset {
	margin:0 0 10px 0;
	padding:0;
	border:0;	
}

fieldset label {
	display:block;
	width:80px;
	float:left;	
	margin:0;
	padding:5px 0 0 0;
}

fieldset input, select {
	width:140px;
	float:left;
	border: 1px #656565 solid;
	background-color: #ebebeb;
	height:18px;	
	margin:0 0 10px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #626262;
}

fieldset input:focus {
	background-color: #ffffff;
}

fieldset input:active {
	background-color: #ffffff;
}

fieldset input:hover {
	background-color: #ffffff;
}


fieldset input.upload {
	width:270px;
	border: 1px #656565 solid;
	background-color: #ebebeb;
	height:22px;
	float:none;	
}

fieldset input.upload:hover {
	background-color: #ffffff;
}


textarea {
	border: 1px #656565 solid;
	background-color: #ebebeb;
	height:80px;
	width:390px;
	margin:0 0 10px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #626262;
}

textarea:focus {
	background-color: #ffffff;
}

textarea:active {
	background-color: #ffffff;
}

textarea:hover {
	background-color: #ffffff;
}


label {
	display:block;
	width:80px;
	float:left;	
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}

input.upload {
	border: 1px #656565 solid;
	background-color: #ebebeb;
	height:22px;
	float:left;	
	margin:0 0 10px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #626262;

}

input.focus {
	background-color: #ffffff;
}

input.active {
	background-color: #ffffff;
}

input.hover {
	background-color: #ffffff;
}



select.position {
	width:60px;
	padding:2px 0 0 0;
	margin:0 0 10px 10px;
	border: 1px #656565 solid;
	background-color: #ebebeb;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	height:20px;	
}

select.position:hover {
	background-color: #ffffff;
}

input.check {
	border:0;
	background:#ffffff;
	width:80px;
	padding:0;
	margin:0;
}

legend {
	display:none;
}

input.submit_std {
	margin:0 0 0 80px;
}

#legende {
	width: 120px;
	border: 1px #656565 solid;
	background-color: #ebebeb;
	padding:10px;

}

input.submit {
	border: 1px #656565 solid;
	background-color: #ebebeb;
	height:22px;	
	margin:0 0 10px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #626262;
	width:140px;
}

input.submit:hover {
	background-color:#ffffff;
	}  
