	/* form elements */

select, 
input,
textarea {
	border:#399dc7 1px solid;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:1em;
	}


input[type="checkbox"],
input[type="radio"] {
	border:0;
	}

input[type="submit"],
input[type="button"],
input.primary {
	padding:1px;
	color:#fff;
	font-weight:700;
	background-image:url(../images/button-back-bold.jpg);
	background-color:#2a9c7b;
    cursor:pointer;
	}
	
textarea {
	border:1px solid #399dc7;
	}
textarea.GAATextArea {
    height: 100px;
    width: 300px;
}

input[type="text"] {
	float:left;
	line-height:1.2em;
	}

input[disabled] {
	padding:1px;
	color:#999;
	font-weight:700;
	background-image:url(../images/button-back-disabled.jpg);
	background-color:#ccc;
	}

.ShoppingCartBillingButtons .BackToCartButton input,
.PlaceYourOrderButtons .ContinueButton input, 
select#back,
input#back,
input.secondary {
	background:#d3fcec;
	color:#2a9c7b;
	border:1px solid #2a9c7b;
	background-image:url(../images/button-back-light.jpg);
	}

button[disabled] {
	background-image:url(/images/button-back-disabled.jpg);
	}
