/* ------------------------------------------------------------------------

Form Style Sheet - Babeco

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com

-------------------------------------------------------------------------*/

#address
	{ 
	background: url('../images/icon-letter.gif') no-repeat top left;
	margin: 20px;
	padding-left: 75px;
	}
	
#telephone
	{ 
	background: url('../images/icon-telephone.gif') no-repeat top left;
	height: 45px;
	margin-left: 20px;
	padding: 20px 0 0 75px;
	}
	
#email
	{ 
	background: url('../images/icon-mouse.gif') no-repeat top left;
	height: 45px;
	margin-left: 20px;
	padding: 20px 0 0 75px;
	}

legend
	{
	display: none;
	}
		
form
	{
	background: #ece9d3 url('../images/form-bottom-bg.gif') no-repeat bottom left;
	color: #917560;
	margin-bottom: 1.25em;
	padding: 0 20px 20px 20px;
	width: 399px;
	}
	
#stockists
	{
	padding: 0 20px 5px 20px;
	}
	
	
#stockists select
	{
	float: left;
	margin-right: 5px;
	width: 250px;
	}
	
.form-top
	{
	background: #ece9d3 url('../images/form-top-bg.gif') no-repeat top left;
	height: 20px;
	width: 439px;
	}
	
#name, #phone, #email-address, #message, #postcode, #company
	{
	border: 1px solid #c8b6a0;
	color: #917560;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 15px;
	margin: 10px 0;
	padding: 5px;
	width: 300px;
	}
	
#message
	{
	height: 60px;
	}
	
#submit
	{
	border: 0;
	height: 37px;
	margin: 0 0 0 -5px;
	width: 111px;
	}
	
.address
	{
	background: url('../images/icon-letter.gif') no-repeat top left;
	height: 65px;
	margin-left: 20px;
	padding-left: 75px;
	}
	
.online-address
	{
	background: url('../images/icon-mouse.gif') no-repeat top left;
	height: 65px;
	margin-left: 20px;
	padding: 7px 0 0 75px;
	}