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 #a9a9a9 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 #a9a9a9 solid;
	background-color: #ebebeb;
	height:22px;
	float:none;	
}

fieldset input.upload:hover {
	background-color: #ffffff;
}


textarea {
	border: 1px #a9a9a9 solid;
	background-color: #ebebeb;
	height:80px;
	width:250px;
	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 #a9a9a9 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 #a9a9a9 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 #a9a9a9 solid;
	background-color: #ebebeb;
	padding:10px;

}

input.submit {
	border: 1px #a9a9a9 solid;
	background-color: #ebebeb;
	height:24px;	
	margin:0 0 10px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #626262;
	width:140px;
}

input.submit:hover {
	background-color:#ffffff;
	}


#icons input {
	width:175px;
	border: 1px solid #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	font-size:11px;
	font-style:italic;
	height: 16px;
	font-weight:bold;	
	padding: 2px 0 0 2px;
	margin: 0 3px 0 0;
	float:left;
}

#icons input.submit {
	background: url(arrow.gif) no-repeat;	
	width:24px;
	height:20px;
	border:0;
	float:left;
	}

#icons input.submit:hover {

cursor:pointer;
}

	