@charset "utf-8";

/* block */
#testimonial .block_content {
	background:#ddd;
}
#testimonial h4 a{
	color:#F6981A;
}
#testimonial h4 a:hover {
	color:#fff;
}
div #testimonial h4.Ttitle {
	height:20px!important;
	border:none!important;
	padding:0 0 .3em .3em;
}
p.date {
	padding: .3em;
	border-bottom:1px dotted #bfbfbf;
}

.Ddate {
	text-align:right;
	color:#006699;
	/*font-size:.9em;*/
}

.subject {
	text-align:right;
	margin:.5em 0;
}

.show_testimonial {
	padding:.3em;
	border-bottom: 1px solid #999;
}

.show_testimonial a.read {
	color:#333;
	font-weight:700;
	font-size:.9em;
	display:inline;
	padding:0!important;
	line-height:0;
}
.show_testimonial a.read:hover {
	color:#006699;
	text-decoration:none;
	font-size:.9em;
	display:inline;

}
/*********testimonial**********/

.testimonial-list, .testimonial_ex {
	background: #eee;
	border: 1px solid #ccc;
	padding: .5em;
	list-style:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.testimonial_title {
	background: #bfbfbf;
	padding: .7em;
	color: #000;
	font-size:1.3em;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.expand {
	background: url(../img/open.png) no-repeat left center;
	float:right;
	padding: 0 0 0 1.3em;
	text-transform:lowercase!important;
	color:#666666;
	text-decoration: none;
}
h2.my_testimonial_title {
	margin:0;
}
#my_testimonial {
	background: #eee;
	border: 1px solid #ccc;
	padding: .5em;
	list-style:none;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
#my_testimonial h3 {
	font-size:1.2em;
	background:#006699;
	color:#fff;
	padding:.2em;
}
#my_testimonial fieldset {
	padding:1em;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
#my_testimonial textarea {
	margin-bottom:1em;
}
#my_testimonial input.button {
	float:left;
}