label, input, select {
	display: block; 
	width: 147px;
	float: left; 
	margin-bottom: 9px;
}

label {
	text-align: right; 
	width: 147px;
	padding-right: 7px;
	font: italic 12px/130% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

select {
	width: auto;
}

fieldset {
	margin-bottom: 14px;
	width: 410px;/**/
	clear: both;
}

#radios label {
	width: 111px;
}

br {
	clear: left;
}

.button {
	display: block;
	width: 77px;
	float: left;
	margin-left: 89px;
}

.examples {
	font-size: 9px;
	vertical-align: middle;
}

#amount {
	display: inline;
	width: 17px;
}

.hide {
	display: none;
	width: 11px;	
}

#space {
padding: 33px 0 33px 0;
}

.check {
	width: 13px;
}

.wideLabel {
	width: 222px;
}