/* charitybuzz - Biz Sheet */


/* ===========================================
         CONTACT FORM
==============================================*/

#contactForm {
	width: 400px;
	margin: auto auto 40px 19px;
	}

#contactForm-inner {
	padding: 22px 0 14px 12px;
	background-color: #f6f1e2;
	border: 1px solid #f88c7c;
	}

#contactForm label {
	float: left;
	width: 125px;
	margin-top: 4px;
	margin-right: 12px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	line-height: 1.3em;
	}
	
#contactForm .textbox {
	float: left;
	width: 200px;
	margin-bottom: 11px;
	padding: 2px 7px;
	font-size: 1.1em;
	color: #46352e;
	border: 1px solid #c6c4c4;
	}
	
#contactForm select {
	float: left;
	width: 216px;
	_width: 219px; /* Win/IE6 */
	margin-bottom: 11px;
	}

#contactForm textarea {
	float: left;
	width: 214px;
	_width: 213px; /* Win/IE6 */
	height: 226px;
	margin-bottom: 11px;
	}
	*+html #contactForm textarea { width: 210px; /* Win/IE7 */ }

#contactForm .submit {
	float: right;
	width: 102px;
	height: 29px;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background: url(../images/buttons/bu-submit-br.gif) 0 0 no-repeat;
	}

#contactForm .submit:hover {
	background-position: bottom left;
	}


/* ===========================================
         THANKS
==============================================*/

#contactForm h3 {
	margin-bottom: 0.4em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	color: #c52200;
	}

#contactForm p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

