label {
	width:					300px;
}
#text span, #text select {
	float:					left;
	clear:					both;
	margin:					0 0 5px 0;
}
.inputText {
	float:					left;
	width:					300px;
	margin:					0 0 10px 0;
	border:					1px solid ThreeDShadow;
	background:				#fff;
	color:					#000;
}
.radioLabel {
	float:					left;
	clear:					none;
	width:					auto;
	margin:					0;
}
.radio {
	float:					left;
	clear:					none;
	width:					30px;
	margin:					0;
}
.submit {
	float:					right;
	clear:					both;
	margin:					0 30px 40px 0;
}
