/*
 * CONTACT STYLES 
 *
 * Web Design by Webfountain
 * email:pete@webfountain.co.uk
 * http://www.webfountain.co.uk
 * 
 */
 
.contactform_text1{
	font-size: 100%;
	color: #333333;
	font-weight: normal;
}

.contactform_text2{
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
}
			
#contactform {
	position:absolute;
	left:20px;
	top:9px;
	width:740px;
	height:366px;
	z-index:500;
	background-color: #FFFFFF;
	padding: 5px;
	}
		

#Contact_1 {
	position:absolute;
	left:30px;
	top:8px;
	width:335px;
	height:361px;
	z-index:1001;
}

#Contact_2 {
	position:absolute;
	left:380px;
	top:2px;
	width:340px;
	height:357px;
	z-index:1003;
	padding: 5px;
}

#tick_box {
	position:absolute;
	left:0px;
	top:300px;
	width:360px;
	height:30px;
	z-index:1;
}

#send_button {
	position:absolute;
	left:4px;
	top:334px;
	width:80px;
	height:25px;
	z-index:1;
}

#clear_button {
	position:absolute;
	left:125px;
	top:334px;
	width:80px;
	height:25px;
	z-index:1;
}

#Contact_thanks {
	position:absolute;
	left:30px;
	top:100px;
	width:719px;
	height:265px;
	z-index:1001;
}
	

