			/* Page Elements */
				
		
				form {
					position:			relative;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #003399;
					padding:			2px;
					font-size:			.7em;
					line-height:		30px;
					margin-bottom:		2px;
					background-color:#CCCCCC;
					
					color:				#00279D;
					font-family:		Verdana, Arial, Helvetica, sans-serif;
					
				}
				
				
				
				labelcom {
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #dedede;
					padding:			2px;
					font-size:			.7em;
					line-height:		20px;
					margin-bottom:		2px;
					
					color:				#00279D;
					font-family:		Verdana, Arial, Helvetica, sans-serif;
					
				}				
				
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#99CCFF;
					
					
					border:				1px solid green;
				}
				
				label.error {
					background-color:	#ecd0ce;
					border:				1px solid red;
				}				
				
				label.required {
					background-image:	url(required.gif);
					background-repeat:	no-repeat;
					background-position:center left;
					
				}	
				
				label.isgood {
					background-image:	url(tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				200px;
					height:				25px;
					float:				right;
					padding:			5px;
					font-size:			1.0em;
					border:				2px solid #afafaf;
					margin-top:			2px;
				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}				
				#formsubmit {
	width:				150px;
	height: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
				}
				
					
				
				
				
								
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				513px;
					top:				-5px;
					background:			transparent url(popBox1.gif) no-repeat top left;
					line-height:		20px;
					color:				#000000;
					font-size:			1.0em;
					padding-left:		5px;	
					width:				196px;
					height:				45px;
					line-height:		42px;
					text-indent:		20px;
				}
				
				.errorpop {
					background-image:	url(popBoxWarning1.gif);
				} 