				form {
					position:			relative;
				}

			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				400px;
					clear:				both;
					border:				0px solid #dedede;
					padding:			2px;
					color: 				#fff;
					font-size:			13px;
					line-height:		30px;
					margin-bottom:		5px;
				}

				label.nocontent {
					border:				none;
				}

				label.active {
					background-color:	#1a1a1a;
					border:				0px solid #a2ac33;
				}

				label.error {
					background-color:	#ecd0ce;
					background: #1a1a1a;
					float: left;
					color: #666;
					border:				0px solid red;
				}				

				label.required {
					background-repeat:	no-repeat;
					background-position:center left;
				}	

				label.isgood {
					background-image:	url(../images/tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}

				label.arearequired {
					background-image:	url(../images/required.gif);
					background-repeat:	no-repeat;
					background-position:top left;
				}	

				label.areaisgood {
					background-image:	url(../images/tick.gif);
					background-repeat:	no-repeat;
					background-position:top left;
				}

				input {
					width:				330px;
					height: 			30px;
					float:				right;
					padding:			5px;
					font-size:			13px;
					border:				2px solid #afafaf;
				}


				input.active {
					border:				2px solid #e4701e;
				}

				label input.error {
					border:				2px solid #afafaf;
				}				

				textarea {
					width:				330px;
					height:				100px;
					float:				right;
					padding:			5px;
					font-size:			13px;
					border:				2px solid #afafaf;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
				}
				
				textarea .wallinput {
					width:				500px;
					height:				200px;
					float:				right;
					padding:			5px;
					padding-left:		20px;
					font-size:			13px;
					border:				2px solid #afafaf;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
				}

				textarea.active {
					border:				2px solid #e4701e;
				}

				textarea.error {
					border:				2px solid #afafaf;
				}

				#formsubmit {
					border:				2px solid #666;
					float: 				right;
					height: 35px;
					width: 70px;
					margin-top: 10px;
					font-size: 13px;
					background: #666;
					text-transform: uppercase;
					color: #fff;
				}

				.submit {

					height: 35px;
					background: #e4701e;
					color: #fff;
				}

								/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				513px;
					top:				1px;
					background: #666;
					color:				white;
					font-size:			15px;
					width:				185px;
					height:				30px;
					line-height:		30px;
					text-indent:		30px;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
				}

				.errorpop {
					background-image:	url(popBoxWarning.gif);
				} 

				.errormsg {
					position: relative;
					display: none;
				}

