/* charitybuzz - Contact Us */


/* ===========================================
         LOGIN FORM
==============================================*/

#contactForm {
	float: left;
	width: 367px;
	margin: auto auto 40px 19px;
	}

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

#contactForm label {
	float: left;
	width: 7.5em;
	margin-top: 4px;
	margin-right: 12px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	}
	
#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;
	}


/* ===========================================
         CONTACT INFO
==============================================*/

#contactInfo {
	float: left;
	width: 196px;
	margin: auto auto 40px 30px;
	padding: 26px 30px 12px 22px;
	border-top: 1px dotted #87756d;
	border-bottom: 1px dotted #87756d;
	_display: inline; /* Win/IE6 */
	}

#contactInfo h3 {
	margin-bottom: 0.2em;
	font-size: 1.3em;
	font-weight: bold;
	color: #f65e48;
	line-height: 1.2em;
	}

#contactInfo p {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #59453c;
	}



