/*
 * CONTACT STYLES 
 *
 * Web Design by Webfountain
 * email:pete@webfountain.co.uk
 * http://www.webfountain.co.uk
 * 
 */
 
 .chronoform{
	visibility:hidden;
}
 
.contactform_text1{
	font-size: 115%;
	color: #5A5A5D;
	font-weight: normal;
	background-color: #CACFD5;
	margin-bottom:0px;
	margin-left:3px;
}

.contactform_text2{
	font-size: 115%;
	color: #336699;
	background-color: #FFFFFF;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height:20px;
	padding:3px;
	
}
			
.contactform_text3{
	font-size: 115%;
	color: #336699;
	background-color: #FFFFFF;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:3px;
}			
	
.contactform_tickbox{
	font-size: 115%;
	color: #5A5A5D;
	background-color: #CACFD5;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:15px;
}				
	
	
	
	
#nr-wrapper-form {
position:relative;
	width:900px;
	height:450px;
	z-index:2;
	left: 0px;
	top:150px;
	
	
	background-color: #CACFD5;
	padding:0px;
	margin:0px;

	
}	
	
			
			
#contactform { 
	left:0px;
	top:0px;
	width:740px;
	height:314px;
	z-index:500;
	background-color: #CACFD5;
	}
		
		
#Contact {
	position:absolute;
	left:20px;
	top:20px;
	width:850px;
	height:400px;
	
}
	
		
		

#Contact_1 {
	position:absolute;
	left:42px;
	top:41px;
	width:335px;
	height:310px;
	z-index:1001;
}

#Contact_2 {
	position:absolute;
	left:385px;
	top:56px;
	width:340px;
	height:310px;
	z-index:1003;
}

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

#send_button {
	position:absolute;
	left:1px;
	top:320px;
	width:80px;
	height:25px;
	z-index:1;
	background-color: FCB714;
	background-image: url(../images/send.jpg);
}

#clear_button {
	position:absolute;
	left:116px;
	top:320px;
	width:80px;
	height:25px;
	z-index:1004;
	background-image: url(../images/clear.jpg);	

}

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

