body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, ol, a, img {margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html {
	height: 				100%;
}

body {
	font-family:			Georgia;
	font-size:				70%;
	height:					100%;
	color:					#4c4c4c;
}

h3 {
	font-size: 				120%;
	font-weight:			bold;
	padding:				0 0 20px 0;
}

input {
	font-family:			Georgia;
	font-size:				100%;
	color:					#4c4c4c;
}

p, a {
	text-decoration:		none;
}

/* -----------------------> CANVAS AREA */

#canvasArea {
	width:					650px;
	margin:					0 auto;
	overflow:				hidden;		
}

/* -----------------------> HEADER AREA */

#headerArea {
	width:					650px;
	height:					150px;
}

/* -----------------------> CONTENT AREA */

.fieldsArea {
	float:					left;
	padding:                60px 0 0 80px;
	height:					500px;
	width:					650px;
}

.formElement {
	height:					36px;
	width:					650px;
}

.formElement label {
	width:					200px;
	float:					left;
}

.formElement input {
	border:					1px solid #CCC;
	padding:                3px;
	clear:					right;
	width:					270px;
}

.radio input {
	border:					none;
}

.formElement input.submit {
	border:					1px solid #DDD;
	width:					auto;
}



	.validation-passed { background-color: #fff; }
	.validation-failed { background-color: #f1f1f1; }
	
	.validation-advice, .custom-advice {
	font-size: 100%;
	color : #bebebe;
	display: block;
	clear: both;
	position: relative;
	float:left;
	}

