
.inquiry { margin: 30px 0; }
	.inquiry.insertion, .inquiry.insertion input { font-size: 0.9em; }
	.inquiry p.question { font-size: 1em; font-weight: bold; }
	.inquiry input.text { width: 98%; }
	.inquiry textarea { width:98%; height: 70px; }
	
	.inquiry label { display: block; margin: 10px 0 5px; position: relative; padding-left: 25px; }
		.inquiry label input { position: absolute; left: 5px; top: -2px; margin: 0; }
		.inquiry label input.other { position: static; margin-left: 10px;}
		.inquiry label input, x:-moz-any-link { top: 2px; }
		*+html .inquiry label input { top: -2px; }
		* html .inquiry label input { left: -20px; }
