body
{
	
	}
#frame
{
	background-color: #c9d7a4;
	border-right: black solid;
	border-top: black solid;
	border-left: black solid;
	border-bottom: black solid;
	padding: 20px 20px 20px 20px;
	margin:20px 100px 100px 20px;
	font-size: 9pt;
	font-family: Arial;
	width:800px;
}

#product
{
	border-right: gray solid;
	border-top: gray solid;
	border-left: gray solid;
	border-bottom: gray solid;
	background: white;
	padding: 10px 20px 20px 10px;
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	text-align:center ;	
}

#producttable
{
	text-align: left;
}

#lblHeader
{
	font-size: 20pt;
	font-family: Arial;
}

#TotalPrice
{
	text-align: right;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	color: #333333;
}

#newuser
{
	background-color:White;
	margin: 20px 20px;
}
	
.newusertitle
{
	background-color: #c9d7a4;
	padding: 10px;
	margin:10px 0px;
	color: #333333;
	text-align:left;
}

.button
{
	background-color: #c9d7a4;
	padding: 10px;
	color: #333333;
	text-align:center;
}

.address
{
	width: 49.5%;
	text-align: left;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	float:right;
}
	
.addresstitle
{
	background-color: #c9d7a4;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
.cardnumber{
	width: 100%;
	text-align: left;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	float:right;
}
.datagirdstyle
{
	 width: 100%;
	 border-width: 2px;
	 border-style:solid;
	 border-color: #c9d7a4;
	 font-weight:bold;
	 text-align:center;
	 color:#333333;
}
