			/* Page Elements */
				body {
					font-family:		helv, arial, verdana, sans-serif;
					color:				#00457a;
				}
		
				form {
					position:			relative;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				467PX;
					clear:				both;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			0.8em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
				
				label.error {
					background-color:	#ecd0ce;
					border:				1px solid red;
				}				
				
				label.required {
					background-image: url(images/required.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}	
				
				label.isgood {
					background-image:url(images/tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				200px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}
				
				label textarea {
					width:				454px;
					height:             157px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label textarea.active {
					border:				2px solid green;
				}
				label textarea.error {
					border:				2px solid red;
				}
				
				label select {
					text-align:right;

					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				
				#formsubmit {
					width:				150px;
				}
				tr.mock{
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			0.8em;
					line-height:		30px;
					margin-bottom:		5px;
					}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				500px;
					top:				-11px;
					background:			transparent url(images/popBox.gif) no-repeat top left;
					line-height:		40px;
					color:				white;
					font-size:			0.8em;
					width:				270px;
					height:				62px;
					line-height:		62px;
					text-indent:		30px;
				}
				
				.errorpop {
					background-image:	url(images/popBoxWarning.gif);
				} 