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





/* Contact Form */

	#contactForm {
		display: block;
		width: 535px;
		padding: 26px 0 26px 8px;
		margin-left: 48px;
		
		background-color: #eeeeee;
	
	
	}
	
	.field {
		padding-bottom: 10px;
	}

	.hide {
		display: none;
	}
	
	label {
		display: block;
	}


	label span {
		display: block;
		position: absolute;
		width: 80px;
		height: 20px;
		background-image: url(../img/global/contact_form.gif);
		background-repeat: no-repeat;
	}


	#field-toto span { background-position: -71px -60px; }
	#field-from span { background-position: -71px -80px; }
	#field-emai span { background-position: -71px -100px; }
	#field-mess span { background-position: -71px -120px; }
	
	/* KATHARINE HARVEY */	
	#field-toto span#katherine-harvey {
		position: relative;
		width: 150px;
		height: 20px;
		margin-left: 85px;
		background: transparent url(../img/global/contact_form.gif) no-repeat -1px 0px;
	}
	
	label em,
	label strong {
		visibility: hidden;
	}
	

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

	textarea {
		width: 360px;
		height: 260px;
		background-color: #f8f8f8;
		padding: 4px 3px;
		border: solid 1px #b0b3b5;
		margin-left: 85px;
	}

	#button-send {
		width: 40px;
		height: 20px;
		margin: 10px 0 10px 84px;
		background: transparent url(../img/global/contact_form.gif) no-repeat 0 -20px;
	}

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

	#button-send a:hover,
	#button-send a:active {
		background: transparent url(../img/global/contact_form.gif) no-repeat 0 -40px;
	}

	#button-send span {
		visibility: hidden;
	}

	

