/*----------------------------------------------
	CUSTOMERS.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
----------------------------------------------*/

div.form_container div {
	padding:10px 0;
}
	
	
button{
	display:block;
	height:auto;
	width:auto;
	padding:5px 10px;
	border:0;
	color:#FFF;
	font-weight:bold;
	background:#333;
	text-indent:0;
	cursor:pointer;
}

div.form_container div.text_area{
	padding-bottom:0;
	margin-bottom:10px;
	background:transparent url(/assets/images/contact/address_field.gif) no-repeat scroll 0 100%;
	}

#testimonials dl dt {
	padding-top:10px;
	margin-bottom:10px;
	border-top:solid 1px #f0f0f0;
	font-size:11px;
	font-style:italic;
	color:#676565;
	cursor:pointer;
}

#testimonials dl dt.first {
	border-top:none;
	padding-top:0;
}

#testimonials dl dt span {
	display:block;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#666;
}

#testimonials dl dt.open span {
	color:#C00;
}

#testimonials dl dd {
	display:none;
	font-size:12px;
	color:#676565;
	margin-bottom:10px;
}