
body {
	font-family: arial;
	font-size: 1.0em;
}

h1 {
	color: #555555;
	text-align: center;
}

h2 {
	color: #555555;
}

#pricebox {
	width: 90%;
	background: #FFFCA3;
	border-style: solid;
	margin: 5% 5% 5% 5%;
	padding: 10px;
}

table.pricebox {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.pricebox th {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.pricebox td {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

#content {
	background: none;
}

#logo {
	background: white;
	vertical-align: top;
}

.backtodeals {
	font-size: 2em;
}

#searchform {
	border-style: solid;
	border-width: 1px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	padding: 20px;

	background-color: #fffca3;
}

#searchform input {
	font-size: 2.0em;
	color: black;
}

#searchblurb {
	margin:auto;
	text-align: center;
}
