/*
	Addition: 2006-11-28
	Author:   Emanuele Fabrizio
	Comment:  Website Payments Standard flows - BuyNow, Cart, Subscriptions, Donations
*/
/* CSC: display on its own line */
div.csc, div.exp-date {
	float: none;
	clear: both;
	width: auto;
	text-align: left;
}
div.csc {
	width: 39em !important;
}
div.csc label {
	width: 14.6em !important;
	_width: 14.8em !important;
}
div.csc input {
	width: 2.5em !important;
	float: left;
	margin-right:7px;
}
/* End - CSC: display on its own line */

/* Zip code: needs its own line */
div.postal-code {
	width: 37.8em;
	padding: 2px 0;
	_padding: 1px 0;
	margin-bottom: 2px;
}
div.postal-code label {
	display: block;
	float: left;
	width: 14.25em;
	margin: 0 5px 0 0;
	padding: 5px 0 0 2px;
}
div.postal-code input {
	width: 4.5em;
}
/* End - Zip code: needs its own line */

/*
	Fixing width of button on billing page otherwise the whole left section shifts down
	on IE 6
*/
body#billing div.buttonrow input#review {
	width: 270px;
}
/* End - Fixing width of button on billing page otherwise the whole left section shifts down */

/* Address labels: on Review page need different width */
body#review div.edit fieldset label {
	width: 8.5em !important;
}
body#review #insert-shipping-address .buttonrow {
	padding-left: 9em;
}
/* End - Address labels: on Review page need different width */

/* CreateAccount: wider block to avoid wrapping */
div#create-account {
	width: 23em;
}
/* End - CreateAccount: wider block to avoid wrapping */

body#gl-test div#content form.login {
	width: 48.5em;
} 
body#review div.edit div.gift-certificate input {
	width: 15em;
}
