/* CSS Document */

.testimonialTable {
	margin:0px;
	padding:5px;
	width: 100%;
}

.testimonialTable th {
	margin: 2px;
	padding: 2px;
}

.testimonialTable td {
	margin: 2px;
	padding: 2px;
	/*border-bottom: 1px solid black;*/
}

.testimonialTable td.oddCell {
	
}

.testimonialTable td.evenCell {
	
}

.testimonialTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.testimonialTable tr td table, .testimonialTable tr td table tr, .testimonialTable tr td table tr, .testimonialTable tr td table tr th {
	border: none;
}

.testimonialTitle {
	font-weight: bold;
}

.testimonialName {
	font-weight: bold;
	font-size: .8em;
	display: inline;
}

.testimonialBody {
	margin-left: 2em;
	margin-right: 1em;
	font-style: italic;
}

/* FORM */
.testimonialFormFieldset {
	margin-left: 125px;
	width:70%;
	border:2px solid #000000;
	padding:6px;
}

.testimonialFormFieldset legend {
	font-weight:bold;
	font-size:.9em;
	color:#000000;
}

.testimonialFormTable {
	width: 100%;
}