#testimonials
{
    width: 100%;     
}

#testimonial_add {
    font-size: 20px;
    margin: 10px;
}

#writer_name {
    font-weight: bold;
}

#writer_text {
    border: 1px dotted #CECECE;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 75%;
}

.testimonials_label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit_button {
	margin-left: 3.8em;
	border: 1px solid #000000;
	display: block;
}



.titlediv {
	border-bottom:1px solid #ccc;
	margin:15px 0px;
	padding:0px 15px;
}

.testimonytitle {
	font-weight:bold;	
	padding:0px 3px;
    margin:0px;     	
    font-size: 12px;
}

