.ts_form {
}

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

.ts_form fieldset {
	padding-top: 10px;
}

/* margin for the fieldset */
.ts_form .address_form_trick_ie {
	margin-bottom: 20px;
}

/* some spacing below the error msg */
.ts_form .action_msg {
	margin-bottom: 10px;
}

#Testimonial {
	width: 250px;
	height: 200px;
}

.ts_welcome {
	font-size: 12px;
	margin: 15px;
}

/* some vertical spacing on thank you page */
.ts_write_thanks td {
	padding-bottom: 10px;
}

.ts_write_thanks .field_label_td {
	padding-right: 10px;
}



/* 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;
	font-family: Tahoma;
	font-size: 14px;
	color: #0033FF;
}

.ts_header_msg {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Tahoma;
	color: #0033FF;
}

/* both top and bottom 'add testimonial' links */
a.ts_write_link1 {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
a.ts_write_link2 {
	display: block;
	font-size: 12px;
	color: #0033FF;
	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(yellow_gradient.jpg) #fdf997 repeat-x;
}

div.ts_bubble .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(tip.gif) no-repeat 20px 0px;
	font-style: normal;
	display: block;
}

div.ts_bubble .small_link {
	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: 10px;
}

.ts_nav cite {
	font-size: 10px;
	background-position: 15px 0px !important;
	padding-left: 5px !important;
}
