* {
	margin: 0;
	padding: 0;
	}

body {
	overflow: hidden;
	height: 100%;
	background: #f2ebe3;
	}
#container {
	position: relative;
	z-index: 1;
	}

/* Form */
#requestForm {
	background: #ded0c3;
	border: 8px solid #fff;
	display: none;
	float: left;
	font: 12px/1.4 Verdana, sans-serif;
	padding: 0 0 15px 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
	
	top: -195px;
	right: 50px;
	
	-webkit-border-radius: 13px; 
	-moz-border-radius: 13px;
	border-radius: 13px;
	}
	
	#requestForm form {
		float: left;
		margin: 0 auto 0 auto 0;
		padding: 30px 0 0 0;
		text-align: left;
		width: 100%;
		}
	
	#requestForm p {
		margin: 0;
		padding: 0 0 20px 0;
		}
		
p#close {
	background: url(../img/close.png) right no-repeat;
	color: #5e4e41;
	cursor: pointer;
	margin: 0;
	padding: 0 12px 0 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
	
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	ul li {
		clear: both;
		float: left;
		margin-bottom: 5px;
		}
	
	ul li.address {
		margin-bottom: 2px;
		}
		
	ul li.noClear {
		clear: none;
		float: left;
		}
	ul li#names input {
		margin-right: 5px;
		width: 111px;
	}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

label {
	color: #5e4e41;
	float: left;
	margin-right: 25px;
	text-align: right;
	width: 120px;
	}
		label.notVisible {
			visibility: hidden;
		}
		label.fullLength {
			margin-left: 130px;
			width: auto;
		}
	
#otherField {
	display: none;
	}

#load {
	background: url(../img/load.gif) no-repeat #fff;
	display: none;
	float: left;
	height: 16px;
	position: absolute;
	width: 16px;
	right: 10px;
	bottom: 10px;
	}
input {
	width: 250px;
	}
textarea {
	height: 100px;
	margin-bottom: 10px;
	width: 280px;
	}
label.fullLength input {
	border: 0 none;
	padding: 0;
	width: auto;
	}
	
input, select {
	border: 1px solid #9c7764;
	padding-right: 16px;
	}
	
select {
	padding-right: 0;
}

input.error, select.error, textarea.error {
	background: url(../img/error.png) no-repeat right #ed8d8d;
	}
	
button {
	background: none;
	border: 0 none;
	float: right;
	right: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -12px;
}
