#platebuilder {
	width: 100%;
	position: relative;
}
#frontplate, #rearplate {
	width: 640px;
	height: 130px;
	background-image: url(../images/xself.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#rearplate {
	background-image: url(../images/xrearself.jpg);
}
#mainwrap {
	width: 780px;
	margin: 0 auto;
}
#frontbadge, #rearbadge {
	width: 43px;
	height: 100px;
	background-image: url(../images/badgewrap.gif);
	display: block;
	position: absolute;
	top: 15px;
	left: 14px;
}
#frontbadge img, #rearbadge img {
	position: relative;
	top: 10px;
	left: 2px;
}
#foblong, #roblong {
	display: block;
	position: relative;
	top: 28px;
	text-align: center;
}
#frontnumber, #rearnumber {
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
}
#frontcontrol, #rearcontrol, #badge, #fontcolour, #comments, #notes {
	border: 1px solid #990000;
	margin-bottom: 10px;
}
#frontcontrol h4, #rearcontrol h4, #badge h4, #fontcolour h4, #comments h4, #notes h4 {
	background-color: #990000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	padding: 2px;
	margin: 0;
}
#frontcontrol p, #rearcontrol p, #badge p, #fontcolour p, #comments p, #notes p {
	padding: 5px;
}
#comments {
	position: relative;
	left: 10px;
}
#fontcolour {
	position: relative;
}
#redux {
	display: block;
	height: 25px;
	width: 50px;
	position: absolute;
	top: 35px;
	right: 30px;
	background-color: #000;
	border: 1px solid #333;
}
#frontplackets, #rearplackets {
	display: block;
	width: 40px;
	height: 40px;
	background-color: green;
	position: absolute;
	z-index: 10;
	cursor: move;
	top: 20px;
	right: 20px;
}
#frontslats, #rearslats {
	display: block;
	width: 40px;
	height: 40px;
	background-color: orange;
	position: absolute;
	z-index: 12;
	cursor: move;
	top: 70px;
	right: 20px;
}
#price {
	padding: 15px 25px;
	background-color: #FFEFEF;
	border: 1px solid #990000;
	font-weight: bold;
	font-size: 120%;
	margin: 0 10px;
	margin-top: 10px;
}
#submit_plate {
	position: relative;
	font-weight: bold;
	left: 80px;
	cursor: pointer;
}
.pad {
	position: relative;
	left: 20px;
}
#comments {
	width: 668px;
	margin-left: 5px;
}
#comments h4 span {
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
}
#comments a {
	color: #FFF;
}
#comments_text {
	width: 635px;
	margin-left: 5px;
}
