			/* Page Elements */
		
				form {
					position:			relative;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:				block;
					float:					left;
					width:				450px;
					clear:				both;
					border-bottom:	1px solid #444444;
					padding:			5px;
					font-size:			11px; /*1.2em;*/
					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(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:				250px;
					float:					right;
					padding:			5px;
					font-size:			11px; /*1.2em;*/
					border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}			
				
				label textarea {
					width:				250px;
					float:					right;
					padding:			5px;
					font-size:			11px; /*1.2em;*/
					border:				2px solid #afafaf;
				}
				label textarea.active {
					border:				2px solid green;
				}
				label textarea.error {
					border:				2px solid red;
				}		
				
				#formsubmit {
					width:				150px;
					height:				29px;
					border:0px;
					background-image:url(../images/submit-btn.gif);
					background-repeat:no-repeat;
					cursor:pointer;
				}
				#formsubmit:hover {
					background-image:url(../images/submit-btn-over.gif);
					background-repeat:no-repeat;
				}
				
				/* Info pop up classes */
				.infopop {
					display:				block;
					position:			absolute;
					left:					413px;
					top:					0px;
					background:		transparent url(popBox1.gif) no-repeat top left;
					line-height:		40px;
					color:				white;
					font-size:			11px; /*1.2em;*/
					width:				270px;
					height:				40px;
					line-height:		39px;
					text-indent:		20px;
				}
				
				.errorpop {
					background-image:	url(popBoxWarning2.gif);
				} 
