@CHARSET "utf-8";

div .formQuestion {
		width:330px;
		height:35px;
		position:relative;
		float:left;
		margin:0px;
	}
	.formQuestion .question {
			width:100px;
			position:relative;
			float:left;
			margin-top:10px;
			left:15px;
			
			font-weight:bold;
			font-size:10px;
		}
		
		.formQuestion .input {
			position:relative;
			float:left;
			margin-top:5px;
		}
			.input input {
				width:200px;
			}
			.input select {
				width:200px;
			}