
/* CODE BOX */
#code {
	width:193px;
	border:1px dashed #424242;
	padding-left:7px;
	text-align:left;
	margin:7px auto 7px auto;
	padding:7px;
	font:bold 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
#code a{

	font:bold 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CFA100;
	text-decoration:none;
}
#code a:hover{
	color:#DDA100;
}
.paycodeinput {
	width:49px;
	border:1px solid #777777;
	margin:0px auto 5px auto;
	background-color:#FFFFFF;
	font:bold 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* END code */

/* BUTTON */
.buttonSubmit, .buttonSubmitHovered {
	width:130px;
	height:25px;
	color:#51370a;
	font:normal 16px/25px Georgia, "Times New Roman", Times, serif;
	padding:0px;
	background:url(images/et_addtocart.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.buttonCheckout, .buttonCheckoutHovered {
	width:94px;
	height:24px;
	color:#FFFFFF;
	font:normal 16px/23px Georgia, "Times New Roman", Times, serif;
	padding:0px 0 2px 0;
	background:url(images/et_checkout.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonCheckoutHovered {
	background-position:left bottom;
}
