			/* Page Elements */
		
				form {
					position: relative;
				}
		
			/* Form Elements */
				label {
	position:			relative;







	display:			block;
	float:				left;
	width:				400px;
	clear:				both;
	border:				1px solid #dedede;
	padding:			5px;
	margin-bottom:		5px;
	font: 14px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999999;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
				
				label.error {
					background-color:	#ecd0ce;
					border:				1px solid red;
				}				
				
				label.required {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	size: 12px;
	color: #999999;
	background: url(required.gif) no-repeat 90px;
				}	
				
				label.isgood {
					background-image:	url(tick.gif);
					background-repeat:	no-repeat;
					background-position: 80px;
				}
				
				label input, label textarea {
	width:				200px;
	float:				right;
	padding:			6px;
	font-size:			1.1em;
	border:				2px solid #afafaf;
				}
				label input.active, label textarea.active {
					border:				2px solid green;
				}
				label input.error, label textarea.error {
					border:				2px solid red;
				}				
				#formsubmit {
					width:				150px;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position: absolute;
					left:				210px;
					top:				-5px;
					background:			transparent url(popBox.gif) no-repeat top left;
					line-height:		38px;
					color:				white;
					font-size:			1.1em;
					width:				200px;
					height:				50px;
					line-height:		50px;
					text-indent:		30px;
				}
				
				.errorpop {
					background-image:	url(popBoxWarning2.gif) right;
				} 
