	#boxleft
	{
		position:relative;
		margin-top:20px;
		/*
		width:344px;
		height:353px;
		*/
		width:360px;
		height:522px;
		float:left;
		position:relative;
		background-image:url("../images/box3.jpg"); 
		background-repeat:no-repeat; 
	}
	

	
	#boxleft div.inner
	{
		margin:20px;
	}
	
	#boxright div.inner
	{
		margin:20px;
	}

	#contactweb
	{
		border-collapse:collapse;
		margin:0;
		margin-top:20px;
		bordeR:1px solid #fff;
		width:316px;
	}
	
		#contactweb td
		{
			border-collapse:collapse;
			margin:0;
			vertical-align:top;
			padding:5px 0px;
		}
	
		td.label
		{
			width:115px;
		}
		
		
			
		input.input
		{
			width:200px;
			border:2px solid #ccc;
			padding:2px;
		}
		
			
		input.inputerror
		{
			width:200px;
			border:2px solid red;
			padding:2px;
		}
		
		textarea.input
		{
			width:200px;
			height:75px;
			padding:2px;
			overflow:none;
			border:2px solid #ccc;
		}
		
		textarea.textareaerror
		{
			width:200px;
			height:75px;
			padding:2px;
			overflow:none;
			border:2px solid red;
		}
		
		.errorbox
		{
			border:2px solid red;
		}
	
	#boxleft #send
	{
		position:absolute;
			right:20px;
			bottom:20px;
			background-image:url("../images/send.jpg"); 
			background-repeat:no-repeat; 
			height:24px;
			width:90px;
	}
	
	#boxright
	{
		margin-top:20px;
		width:305px;
		height:373px;
		float:right;
		position:relative;
		background-image:url("../images/box4.jpg"); 
		background-repeat:no-repeat; 
		
		/*
		width:305px;
		height:373px;
		*/
		width:307px;
		height:522px;
	}
	
		#boxright .inner
		{
			margin:20px;
		}
		
		div.text
		{
			float:left;
			width:264px;
		}
		
			div.textone
			{
				float:left;
				width:190px;
			
			}
			
			div.texttwo
			{
				float:right;
				width:73px;
				
			}
			div.textthree
			{
				float:left;
				width:260px;
				
			}
		
		#mapsketch
		{
			float:left;
			margin-top:20px;
		}
		
		
		#map
		{
			border:1px solid #ccc;
			height:250px;
			width:265px;
			margin-top:20px;
			float:left;
		}
		
		#directions, #size_bar
		{
			width:698px;
		}
		
		#details
		{
			margin-top:30px;
		}
		
		#hit iframe, #hit textarea
		{
			margin:0;
			border:0;
			
		}
	
