@charset "utf-8";
/* CSS Document */

/*****Checkout & Account Forms*****/
/*General*/
ul#formLinks,
ul#accountUpdate {
	margin: 0;
	list-style: none;
}
ul#formLinks li,
ul#accountUpdate li {
	margin: 0 0 10px 0;
}
.annotation {
	font-size: 10px;
	font-weight: normal;
}

/*Checkout Forms*/
form.checkoutForm {
}
form.accountForm {
}
form.checkoutForm label,
form.accountForm label {
	width: 50%;
	display: block;
	float: left;
}
form.checkoutForm input,
form.accountForm input,
form.checkoutForm textarea,
form.accountForm textarea,
form.checkoutForm select,
form.accountForm select {
	width: 200px;
	float: left;
}
form.checkoutForm p,
form.accountForm p {
	clear: left;
}
ul#formLinks {
	clear: left;
}
/*Checkout Stage 3*/
form#selectdeliveryaddress label,
form#selectbillingaddress label,
form#gatewayselectionform label {
	width: auto;
	display: inline;
	float: none;
}
form#selectdeliveryaddress input,
form#selectbillingaddress input,
form#gatewayselectionform imput {
	width: inherit;
	margin: 0 5px 10px 0;
	float: none;
}
.addressName {
	font-weight: bold;
}
form#selectdeliveryaddress a.buttonEditAddress,
form#selectbillingaddress a.buttonEditAddress  {
	width: auto;
	height: auto;
	display: inline;
	color: #0053a1;
	line-height: inherit;
	text-align: left;
	text-decoration: underline;
	background: none;
}
