* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: rgb(182, 168, 157) url("/media/mymotorcyclecheck/bannercheck/background.gif") no-repeat;
	color: rgb(141, 27, 28);
}

a {
	color: rgb(141, 27, 28);
}

#check {

	width: 468px;
	height: 60px;
}

#logo {
	
	position: absolute;
	top: 3px;
	left: 250px;	
}

#checkbefore {
	
	position: absolute;
	top: 10px;
	left: 80px;	
}

#reasons {

	position: absolute;
	top: 30px;
	left: 70px;
}

#enterreg {

	position: absolute;
	left: 250px;
	top: 32px;
}

#vrm {
	margin: 0px 10px 0 3px;
	padding-left: 2px;
	border: 1px solid black;
	
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	
	position: absolute;
	top: 30px;
	left: 325px;
	width: 80px;
	height: 20px;
}

#submit {
	margin: 0 0 2px 0;
	
	border: 1px solid black;
	background: rgb(252, 246, 208);
	color: black;
	font-weight: bold;
	font-size: 12px;
	
	position: absolute;
	width: 50px;
	height: 22px;
	top: 30px;
	left: 415px;
}