	fieldset {width: 260px;
/*			 margin: 10px auto 10px auto; */
			 margin: 0px 0px 15px 0px;
			 display: block;
			 font-size: 11px; 
			 border: 1px solid #777777;
			 clear: both;
			 padding: 5px 10px 10px 10px;
			}
			
   legend {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 5px; /*
			text-transform: uppercase;
			background: #b7b1d5;
		   border-right-width: 2px;
		   border-bottom-width: 2px;
*/
	/* border: 1px solid #c0c0c0;*/
	margin-bottom: 0px;
	font-weight: bold;
}

   label {margin: 5px 0;} 
	.contactdata label {
	font-size: 10px;
	
/*   display: block;
						width: 70px;
						float: left;
*/
}
/*					
	.requestdata label {display: block;
				    width: 80px;
				    float: left;
				   }
*/					
					
	.privacydata label {display: block;
				    width: 5em;
				    float: left;
				   }					
					   
   fieldset input, fieldset textarea, fieldset select {
	margin: 0px 0 3px 0;
	border: 1px solid #c0c0c0;
	background: white;
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:250px;
}  

					
/*   input:active, input:focus, input:hover { background: #E8EBDF;}*/
   
   .buttons {text-align: center;}
	
	#offer_form{
		float:left;
	}
	#offer_info{
		padding:5px 5px;
		margin-left:290px;
	}
	#submit_offer{
	width: auto;
}