/* ------------------------------------------------------------------------
Form Style Sheet - Dodge Interiors

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =General
-------------------------------------------------------------------------*/

legend
	{
	display: none;
	}
	
fieldset
	{
	border: none;
	padding-left: 20px;
	}	
	
label 
	{
	float: left;
	width: 90px;
	}
	
input, textarea 
	{
	background-color: #fff;
	border: 1px solid #bcb894;
	color: #6f6d57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 200px;
	}

#Submit
	{
	border: none;
	height: 25px;
	margin-left: 90px;
	padding: 0;
	width: 100px;
	}
	
#form div 
	{
	clear: left;
	margin-top: 9px;
	}
	
.type
	{
	display: none;
	}
	
.error
	{
	background-color: inherit;
	color: #990000;
	}
	
	
/* =Map
-------------------------------------------------------------------------*/

#map
	{
	height: 325px;
	margin-top: 25px;
	width: 350px;
	}