/*
	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;
	margin-top: 8px;
}
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 */

/*
	Password field: need clearing
	Login page: Password field needs clearing
*/
body#login div.login div.fieldRow.login-password, body#billing div.password-create {
	clear: both;
}
/* End - Password field: need clearing. Login page: Password field needs clearing */
