#mainWrap {
	margin: 60px auto 0;
	background: url("../images/feedback.jpg") top right no-repeat;
	width: 494px;
	height: 700px;
	display: block;
	padding: 1px;
	
}

#noJs {
	display: block;
	margin: 285px 0 0 19px;
	width: 390px;
	padding: 10px;
	position: relative;
	text-align: center;
	font: sans-serif;
	font-size: 18px;
	color: #4d231e;
	background: #fece5d;
	border: 1px solid #7b372f;
	
}

#feedback {
	position: absolute;
	display: block;
	top: 274px;
	padding-left: 18px;
}

#feedback #comments {
	display: block;
	width: 411px;
	height: 180px;
}

#button {
	display: block;
	position: absolute;
	top: 194px;
	left: 185px;
	font-size: 15px;
	
}

#sentBox {
	position: absolute;
	top: 536px;
	padding-left: 24px;
	height: 55px;
	width: 255px;
	background: url("../images/success.jpg") top right no-repeat;
}

/********************************** contact form *************************************/

#contactMainWrap {
	margin: 60px auto 0;
	background: url("../images/contact.jpg") top right no-repeat;
	width: 494px;
	height: 700px;
	display: block;
	padding: 1px;
}



#contactFeedback {
	position: absolute;
}

#email {
	position: absolute;
	top: 244px;
	left: 139px;
	width: 290px;
}

#contactFeedback #contactComments {
	position: absolute;
	top: 273px;
	left: 19px;
	width: 411px;
	height: 140px;
}

#emailLabel {
	display: block;
	margin-top: 249px;
	margin-left: 42px;
	font-family: helvetica, arial;
	color: #6b2527;
	font-weight: bold;
}

#contactSentBox {
	position: absolute;
	top: 536px;
	height: 55px;
	width: 213px;
	margin-left: 18px;
	background: url("../images/contactSuccess2.jpg") top right no-repeat;
}

#contactButton {
	position: absolute;
	top: 427px;
	left: 185px;
	
}