#instructions
{
	background-image:  url('../_img/text_inst.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 140px;
	
	padding-top: 40px;
}

#instructions p
{
	font-size: 10px;
	line-height: 16px;
	margin-left: 35px;
	position: relative;
	bottom: 30px;
	
	margin-bottom: 0px;
	margin-top: 0px;
}

#contactForm
{
	position: absolute;
	left: 190px;
	top: 0px;
	
	padding: 20px;
	
	width: 400px;
	height: 330px;
	
	background-image: url(../_img/form_back.gif);
	background-repeat: no-repeat;
}

#credit
{
	font-size: 10px;
	color: #999999;
	position: absolute;
	left: 30px;
	top: 290px;
}

input, textarea
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#name
{
	position: absolute;
	left: 20px;
	top: 20px;
}

#address
{
	position: absolute;
	left: 180px;
	top: 20px;
}

#comments
{
	position: absolute;
	left: 20px;
	top: 90px;
}

#comments textarea
{
	height: 160px;
	width: 360px;
}

#buttons
{
	position: absolute;
	width: 360px;
	left: 20px;
	top: 280px;
	text-align: right;
}

#contactDetails
{
	position: absolute;
	top: 0px;
	left: 620px;
	width: 140px;
	height: 330px;
	
	background-image: url('../_img/text_side.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-top: 40px;
}

