/* map and contact page */

#map_canvas {
	border: 1px solid #919191;
	width: 697px;
	height: 358px;
	margin: 20px 0 35px 12px;
}

#mech_canvas {
	border: 1px solid #919191;
	width: 697px;
	height: 358px;
	margin: 20px 0 35px 12px;
}

#printmap {
	display: none;
}

/* contact form on contact page */

form {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}

fieldset {
	border: 1px solid #919191;
	margin: 14px 0 20px 12px;
	width: 697px;
	height: 261px;
}

#content fieldset legend {
	font-size: 1.3em;
	color: #575757;
}

label, input, textarea, select {
	display: block;
	color: #575757;
}

label {
	margin: 10px 0 10px 24px;
}

input, textarea, select {
	margin: 5px 0 5px 0;
	width: 276px;
}

label#area {
	position: absolute;
	top: 20px;
	right: 280px;
}

p#sendit {
	position: absolute;
	bottom: 18px;
	right: 285px;
	margin:0;padding:0;
}

input.submit {
	width: auto;
	margin: 5px 0 0 50px
}

label:focus, input:focus, textarea:focus, select:focus {
	background-color: #F2F2D9;
}

span.requiredMarker {
	font-size: 1.2em;
	font-weight: bold;
}

p#req {
	width: 288px;
	margin: 0 0 0 24px;
	padding-top: 7px;
}



label.error {
	margin: 0;
	font-size: 0.9em;
	color:  red;
	padding-left: 18px;
	background: transparent url(http://www.pilatesworks.be/images/form_graphics/exclamation.gif) left center no-repeat;
}

#area-E {
	position: absolute;
	top: 30px;
	right: 270px;
}

#faq fieldset {width: 383px;}

#faq p#sendit {
	position: absolute;
	bottom: 20px;
	right: 592px;
	margin:0;padding:0;
}

#content #h_a {margin: 57px 0 0 11px;}
#content #h_m {margin: 40px 0 0 11px;}
