/*Styles which only affect the Register page*/



/*Styles and containment area for the application*/	
#application{
	background-color	:#FFFFFF	;
	border	:solid 1px	;
	width	:580px	;
	height	:477px	;
	font-family:"Times New Roman", Times, serif;
	color	:#000000	;
	margin	:19px 110px	;
	position	:absolute	;
	overflow	:auto	}

/*Styles and containment for the right panel on the page*/
#rightpanel{
	width	:110px	;
	height	:250px	;
	margin	:20px 0 0 696px 	;
	position	:absolute	}	