/***********
FIELDSETS
***********/
fieldset {
	border: none;
}
fieldset.create_login {
	margin-bottom: 12px;
}
fieldset.shipping_address, fieldset.billing_address {
	float: left;
}
fieldset.shipping_address {
	border-right: 1px solid #000;
	padding-right: 18px;
	margin-right: 18px;
}
fieldset.submit {
	text-align: right;
	clear: both;
	padding: 0 24px;
}

/*********
LEGENDS AND ULS
*********/
legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000;
}
fieldset ul {
	list-style-type: none;
	margin-left: 12px;
}
fieldset li {
	margin-bottom: 6px;
	clear: both;
}
#login li.submit {
	padding-left: 100px;
}

/***********
LABELS
***********/
label {
	display: block;
	float: left;
	width: 120px;
	padding-top: 2px;
}
.optional, label {
	font-style: italic;
}
.create_login label {
	width: 170px;
}
.payment label {
	width: 144px;
}
#login label {
	width: 100px;
}
label.radio {
	display: inline;
	float: none;
	width: auto;
	font-style: normal;
}
#login label.login {
	padding-left: 18px;
	width: 82px;
	
}
#wholesale-app label {
	width: 140px;
}

/****************
INPUTS and SELECTS
****************/
select option {
	padding: 0px 2px;
}
.input-text {
	width: 200px;
}
.input-email {
	width: 240px;
}
.input-password {
	background-image: url(/images/interface/pwd.gif);
}
.qty {
	width: 28px;
}

/************
MISC
************/
.note {
	margin-left: 140px;
	font-size: 10px;
}
.required {
	font-style: normal;
	font-weight: bold;
}
.error {
	color: #8F0000;
}
