/* form elements (mostly on checkout pages) */
form {
	display:inline;
}
input, select {
	font-size:1em;
	vertical-align:middle;
}
radio, checkbox {
	vertical-align:middle;
	float:left;
	width:10%;
}
textarea {
	font-size:90%;
}
legend {
	font-weight:bold;
	padding-bottom:6px;
}
label {
	font-weight:normal;
}
/*fieldset {
	margin-bottom:1em;
	clear:both;
	padding:0;
}
fieldset label {
	float:left;
	width:33%;
}
fieldset div div {
	clear:none;
	float:left;
	width:33%;
}
fieldset div {
	clear:both;
}*/

/* other checkout classes */
.required {
	color:#f00;
	}
.dontFloat {
	float:none;
	width:auto;
}
.invisible {
	color:#fff;
}
