.wtr_single{
	width:97%;
	display:block;
	background-color: none;
    border: 1px solid #666 ;
	margin:10px 0px;
	font-size:12px;
}
.testimonial-author{
	/*width:100%;*/
	display:block;
	/*background-color: #EDEDED;*/
	background-color: none;
	overflow: hidden;
}
.testimonial-author p {
	line-height: 18px;
}
.testimonial-vcard, .testimonial-card{
	padding:5px;
}
.testimonial-card{
	float:left;
/*	max-width: 590px; */
	width:97%;
}
.testimonial-vcard{
	float:left;
	margin-top: 6px;
	width: 50px;
}
.testimonial-name{
	float: right;		
}
.client-name{
	display:block;
	font-weight:bold;
	color:#01657B;
	font-size: 30px;
}
.client-company{
	display:block;
}
.testimonial-content{ 
	padding: 5px 5px 5px 68px;
/*	background:#fff; 
	float:right; 
	width: 590px;*/
	
}
.wtr-clear{
	clear:both;
}

/** FORM
**************************/
.wtr_for p{
	font-size:11px;
}
#wtr_body {
	padding:15px;
    border: 1px solid #DDDDDD;
}
.wtr_for #wtr_body p label{
	display:block;
	font-weight:bold;
}
.wtr_for #wtr_body p input[type="text"], .wtr_for #wtr_body p  textarea{
	width:50%;
}
.wtr_for #wtr_body .description{
	font-style:italic;
	color:#999;
}

/** WARNING
******************************/
.wtr_errors, .wtr_updated{
	margin: 5px 0 15px;
	 -moz-border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 15px 10px;
    padding: 0.6em;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.wtr_errors{
	background-color: #FFEBE8;
    border-color: #CC0000;
}
.wtr_updated{
	background-color: #FFFFE0;
    border-color: #E6DB55;
}