body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:768px;
	border:solid gray 1px;
}

input {
	vertical-align:top;
}

#header {
	background:url(http://app.infopia.com/legends/images/header.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height:117px;
}

#menu {
	width:768px;
	height:27px;
	margin-bottom: 117px;
}

#productMain {
	background:url(http://app.infopia.com/legends/images/grad-bkg-prod-main-content.jpg);
	background-color:#eaf6fc;
	background-position: top;
	background-repeat:repeat-x;
	padding: 10px 10px;
}

#authenticityTop {
	height:142px;
}

#authenticityBottom {
	height:271px;
}

#policies {
	background:url(http://app.infopia.com/legends/images/grad-bkg-policy-content.jpg);
	background-color: #eaf6fc; 
	background-position: bottom;
	background-repeat:repeat-x;
	padding: 30px;
	text-align: left;

}

#emailFieldTitle {
	background-color: #000;
	height:41px;
}

#emailField {
	background-color: #000;
	padding: 0px 0px 15px 0px;
	height: 50px;
}

#footer {
	height:113px;
}

#bars {
	margin: 0 0;
	height:26px;
}

.prodImagesTable {
	width: 400px;
	background-color: #fff;
	border: solid #fff 1px;
}

prodLeftTable {
	float:left;	
	background-color: red;
}

prodRightTable {
	float:left;	
	background-color: green;
}

.whiteText {
	color: #fff;
	font-size: 12px;
}


