#content .f label {
	font-size:14px;
	color:#333;
	margin:3px 0;
	padding:2px 0 0 0;
}
#content .f input {
	border: 1px solid #999;
	font-size: 14px;
	padding: 3px;
}
#content .f input.medium {
	width: 200px;
}
#content form#login_form div.field-validation-rules {
	margin: 0  0 0 20px;
}
#content .f input.submit {
	background: transparent url('../images/g-button.gif');
	color:#fff;
	text-decoration:none;
	line-height:34px;
	height:34px;
	padding: 0 10px;
	cursor:pointer;
	border: 0;
}
#content .f input.submit:hover {
	background-position: left bottom;
}

/* Checkout Page */
.cart-section {
	background:#f2f8e1;
	border:1px solid #a6ce39;
	margin: 1em 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	.cart-section p {
		padding: 0 15px;
	}

table.d {
	border-collapse: collapse;
	width:100%;
}
	#content table.d td, #content table.d th {
		padding: 5px;
		font-size:14px;
		border:1px solid #d7e9a6;
	}
	#content table.d th {
		background:#A6CE39;
		color:#333;
		text-align:left;
	}
	#content table.d tr.subtotal td {
		background:#a6ce39;
		font-weight:bold;
	}
#content img.cart-checkout-icon {
	border: 0;
	margin: 2px auto;
}
input.product_qty_field {
	width: 35px;
}

form.f .cart-section .form-row {
	padding: 3px 10px;
	clear:both;
	border-bottom:1px solid #d7e9a6;
}
form.f .form-row.buttons {
	border:0;
}
form.f label {
	float:left;
	width:150px;
}
	#content form.f label.rhs_label {
		float:none;
		width: auto;
		margin-left:5px;
		padding-top:0;
	}
form.f input, form.f textarea, form.f select {
	margin: 3px 0;
	font-size:14px;
	border: 1px solid #999;
	padding: 3px;
	color:#333;
}
	.form-row .small {
		width: 50px;
	}
	.form-row .medium {
		width: 150px;
	}
	.form-row .large {
		width: 300px;
	}
	form.f textarea {
		width: 300px;
		height:100px;
	}
form.f .field {
	font-size:14px;
	margin-left:120px;
	display:block;
}
	form.f #cart-create-user-check .field, form.f #voucher-redemption-row .field {
		margin-left: 0;
		width: auto;
	}
	form.f #cart-create-user-check input {
		margin-right: 5px;
	}
form.f .note {
	font-size:12px;
	color:#333;
}

.field-validation-rules {
	position:relative;
	background:#C33;
	color:#fff;
	padding: 1px 5px;
	display:inline-block;
	font-size:11px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#voucher-redemption-row div.small {
	width: auto;
}
	#voucher-redemption-row .form-row {
		padding-right: 0;
	}
	#voucher-redemption-row #redeem_code_note {
		display:none;
	}
	#voucher-redemption-row label {
		width: auto;
		float:none;
	}
.payment-region .note {
	padding: 15px;
	display:block;
}
form.f .buttons .field {
	margin: 0;
	text-align:center;
	width: auto;
}
#content .f .form-row.form-right {
	border:0;
	text-align:right;
}
	#content .f .form-row.form-right label {
		float:none;
		display:inline;
	}
	#content .f .form-row.form-right .field {
		display:inline;
		margin:0;
	}