/* CSS for Whirlpool - Share with Others */


/* ===========================================
         INTRO
==============================================*/

#content h1 {
	margin-bottom: 8px;
	}

#intro {
	_margin-bottom: 16px; /* Win/IE6 */
	}
	*+html #intro { margin-bottom: 16px; /* Win/IE7 */ }

#intro img {
	float: left;
	margin-top: 4px;
	margin-right: 18px;
	}

#intro p {
	float: left;
	width: 400px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	}


/* ===========================================
         MESSAGE FORM
==============================================*/

form {
	margin-bottom: 30px;
	padding: 18px 0 40px;
	background-color: #faf7f4;
	}

form p {
	margin-top: 0;
	margin-bottom: 1.4em;
	}

form label {
	float: left;
	width: 150px;
	margin-top: 0.2em;
	margin-right: 16px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #224c3a;
	}

form input {
	float: left;
	width: 190px;
	}
	
form textarea {
	float: left;
	width: 280px;
	}

form #buttons input {
	width: auto;
	}
	
form #bu-post {
	margin-right: 7px;
	}

.response {
	border-top: 1px solid #ccc;
	margin-bottom: 3em;
	padding-top: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
	}

.response h3 {
	margin-bottom: 0.2em;
	font-size: 1.1em;
	font-weight: bold;
	}

.response h4 {
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 0.9em;
	font-weight: normal;
	}