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

/* #contentBox ->  testimonials, aboutUs, ContactUs, OrderFormPage, privacy,   * orderThankyou..(class is below V)  */

#contentBox {
/*font-family: "Century Gothic",  Arial, Helvetica, sans-serif;*/
	font-size: 12pt;
	color: #333;
	background-color: white;
	border: #CCC 5px solid;
	width: 65%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}

/* orderThankYou.html */
.ordThYu {
	width: 90%; 
	min-width: 200px; 
	max-width: 685px; 
}