/* ----- Contact Form ----- */	

		#contact {
			font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
			font-size: .8em;
			color: #000000;
			margin-right: 15px;
			margin-left: 5px;
			margin-top: 15px;
		}
		
		#contact label {
			display: block;
			margin: 0px 0px 15px 0px;
			font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
			text-transform: uppercase;
			letter-spacing: .5em;
			width: 30px;
			float: left;
			clear: left;
		}
		
		
		
		
		#contact #name, #contact #email, #contact #subject {
			display: block;
			float: right;
			margin: 0px 5px 15px 0px;
			width: 450px;
		}
		
		#submit, #comment-submit {
			width: 60px;
			float: left;
			clear: both;
			margin-top: 15px;
		}
			
		#message, #comment-text {
			width: 550px;
			height: 250px;
			float: left;
			clear: both;
		}
		
		

	
		
		