/*	
	=================================
	Site styles for contact page
	=================================
	Author: Matthew Anderson
	Version: 1.00
	Date: April 18th 2007
	=================================
	Copyright 2007 Applied Automation
	=================================
*/   

#center {
background:url(/images/worldmap.gif) no-repeat center center
		}

#emailform {
	width: 190px;
	float:left;
	margin-left:60px;
	Margin-top:50px;
	}
	
#address {
	float:left;
	margin-left:70px;
	Margin-top:70px;
	}
	
#contact input, #contact textarea {
	width:100%;
	margin:-2px 0px 5px 0px;
	padding:3px;
	border:solid 1px #999;
	font-size:11px;
	color:#000;
	}

#button {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	}
		
#submit:hover {
	color:#FFF;
	background:#090;
	}
	

