/* ------------------------------------------------------------------------
Form Page Style Sheet - YITS

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =Form
-------------------------------------------------------------------------*/

h1 
	{ 
	width: 334px; 
	height: 45px; 
	text-indent: -25000px; 
	background: url('../images/contact-heading.gif') no-repeat top left; 
	}
form 
	{ 
	border: 1px solid #b2b2b2; 
	background-color: #f7f7f7; 
	color: #666;
	text-align: left; 
	padding: 30px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 15px;
	}	
fieldset
	{
	border: none;
	}	
legend
	{
	display: none;
	}
#submit
	{
	height: 30px;
	padding: 0;
	width: 108px;
	margin-bottom: 0;
	}
#name, #phone, #email
	{
	background: url('../images/form-text.gif') no-repeat top left;
	border: none;
	height: 16px;
	margin-top: 7px;
	width: 216px;
	}
#message
	{
	background: url('../images/form-textarea.gif') no-repeat top left;
	border: none;
	height: 76px;
	margin-top: 7px;
	width: 202px;
	}
input, textarea
	{
	background-color: inherit;
	color: #999;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	}
