@charset "utf-8";
/* CSS Document */

.shopcontent {
	width:520px;
}

.formLine {
	vertical-align:top;
	width:450px;
	margin-left:35px;
	margin-top:16px;
	clear:both;
}

.formFieldName {
	vertical-align:middle;
	float:left;
	width:132px;
	margin-top:3px;
}

.fFNLeft {
	float:left;
	width:143px;
}

.fFNRight {
	float:right; 
	vertical-align:middle;
	margin-right:5px;
}

.formField {
	vertical-align:middle;
	display:inline;
}

.tableHeader {
	background-color:#333;
	color:#FFF;
}

.checkoutConfirm {
	border:1px solid #000;
}

.checkoutConfirm td {
	border:1px solid #999;
	padding:5px;
}


.row0 {
	background-color:#EEE;
}

.row1 {
	background-color:#FFF;
}

fieldset {
	margin:10px;
	margin-top:30px;
	padding-bottom:15px;
	margin-right:45px;
}

legend {
	font-size:14px;
	border:1px solid #000;
}

.updatesubmit {
	background-image:url(/images/update.png);
	background-repeat:no-repeat;
	width:126px;
	height:30px;	
	border:0px;
}

.mycart {
	background-image:url(/images/mycart.png);
	background-repeat:no-repeat;
	width:126px;
	height:30px;	
	border:0px;
}

.mycart {
	background-image:url(/images/mycart.png);
	background-repeat:no-repeat;
	width:126px;
	height:30px;	
	border:0px;
}

.continuebutton {
	background-image:url(/images/continue.png);
	background-repeat:no-repeat;
	width:126px;
	height:30px;	
	border:0px;
}

.backbutton {
	background-image:url(/images/back.png);
	background-repeat:no-repeat;
	width:126px;
	height:30px;	
	border:0px;
}

.checkoutbutton {
	background-image:url(/images/checkout.png);
	background-repeat:no-repeat;
	width:96px;
	height:30px;	
	border:0px;
}


.purchasebutton {
	background-image:url(/images/purchase.png);
	background-repeat:no-repeat;
	width:96px;
	height:30px;	
	border:0px;
}