#cT_button .blink_close {
	background: transparent url('imgs/button.png') no-repeat scroll 0 0;
	background-position: 0px 0px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	height: 215px;
	padding: 0;
	width: 35px;
}

#cT_button .blink_close:hover {			
	background-position: 0px -215px;
}

#cT_button .blink_open {
	background: transparent url('imgs/button.png') no-repeat scroll 0 0;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	height: 215px;
	padding: 0;
	width: 35px;
}

#cT_button .blink_open:hover {			
	background-position: 0px -215px;
}

#clientTestimonials {
	text-align: left;
	line-height: normal;
	font: 0.8em/1.5 "arial",sans-serif;
}

#cT_button {
	z-index: 25;
}

#clientTestimonials #cT_head {
	opacity: 1;
	padding: 10px 6px 0px 6px;
}

/* Header Left */
#clientTestimonials #cT_head #cT_title {
	background-image: url('imgs/logo.png');
	background-repeat: no-repeat;;
	padding: 0;
	color: #abb3ab;
	width: 378px;
	float: left;
}
#clientTestimonials #cT_head #cT_title .cT_sep {
	font-size: 24px;
	position: relative;
	left: 160px;
	top: -5px;
}
#clientTestimonials #cT_head #cT_title .cT_titletext {				
	font-size: 18px;
	position: relative;
	left: 166px;
	top: -8px;
}

/* Header Right */
#clientTestimonials #cT_head a#cT_close {
	background: transparent url('imgs/tb_controls.png') no-repeat scroll 0 0;				
	background-position: -34px 0;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	height: 17px;
	margin: 0px 2px 0 2px;
	padding: 0;
	width: 17px;
	float: right;
}

#clientTestimonials #cT_head a#cT_close:hover {			
	background-position: -34px -17px;
}

/* Post Section */

#clientTestimonials #cT_form {
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 400px;
}

#clientTestimonials #cT_post {
	opacity: 1;
	float: left;
	margin: -4px 8px 0 8px;
	padding: 6px;
	background-color: #ffe9e9;
	border: 1px solid #b4b3b3;
	width: 400px;
}

#clientTestimonials #cT_post #cT_welcome {
	font-size: 14px;
	width: 340px;
	color: #000;
	float: left;
}

#clientTestimonials #cT_post .cT_result {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	float: left;
}

#clientTestimonials #cT_post #cT_postbtn:hover {
	background-color: #D5D5D5;
}

#clientTestimonials #cT_post .cT_inputs {
	float: left;
	width: 385px;
	padding: 6px;
	border: 1px solid #a5a5a5;
	margin: 4px 0px 0px 0px;
	color: #9e9e9e;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#clientTestimonials #cT_post #cT_postbtn {
	float: right;
	width: 46px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	color: #000;
	cursor: pointer;
	cursor: hand;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0px;
	padding: 3px 8px;
	text-transform: none;
}

#clientTestimonials #cT_post #cT_posttestimonials {
	height: 106px;
}

/* Threads Section */
#clientTestimonials #cT_threads {
	opacity: 1;
	float: left;
	margin: 4px 6px 0 0;
	padding: 6px;
}

#clientTestimonials #cT_thread_head {
	float: left;
	margin-left: 1px;
	background: transparent url('imgs/cbox_head.png') no-repeat;
	width: 415px;
	height: 50px;
	text-align: center;
}

#clientTestimonials #cT_thread_head .threadtitle {
	margin-top: 19px;
	font-size: 14px;
	color: #000;				
}

#clientTestimonials #cT_thread_content {
	float: left;
	margin-left: 1px;
	padding: 0px;
	background-color: #fff;
	width: 415px;
}

#clientTestimonials #cT_thread_content .threadbody {
	padding: 8px 6px 6px 6px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px dashed #c0c0c0;
	line-height: 14px;
}

#clientTestimonials #cT_thread_content .threadbody .tt_site {
	color: #55717c;
}

#clientTestimonials #cT_thread_content .threadbody .tt_link {
	color: #91a8b0;
}

#clientTestimonials #cT_thread_content .threadbody .tt_client {
	color: #960000;
}

#clientTestimonials #cT_thread_content .threadbody .tt_testimonial {
	color: #000;
}

#clientTestimonials #cT_thread_content .threadbody .tt_date_title {
	color: #545655;
}

#clientTestimonials #cT_thread_content .threadbody .tt_date{
	color: #878787;
}

#clientTestimonials #cT_thread_foot {
	float: left;
	margin-left: 1px;
	padding: 0px;
	background: transparent url('imgs/cbox_foot.png') no-repeat;
	width: 415px;
	height: 10px;
}