.ts_form .header {
	margin-bottom: 20px;
}

.ts_form fieldset {
	padding-top: 10px;
}

.ts_form label,
.ts_write_thanks label {
	width: 120px;
}

.ts_form input,
.ts_form textarea {
	width: 300px;
}

.ts_form textarea {
	height: 250px;
}

/* testimonial text on thank you page */
.ts_testimonial_ro {
	width: 370px;
}

.ts_write .sc_header {
	float: left;
}

.ts_write .required_field_indicator {
	text-align: right;
	padding-top: 8px;
}

.ts_write .sc_btn {
	display: block;
	margin: 0 auto;
}

.ts_write_thanks .fields_box_field {
	padding-top: 1px;
}


/* For moderator email (for pending testimonial) */
/* body tag for moderator email */
.ts_moderator_email {
	background-color: #fff;
}

.ts_moderator_email .cart_instruction {
	text-align: left;
	margin: 5px;
}

.ts_moderator_options {
	font-size: 11pt;
	text-align: left;
	border: black solid 2px;
	background-color: yellow;
	margin: 10px;
	padding: 10px;
}

/* END OF: For moderator email (for pending testimonial) */

/* testimonials page box */
.ts_page {
	text-align: left;
}

.ts_page .header {
	margin-bottom: 20px;
}

.ts_header_msg {
	margin-bottom: 20px;
	font-size: 12px;
}

/* both top and bottom 'add testimonial' links */
a.ts_write_link1,
a.ts_write_link2 {
	display: block;
	font-size: 12px;
	color: blue;
	text-align: right;
}

/* top 'add testimonial' link */
a.ts_write_link1 {
	float: right;
	padding-top: 5px;
}

/* Normal Bubble */
div.ts_bubble {
	width: auto;
	font-size: 1.2em;
	margin-bottom: 40px;
	text-align: left;
}

.ts_date {
	margin: 5px;
	color: green;
	font-size: 1.0em
}

div.ts_bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background: url(https://www.littlegallery.com/squirrelcart/modules/testimonials/templates/images/yellow_gradient.jpg) #fdf997 repeat-x;
}

div.ts_bubble .ts_url {
	display:block;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

div.ts_bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.ts_bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: -1px;
	background: transparent url(https://www.littlegallery.com/squirrelcart/modules/testimonials/templates/images/tip.gif) no-repeat 20px 0px;
	font-style: normal;
	display: block;
}

div.ts_bubble .sc_smaller {
	display: block;
	float: right;
	padding: 5px;
}


/* nav block stuff */
.ts_nav_quote_link {
	display: block;
	text-decoration: none;
	color: black !important;
}

.ts_nav .ts_bubble {
	font-size: 11px;
	margin-bottom: 20px;
}

.ts_nav cite {
	font-size: 10px;
	background-position: 15px 0px !important;
	padding-left: 5px !important;
}
