@charset "utf-8";
* { margin:0 auto }
#form {
	background-image: url(images/Formback1.png);
	position: relative;
	height: 803px;
	width: 1003px;
}
#form #leftpanel {
	position: relative;
	height: 720px;
	width: 800px;
	margin-left: 40px;
	float: left;
	top:41px;
}
#form #rightpanel {
	float: right;
	height: 470px;
	width: 255px;
	position: absolute;
	margin-top: 41px;
	left: 716px;
	top: 1px;
	border: 1px solid #8a8fa2;
}
