form {
	display:block;
	padding:0;
	margin:0 5px 0 0;
	width:90%;
		font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding:0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}



fieldset {
	padding:0;
	margin:0px;
	border:none;
	font-weight: normal;

}

button  {
	text-shadow:1px 1px 1px #666;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	width: auto;
	color: #CCC;
	float: right;
	border: none;
	padding: 0 3px 0 3px;
	background-image: url(menu3.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:10px;
	cursor: default;
}

button:hover  {
	color: #FAFAFA;
	border: none;
	background-image: url(menu3aktiv.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
}

input, textarea {
	color: #333;
	background-color:#ffffff;
	border: none;
	outline: none;
	padding: 5px;
	border: 1px solid;
	border-color: #e0e0e0;
	font-weight: normal;
    cursor: pointer;
}

input[type=text] {
	width: 90%;
	max-width: 270px;
	min-width: 270px;
}

textarea {
	width: 100%;
	max-width: 270px;
	min-width: 270px;
	max-height: 300px;

}

.active_field {
	color: #999;
	background-color: #BBDEED;
	border-color: #8CC4DB;
}