﻿body
{
}

.regForm  /* 2011-04-27 */
	{
		font-family:Arial, Sans-Serif;
		font-size:12pt;
		background-color:#f4f2eb;		
		color:#3d3018;
		margin:auto;
		margin-top:20px;
		margin-bottom:40px;
		width:600px;
		padding:20px 0px;
	}    

.regTitle  /* 2011-04-27 */
	{
		font-weight:bold; 
		text-align:center;	
		font-size:13pt;	
	}
	
.regTitle p  /* 2011-04-27 */
	{
		margin:0px;
	}

.regError  /* 2011-04-27 */
	{
		font-weight:bold; 
		color:#d9531e;
		text-align:center;
		font-size:10pt;
		padding:10px 20px;
		margin:10px 0px 30px;
	}	
	
.regTable  /* 2011-04-27 */
	{
		width:100%;
	}

.regLabels  /* 2011-04-27 */
	{
		text-align:right;
		padding-right:4px;
		width:40%;
	}

.regDataTB  /* 2011-04-27 */
	{
		font-weight:bold; 
		width:270px;
	}

.regPWMsg  /* 2011-04-27 */
	{
		font-size:11pt; 
		text-align:center; 
		padding:20px 40px;
	}
	
.regCompMsg  /* 2011-04-27 */
	{
		font-weight:bold; 
		text-align:center;
		font-size:10pt;
	}
	
.regCompFont  /* 2011-04-27 */
	{
		color:#d9531e;
	}

.regSupervisor /* 2011-04-28 */
	{
		text-align:center;
		margin:20px 0px;
		/* display:none; */
	}

.regButtonDiv  /* 2011-04-27 */
	{
		text-align:center;
		padding:10px 0px;
	}
		
.regButton  /* 2011-04-27 */
	{
		background-color:#c9dbe6;
		font-weight:bold;
		font-size:11pt;
		color:#356387;
	}
