/* ------------------------------------------------------------------------
Form Style Sheet - The Orange Box

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


form
	{
	background: url('../images/form-bg.gif') no-repeat top left;
	color: #fff;
	height: 263px;
	font-weight: bold;
	margin: 2em 0 1.5em 0;
	padding: 8px 10px;
	width: 330px;
	}
	
legend
	{
	display: none;
	}
	
input
	{
	background: url('../images/input-bg.gif') no-repeat top left;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 14px;
	margin: 2px 0 7px 0;
	padding: 4px;
	width: 242px;
	}

textarea
	{
	background: url('../images/textarea-bg.gif') no-repeat top left;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 63px;
	margin: 2px 0 7px 0;
	overflow: hidden;
	padding: 4px;
	width: 242px;
	}
	
#submit
	{
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	height: 21px;
	width: 114px;
	}

#map
	{
	background: url('../images/map-bg.gif') no-repeat top left;
	height: 227px;
	margin: -10px 0 5px -20px;
	padding: 20px;
	width: 390px;
	}
		
#map-inner
	{
	border: 2px solid #000;
	height: 221px;
	width: 346px;
	}

#content ul
	{
	margin-bottom: 1.25em;
	padding-left: 20px;
	}
		
#content li
	{
	line-height: 1.75em;
	}
	
#add-address
	{
	background: url('../images/microformat-icon.gif') no-repeat top left;
	height: 18px;
	padding-left: 34px;
	}