/* Form Elements */
#contactLeft label {
	position:			relative;
	display:			block;
	float:				left;
	width:				400px;
	clear:				both;
	border:				1px solid #dedede;
	padding:			5px;
	font-size:			1em;
	line-height:		20px;
	margin-bottom:		5px;
}
#contactLeft label.nocontent {
	border:				none;
}
#contactLeft label.active {
	background-color:	#DBF9C7;
	border:				1px solid green;
}
#contactLeft label.error {
	background-color:	#ecd0ce;
	border:				1px solid red;
}
#contactLeft label.required {
	background-image:	url(requiredbg.gif);
	background-repeat:	no-repeat;
	background-position:center left;
}
#contactLeft label.isgood {
	background-image:	url(tick.gif);
	background-repeat:	no-repeat;
	background-position:center left;
}
#contactLeft label input {
	width:				150px;
	float:				right;
	padding:			2px;
	font-size:			1em;
	border:				2px solid #afafaf;
}
#contactLeft label textarea {
	width:				150px;
	float:				right;
	padding:			2px;
	font-size:			1em;
	border:				2px solid #afafaf;
}
#contactLeft label input.active {
	border:				2px solid green;
}
#contactLeft label input.error {
	border:				2px solid red;
}
#formsubmit {
	width:				150px;
}
/* Info pop up classes */
				.infopop {
	display:			block;
	position:			absolute;
	left:				10px;
	top:				-11px;
	background:			transparent url(popBox.gif) no-repeat top left;
	line-height:		40px;
	color:				white;
	font-size:			1em;
	width:				260px;
	height:				62px;
	line-height:		62px;
	text-indent:		30px;
}
.errorpop {
	background-image:	url(popBoxWarning.gif);
}

