*html #feedback {
	position: absolute;
}

#feedback {
	margin: 0;
	position: fixed;
	left: -404px;
	top: 100px;
	width: 360px;
	height: 450px;
	z-index: 200;
	background: url(../img/backgrounds/form.jpg) repeat-x #585753;
	border: 2px solid #fff;
	padding: 20px;
	font-size: 14px;
	color: #fff;
}

#feedback fieldset {
	width: 300px;
}

#feedback p {
	padding: 5px 0;
}

#feedback fieldset{
	border: none;
	padding: 10px 15px;
}

#feedback .input, #feedback .textbox, #feedback select {
	background-color: #fff;
	width: 330px;
	border: 0;
	padding: 4px;
	margin-top: 2px;
	color: #474441;
	font: 14px Helvetica, Verdana, Arial, sans-serif;
}

#feedback .textbox {
	height: 125px;
}

#feedback #send {
	background: url(../img/form/send.jpg) left top no-repeat;
	width: 70px;
	height: 33px;
	border: 0;
}
	
#feedback .open, #feedback .close {
	position: absolute;
	text-indent: -8000px;
	width: 50px;
	cursor: pointer;
}

#feedback .open {
	background: url(../img/form/feedback.jpg) no-repeat 0 0;	
	height: 122px;
	top: -1px;
	left: 401px;
}

#feedback .close {
	background: url(../img/form/feedback.jpg) no-repeat 0 0;
	height: 122px;
	top: -1px;
	left: 401px;
}	

/* This hides the form validation alert messages until needed */
.name-missing, .telephone-missing, .email-missing { 
	display:none; 
	color: #A3C0CA;
}
	
#messageSent {display:none;}