			/* Page Elements */

				form {
	font-family:		helv, arial, verdana, sans-serif;
	position:			relative;
	font-size:			100%;
	color:				#666;
	font-weight: bold;
				}
		
			/* Form Elements */
				label {
	position:			relative;
	display:			block;
	float:				left;
	clear:				both;
	border:				1px solid #dedede;
	padding:			5px;
	font-size:			1.2em;
	line-height:		30px;
	margin-bottom:		5px;
	width: 360px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
label.fault {
					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:				150px;
	float:				right;
	padding:			5px;
	font-size:			0.8em;
	border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid green;
				}
				label input.error {
	border:				2px solid red;
	color: #999;
				}				
				#formsubmit {
					width:				150px;
				}
				
				
				/* Info pop up classes */
				.infopop {
	display:			block;
	position:			absolute;
	left:				513px;
	top:				-11px;
	background:			transparent url(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(popBoxWarning.gif);
				} 
label select {
	width:				163px;
	float:				right;
	padding:			5px;
	font-size:			1em;
	border:				2px solid #afafaf;
}
label textarea {
	width:				150px;
	float:				right;
	padding:			5px;
	font-size:			1em;
	border:				2px solid #afafaf;
	height: 100px;
}
