			/* 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:				255px;
					clear:				both;
					border:				1px solid #dedede;
					padding-bottom:		5px;
					/*padding-left:		50px;
					font-size:			1.2em;
					line-height:		30px;*/
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					/*background-color:	#ebe5d6;*/
					/*border:				1px solid green;*/
				}
				
				label.error {
					/*background-color:	#ecd0ce;*/
					/*border:				1px solid red;*/
				}				
				
				label.required {
					/*background-image:	url(required.gif);
					background-repeat:	no-repeat;
					background-position:center left;*/
					font-size:			1em;
				}	
				
				label.isgood {
					/*background-image:	url(tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;*/
				}
				
				label input {
					width:				250px;
					float:				left;
					/*padding:			5px;*/
					border:				2px solid #afafaf;
				}
				label input.active {
					/*border:				2px solid green;*/
					background-color:   #f3efe7;
				}
				label input.error {
					border:				1px solid #be0808;
				}				
				#formsubmit {
					width:				75px;
					height:				22px;
					background:			url(../images/send-button.gif) no-repeat top left;
					cursor:				pointer;
					border:				0px;	
					margin:				15px 0 0 10px;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				270px;
					top:				-10px;
					background-image:	url(../images/popBoxWarning.png) no-repeat top left;
					/*line-height:		40px;*/
					color:				#be0808;
					font-size:			1em;
					width:				270px;
					height:				62px;
					line-height:		42px;
					text-indent:		30px;
				}
				
				.errorpop {
					background-image:	url(../images/popBoxWarning.png);
					background-repeat:	no-repeat;
				} 
