			/* Page Elements */
				body {
					font-family:		helv, arial, verdana, sans-serif;
					font-size:			66%;
					color:				#800000;
					background:			#fff3b5;
				}
		
				form {
					position:			relative;
				}
				
				p {
					padding:2px;
				}
				
				h5 {
					font-size:12px;
					text-align:center;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #800000;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
				
				label textarea {
					width:				400px;
					height:				150px;
					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.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.required1 {
					background-image:	url(../images/required2.gif);
					background-repeat:	no-repeat;
					background-position:top left;
				}	
				
				label.isgood {
					background-image:	url(../images/tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				200px;
					height:				30px;
					float:				right;
					padding:			7px;
					font-size:			1.2em;

				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}				
				#formsubmit {
					width:				150px;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				13px;
					top:				-1px;
					background:			#6AC632;
					line-height:		40px;
					color:				white;
					font-size:			1.2em;
					width:				200px;
					height:				44px;
					text-indent:		30px;
				}
				
				.errorpop {
					background:			#800000;
				} 
				
				.checkbox {
					width:				400px;
					height:				150px;
					float:				right;
					margin-top:			40px;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				
				button {
					float:				right;
					cursor:				pointer;
					background: 		#800000;
					color:				#fff3b5;
					border: 			#800000 1px solid;
					width:				100px;
					height:				40px;
				}
				
				button:hover {
					background: 		#fff3b5;
					color:				#800000;
					border: 			#800000 1px solid;
					width:				100px;
					height:				40px;
				}
				
				