/* ------------------------------------------------------------------------
Quote Form Style Sheet - The Wright Removal Company

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


form 
	{ 
	color: #999;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

fieldset
	{
	background: #f2f2f2 url('../images/quote-form-top.gif') no-repeat top left; 
	border: none;
	padding: 30px 30px 0 30px; 
	}
	
legend
	{
	display: none;
	}
	
.form-bottom
	{
	background: url('../images/quote-form-bottom.gif') no-repeat top left; 
	display: block;
	height: 20px;
	margin-bottom: 1.75em;
	width: 530px;
	}
	
.form-left
	{
	float: left;
	width: 220px;
	}

.form-right
	{
	float: right;
	width: 220px;
	}
	
input, textarea, select
	{
	background-color: inherit;
	color: #999;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	}
	
.form-input
	{
	background: url('../images/form-text.gif') no-repeat top left;
	border: none;
	height: 14px;
	margin-top: 7px;
	width: 216px;
	}
	
.form-input-sml
	{
	background: url('../images/form-text-sml.gif') no-repeat top left;
	border: none;
	height: 14px;
	margin-left: 10px;
	width: 14px;
	}
	
.align-right
	{
	text-align: right;
	}

#address, #removal-from, #removal-to, #additional-info
	{
	background: url('../images/form-textarea.gif') no-repeat top left;
	border: none;
	height: 74px;
	margin-top: 7px;
	width: 202px;
	}
	
#submit
	{
	height: 30px;
	padding: 0;
	width: 97px;
	margin-bottom: 0;
	}