/* form elements (mostly on checkout pages) */
form {
	display:inline;
}
input, select {
	font-size:100%;
	vertical-align:middle;
}
radio, checkbox {
	vertical-align:middle;
	float:left;
	width:10%;
}
textarea {
	font-family:tahoma;
	font-size:100%;
}
legend {
	font-weight:bold;
	padding-bottom:6px;
}
label {
	font-weight:normal;
}
fieldset {
	clear:both;
	padding:6px;
	margin:0;
}
fieldset label {
	width:30%;
}
fieldset.loginfield label {
	float:left;
	width:30%;
}
fieldset.defaultForm label {
	float:left;
	width:15%;
}
fieldset.defaultForm div{
	margin-bottom:5px;
}
fieldset.regisForm label {
	float:left;
	width:18%;
}
fieldset.regisForm div{
	margin-bottom:5px;
}
fieldset.regisForm div.regisField{
	float:left;
	width:290px;
}
fieldset.regisForm div.carField{
	float:left;
	width:195px;
}
fieldset.regisForm div.favField{
	float:left;
	width:198px;
}

fieldset.resumeForm div{
	margin-bottom:5px;
}
fieldset.resumeForm label {
 	float:left;
	width:20%;
}

fieldset div div {
	clear:none;
	float:left;
	width:30%;
}
fieldset div {
	clear:both;
}
select{
	width:148px;
	margin-top:1px;
	margin-bottom:1px;
}

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