			/* Page Elements */
			
				form {
					position:			relative;
					
				}
		
			/* Form Elements */
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				350px;
					clear:				both;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			10px;
					line-height:		24px;
					margin-bottom:		5px;
					font-size: 16px;
					font-family: arial, verdana, sans-serif;
					font-weight: normal;
					color: #360219;
					line-height: 24px;
					background-color:	#eee2e7;
					
				}
				
				label.nocontent {
					border:				none;
					background-color:	#eee2e7;
					font-size:			12px;
					
				}
				
				label.active {
					background-color:	#dcd0d5;
					
						
				}
				
				label.error {
					background-color:	#eee2e7;
			
				}				
				
				label.required {
					background-image:	url(required.gif);
					background-repeat:	no-repeat;
					background-position: left;
					
				}	
				
				label.isgood {
					background-image:	url(tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				180px;
					float:				right;
					padding:			5px;
					font-size:			12px;
					border:				2px solid #afafaf;
				}
				label input.active {
					border:				2px solid;
					border-color:		#9edcc2;
				}
				label input.error {
					border:				2px solid;
					border-color:		#d1c6cb;
				}	
				
				
				fieldset { padding: 10px; }

				legend {
				  padding: 0.2em 1.2em;
				 
				  color:white;
				  font-size:14px;
				  text-align:right;
				  background-color: #755765;
				  }

			


		
				
				
				textarea#styled {
					width: 346px;
					height: 120px;
					border: 3px solid #cccccc;
					padding: 5px;
					font-family: Tahoma, sans-serif;
					background-image: url(bg.gif);
					background-position: bottom right;
					background-repeat: no-repeat;
				}
								
				#formsubmit {
					width:				100px;
					font-size:			16px;
					color:				#FFFFFF;
					background-color:	#d9155d;
					font-weight:		bold;
				}
				
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				413px;
					top:				7px;
					background:			transparent url(popBox.gif) no-repeat top left;
					line-height:		24px;
					color:				white;
					font-size:			11px;
					width:				164px;
					height:				24px;
					line-height:		24px;
					text-indent:		30px;
				}
				
				.errorpop {
					background-image:	url(popBoxWarning.gif);
				} 
