/* CONTACT SPECIFIC STYLES */

	div#contact {
		border: solid 1px #aab1b7;
		background:#fffeee;
		padding:4px;
	}

	div#inner {
		background:#fffbcb;
		padding:5px;
	}

	hr {
		margin:0;
	}

/* FORM

	div.formfield input,
 	div.formfield textarea {
		border: solid 1px #aab1b7;
		width:360px;
		padding:2px 0;
		margin:5px 0 10px 0;
	}

	div.formfield textarea {
		height:100px;
		margin-bottom:0;
	}

	* html div.formfield textarea {
		width:360px;
	}
	
	div.formfield label {
		float:left;
		width:120px;
		margin-top:3px;
	}



	div.formfield input {
		float:left;
		width:240px;
		margin:0;
	}

	div.formfield select {
		width:75px;
	} */

	div.formfield {
		margin:5px 0 5px 10px;
	}
	
	div.formfield label.textarea_label {
		margin-top:15px;
	}

	input#send {
		margin: 5px 0 5px 10px;
	}

