/* ------------------------------------------------------------------------
Basic Style Sheet - Somerset Self Storage

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =General
-------------------------------------------------------------------------*/

legend
	{
	display: none;
	}	

fieldset
	{
	border: none;
	}
	
form
	{
	margin-left: 25px;
	}			

input, textarea 
	{
	background-color: #f2f7fb;
	border: 1px solid #a6c5e4;
	color: #0058b1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 10px;
	width: 270px;
	}

#submit
	{
	border: none;
	height: 30px;
	padding: 0;
	width: 123px;
	}

#form div 
	{
	margin-bottom: 10px;
	}	

.type
	{
	display: none;
	}
	
.vcard
	{
	margin: 0 25px 40px 0;
	text-align: right;
	}

a.add-address
	{
	background: url('../images/vcard-icon.gif') no-repeat center left;
	padding: 3px 0 5px 34px;
	}		
		
/* =Map
-------------------------------------------------------------------------*/

#map-outer
	{
	background: url('../images/map-bg.gif') no-repeat top left;
	height: 350px;
	margin-top: 10px;
	padding: 20px 0 0 20px;
	width: 360px;
	}
	
#map
	{
	height: 330px;
	width: 330px;
	}