/*
	style_contact.css
	Stylesheet for johnhartman.com
	
	Copyright ©2010 Gordon Hicks, all rights reserved	
*/	





/* Contact Form */

	#contactForm {
		display: block;
		width: 525px;
		padding: 30px 0 34px 8px;
		background-color: #ebeded;
	}
	
	.field {
		padding-bottom: 10px;
	}

	.hide {
		display: none;
	}
	
	label {
		display: block;
		width: 80px;
		float: left;
		text-align: right;
		color: #757778; /* cool grey L=50 */
	}

	.hidden-fields {
		display: hidden;
	}
	
	/* John Hartman */	
	#field-toto #john-hartman {
		width: 150px;
		height: 20px;
		margin-left: 87px;
		color: #d63e11; /* tomato red L=50 */
	}
	

	input {
		display: block;
		width: 220px;
		height: 14px;
		background-color: #f5f7f7;
		padding: 4px 3px;
		border: solid 1px #b0b5b5;
		margin-left: 85px;
		line-height: 12px;
	}

	textarea {
		display: block;
		width: 360px;
		height: 260px;
		background-color: #f5f7f7;
		padding: 4px 3px;
		border: solid 1px #b0b5b5;
		margin-left: 85px;
	}

	#button-send {
		width: 40px;
		height: 20px;
		margin: 10px 0 0 84px;
		letter-spacing: 0.03em;
	}

	#button-send a {
		display: block;
		width: 40px;
		height: 20px;
		text-decoration: none;
	}


	
