body
	{
		text-align: center;
		background-color: #B79FC1;
		background-image: url('page/bkg_rpt.gif');
		background-position: 50% 0%;
		background-repeat: repeat-y;
		color: #252525;
		font-family: sans-serif;
	}

a
	{
		color:#6D337F;
		font-size: 8pt;
	}
.container
	{
		background-repeat: no-repeat;
		background-image: url('page/login_bkg_2.jpg');
		position: relative;
		width: 932px;
		height: 572px;
		margin: 0 auto;
		margin-top: 40px;
	}
.btest
	{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
#header
	{
		position: absolute;
		top: 20px;
		left: 250px;
		font-family: Helvetica;
		
		font-size: 34pt;
		color: #6C3384;
	}
.quote
	{
		position: absolute;
		top: 350px;
		left: 25px;
		text-align: left;
		font-family: Helvetica;
		font-style: italic;
		font-size: 26pt;
		color: #F77A1E;
	}
#line1
	{
		
	}
#line2
	{
		padding-left: 100px;
	}
#line3
	{
		padding-left: 200px;
	}
.form
	{
		
		position: absolute;
		top: 160px;
		right: 15px;
		width: 400px;
		text-align: right;
		margin-right: 20px;
	}
.error
	{
		color: #ff0000;
	}

.spacer
	{
		clear: both;
	}
td
	{
		text-align: right;
	}
.button
	{
		float: right;
		margin-top: 5px;
		background-color: #cfcfcf;
		border: 1px solid #6D337F;
		
	}
.panel_links
	{

	}

.panel_links a
	{
		background-image: url('page/tab-idle.gif');
		background-repeat: no-repeat;
		background-position:top left;
		color:#ffffff;
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		display: block;
		float: left;
		width: 95px;
		height: 20px;
		padding-top: 2px;
		text-align: center;
		text-decoration: none;
		margin-left: 5px;
	}
.panel_links a.active
	{
		background-image: url('page/tab-selected.gif');
		background-repeat: no-repeat;
	}
.panel_item
	{
		width: 400px;
		border: 1px solid #6C3384;
		background-color: #ffffff;
		text-align: center;
		padding: 5px;
	}
#login
	{

	}
#enroll
	{

	}
.sub_boxee
	{
		margin: 0 auto;
		padding-top: 10px;
		width: 320px;
	}
.login
	{
		width: 320px;
	}
.enrollment
	{
		width: 320px;
	}
label
	{
		display: block;
		font-size: 14pt;
		text-align: left;
		width: 320px;
		color: #6C3384;
	}
.shorter
	{
		width: 155px;
	}
	
	.required
	{
	    background-color: #c6c6c6;
	}
