#anfrage{
	border: 0 none;
}
#anfrage textarea{
	width:203px;	
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

label {font-size:11px; font-weight:bold; color:#666;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:240px; line-height:25px; margin:0 0 10px 0;}

fieldset{
	border: 0;
	margin: 0 auto;
	padding: 0;
	width:500px;
}

input, textarea, select{
  /*color:#565656;
  background-color:#f5f5f5;*/
  color:#FFF;
  background-color:#666;
  border: #666 1px solid;
  
}

.error{
	background-image:url('../bilder/exclamation.png');
	background-repeat:no-repeat;
	padding-left: 20px;
	display:none;
}




