/* ------------------------------------------------------------------------
Form Style Sheet - Jays Services

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =General
-------------------------------------------------------------------------*/

legend
	{
	display: none;
	}
	
fieldset
	{
	border: none;
	padding: 15px 0 0 30px;
	}	
	
label 
	{
	float: left;
	width: 100px;
	}
	
input, textarea 
	{
	border: 1px solid #d7e6fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	}

#submit
	{
	border: none;
	height: 30px;
	margin: 10px 0 0 100px;
	width: 101px;
	}
	
#form div 
	{
	clear: left;
	margin-top: 10px;
	}