form.testimonialForm {
	width: 100%;
	font-size: 1.3em;
	color: #333;
	}
	
form.testimonialForm legend { padding-left: 0; border: 2px solid #666; background: #fff; margin-top 10px;}
	
form.testimonialForm legend,
form.testimonialForm  label { color: #333; }

form.testimonialForm  fieldset {
	border: none;
	border: 2px solid #666;
	background: #ccc;
	}
	
form.testimonialForm  fieldset fieldset { background: none; }
	
form.testimonialForm  fieldset li {
	padding: 5px 10px 7px;
	background: url('../image/Form-divider.gif') left bottom repeat-x;
	}

	
	form.testimonialForm  fieldset { margin-bottom: 10px; }
	
form.testimonialForm  legend {
	padding: 0 2px;
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.testimonialForm  label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.testimonialForm  fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.testimonialForm  fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.testimonialForm  fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.testimonialForm  fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.testimonialForm  fieldset fieldset label {
	display: block;
	width: auto;
	}

form.testimonialForm  em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

.testimonialsubmit
{
           background: red;
           color: white;
           padding: 2px;
           border: 1px solid #781351
}

.blocktestimonialrandom
{
           padding: 2px;
           background: #ccc;
}


.addblocktestimonial 
{
background: red;
padding: 5px;
margin: 5px;
width: 30%;
font-size: 1.2em;
}

.addblocktestimonial a
{
color: #fff;
text-decoration: none;
}

.blocktestimonials
{
    padding: 5px !important;
}



.testimonialSpeech
{
background: url('../image/speechBubble.png') no-repeat;
min-height: 100px;
margin: 5px 2px 2px 0px;
padding: 25px 2px 2px 15px;
color: #fff;
}

#randomtestimonial a
{
color: #fff;
}

.blocktestimonial a, p{
font-size: 1.2em
}

.testimonialhead
{
background: #999;
color: white !important;
padding: 5px;
font-size: 1.5em;
}

.testimonialhead a
{
color: white !important;
padding: 5px;
text-decoration: none;

}

.testimonialbody
{
background: #fff;
color: black;
padding: 5px;
}

form.testimonialForm  label { width: 160px; } /* Width of labels */
form.testimonialForm  fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.testimonialForm legend { display: inline-block; } /* IE Mac legend fix */

#pagination a {
text-decoration:none;
}

.testimonialImage {

padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;

}

.testimonial {
  border:1px solid #d6d6d6;
  float: left;
  margin: 0 1.5%;
  padding: 11px;
  width: 47%;
}
.testimonial > span {
    float: right;
}
#block_testimonials {
  background:#f7f7f7;
  float: left;
  margin: 11px 0 13px;
  width: 100%;
}
.block_testimonials1{
 background: #fff;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 100%;
}
#block_testimonials h4 {
  background-color: #00ab21;
  border-top: medium none;
  color: #fff;
  font-family: "OswaldLight";
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 0; position:relative;
  padding: 10px 15px;
}

#block_testimonials h4:before {
  content: url("test_click.png");
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}
#block_testimonials h4:after {
  content: url("test_strar.png");
  margin: 0 10px 0 0;
  position: absolute;
  right: 0;
  top: 9px;
}

#block_testimonials .left {
  float: left;
   margin: 5px 25px 0 0;
}
#block_testimonials .title {
  font-size: 16px;
  font-weight: bold; margin:0px;
}
#block_testimonials .description {
  color: #333333;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
#block_testimonials .description a{color: #333333;}
#block_testimonials .left > p {
  margin: 4px 0px 0px 0 !important;
}