#preamble {
	padding: 5px;
	background-color: #EEE;
	margin: 10px;
	margin-left: 0;
	margin-right: 5px;
	position: relative;
}
#pricewrap {
	position: absolute;
	right: 50px;
	top: 5px;
	font-weight: bold;
}
#price {
	display: inline;
}
#frontimage, #rearimage {
	width: 300px;
	height: 157px;
	margin: 0 auto;
	background-image: url(../images/plate.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#rearimage {
	background-image: url(../images/rearplate.jpg);
}
#frontplate, #rearplate, #comments-box, #notes-box {
	width: 340px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../images/redbox.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
}
#frontplate, #comments-box {
	margin-right: 10px;
}
.plate label {
	float: left;
	width: 90px;
	padding-left: 20px;
}
.plate p, #comments-box p, #notes-box p {
	margin-left: 10px;
	margin-right: 10px;
}
.plate h2, #comments-box h2, #notes-box h2 {
	padding: 10px;
	background-image: url(../images/redbox.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #990000;
	position: relative;
	top: -10px;
	font-family: "Trebuchet MS";
	font-size: 150%;
	text-align: center;
	border-bottom: 1px dashed #FFCCFF;
}
#rearimage span, #frontimage span {	
	position: absolute;
}
#fcentury, #rcentury {
	top: 15px;
	left: 15px;
	font-size: 180%;
	font-weight: bold;
}
#fyear, #ryear {
	top: 15px;
	right: 15px;
	font-size: 180%;
	font-weight: bold;
}
#ftop, #fbottom, #rtop, #rbottom {
	display: block;
	width: 280px;
	left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}
#ftop, #rtop {
	top: 15px;
}
#fbottom, #rbottom {
	bottom: 15px;
}
select.platestyle {
	width: 180px;
}
#comments {
	width: 310px;
	height: 150px;
	margin: 0 auto;
}
#frontreg, #rearreg {
	text-transform: uppercase;
}


