﻿body {
	background: #404040 url('res/images/Strand salon promo_05.jpg') no-repeat;
	background-size: 100%;
	font: 18px Gill sans MT, arial,verdana, sans serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	position: absolute;
	width: 100%;

}

footer {
	width: 100%;
	height: 20px;
	clear: both;
	background: #8f9194;
	text-align: center;
	padding: 10px 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

	footer a {
		font: bold 18px Gill sans MT, arial,verdana, sans serif;
		color: #000;
		text-decoration: none;
		padding: 0px 5%;
	}

main {
	background: #fff;
	padding: 20px 3.5%;
	width: 600px;
	float: right;
	position: absolute;
	right: 13%;
	margin: 7% 0%;
	height: 550px;
	overflow: scroll;
	overflow-x: hidden;
}

	main a {
		font: bold 18px Gill sans MT, arial,verdana, sans serif;
		color: #000;
		text-decoration: none;
	}

#logo {
	float: left;
	width: 12%;
	position: fixed;
	top: 0px;
	left: 0px;
}

	#logo img {
		height: auto;
		width: auto;
		max-height: 270px;
	    min-width: 50%;

	}

#textLogo {
	align-content: center;
	width: 33%;
	padding: 10px 33%;
	text-align: center;
}

.field {
	clear: both;
	float: left;
	padding-bottom: 16px;
	width: 100%;
}

.label {
	float: left;
	width: 35%;
}

.value {
	float: right;
	width: 65%;
}

input, textarea {
	width: 100%;
}

iframe {
	padding: 0% 15% 20px;
}

#submit {
	width:30%;
	float: right;
}

.next {
	float: right;
}

.back {
	float: left;

}

.validator {
	color: red;
	font-weight: bold;
}