			/* Page Elements 
				body {
					font-family:		helv, arial, verdana, sans-serif;
					font-size:			66%;
					color:				#000000;
					background:			#ffffff;
				}
		*/
				form {
					position:			relative;
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				380px;
					clear:				both;
					border:				1px dotted #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#3f3f3e;
					border:				1px solid black;
				}
				
				label.error {
					/*background-color:	#fff;*/
					border:				1px solid #920b08;
				}				
				
				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:				150px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid white;
				}
				label input.error {
					border:				2px solid white;
				}
				label textarea {
					width:				150px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label textarea.active {
					border:				2px solid white;
				}
				label textarea.error {
					border:				2px solid white;
				}							
				#formsubmit {
					width:				81px;
					background-image:url(../images/button_submit.gif);
					border:0;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				450px;
					top:				0;
					background:			transparent url(callout.png) no-repeat top left;
					line-height:		40px;
					color:				b2b2b2;
					font-size:			1em;
					width:				170px;
					height:				38px;
					line-height:		38px;
					text-indent:		20px;
				}
				
				.errorpop {
					/*background-image:	url(popBoxWarning.png);*/
					background:			transparent url(popBoxWarning.png) no-repeat top left;
				} 