/*

	-- -- -- -- -- -- --
	It's A Mystery To Me
	section-testimonials.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2/testimonials.jpg) no-repeat;
}

p.quote {
	padding: 10px 50px 5px 50px;
	font-size: 1em;
	color: #666;
	font-style: italic;
}

div.client {
	width: 300px;
	font-size: 0.9em;
	color: #999;
	float: right;
	text-align: right;
	margin: 5px 70px 20px 0;
}

div.client strong {
	color: #333;	
}

.break {
	clear: both;
	margin: 0 50px;
	width: 510px;
	border-top: 1px solid #ccc;
}

hr {
	width: 90%;	
	margin: 20px auto;
}

input, textarea {
	font-size: 1em;
	margin: 0 0 5px 0;
}

form {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
	text-indent: 0;
	padding: 5px 25px 10px 25px;
}

