/* CSS Document */
#RegBasicDetails label, #RegLoginDetails label, #changeDelivery label, #changeBilling label {
	width: 150px;
	float: left;
	padding-left: 10px;
	line-height: 200%;
}
#RegBasicDetails br, #RegLoginDetails br, #changeDelivery br, #changeBilling br {clear: left;}
#buttonRetrieve, #buttonUpdateDelivery, #buttonUpdateBilling { margin-left: 160px;}
#passwordSuccess {
	border: 1px solid #363;
	background: #E6E9D5;
	padding: 0px 10px 10px 10px;
	margin-top: 20px;
}
#passwordSuccess strong, #passwordSuccess a { color: #363;}
#passwordError {
	border: 1px solid #F60;
	background:#FED;
	padding: 0px 10px 10px 10px;
	margin-top: 20px;
}
#passwordError strong, #passwordError a { color: #F60;}
#deliveryOptions label, #billingOptions label {
	float: none;
	line-height: 200%;
}
#deliveryOptions input, #billingOptions input {
	margin-left: 5px;
}


