/* BEGIN CHECKOUT CONTENT SYTLES */	
.pt_checkout #containerCheckout, .pt_orderconfirmation #containerCheckout {
	width:980px;
    float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
	height:auto;			/* ADDED 1/15/09, TJS, to force height of checkout pages */
	min-height:535px;
	}

/* for IE */
* html .pt_checkout #containerCheckout, * html .pt_orderconfirmation #containerCheckout {
	height: 535px;
	overflow:visible;		/* override of overflow setting required for IE6 to show more than 'height' tall */
}

#containerService {
	width:1000px;
    float:left;
	overflow:visible;
	background-color: #FFFFFF;
	}
	
.inputFieldEmail {
	font-size:12px;
	color:#000000;
	height:15px;
	border: 1px solid #a6a6a6;
	}

td.EmailSignupTD{padding : 0px;}
input.EmailSignupInput{padding : 0px;}
	
	

