#response
{
	position: absolute;
	left: 20px;
	top: 90px;
}

#address
{
	position: absolute;
	left: 45px;
	top: 250px;
}

#address a
{
	text-decoration: none;
	font-weight: bold;
	color: #1d1512;
}

#enquiry
{
	position: absolute;
	left: 445px;
	top: 60px;
}

#btnSend
{
	position: absolute;
	left: 445px;
	top: 350px;
	width: 300px;
	background-color: #505050;
	color: White;
}

.txtbox
{
	width: 300px;
	border: none;
	border: solid 1px #1d1512;
}

