.speech_box {
	width: 624px;
	background-color: #FFF;
	margin-bottom: 14px;
	padding: 0 25px;
}
.speech_box .stop {
	background: url(/images/tstmnl_top.png) bottom center;
	background-repeat: no-repeat;
	height: 14px;
}
.speech_box .person {
	padding-left: 50px;
	font-style: italic;
	color: #669ACC;
	font-family: Arial;
	font-size: 18px;
}
.speech_box .person .place {
	font-size: 16px;
}

.speech_box .scontent {
	background-image: url(/images/tstmnl_blue_bg.png);
	background-repeat: repeat-y;
	padding: 5px 50px;
	color: #FFF;
	font-family: Arial;
	font-size: 22px;
	letter-spacing: 1px;
}
.speech_box .scontent .squote {
	display: inline-block;
	width: 22px;
	height: 20px;
	padding-right: 6px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.win.ie7 .speech_box .scontent .squote {		
  display:inline;
  zoom:1;
}

.speech_box .scontent .squote.left {
	background-image: url(/images/tstmnl_quote-left.png);
}
.speech_box .scontent .squote.right {
	background-image: url(/images/tstmnl_quote-right.png);
}
.speech_box .sbottom {
	background: url(/images/tstmnl_bottom.png) top center;
	background-repeat: no-repeat;
	height: 29px;
}

.speech_box_small {
	width: 185px;
	background-color: #FFF;
	margin-bottom: 7px;
	padding: 0 22px;
}
.speech_box_small .stop {
	background: url(/images/tstmnl_top_small.png) bottom center;
	background-repeat: no-repeat;
	height: 4px;
}
.speech_box_small .person {
	padding-left: 12px;
	font-style: italic;
	color: #669ACC;
	font-family: Arial;
	font-size: 12px;
}
.speech_box_small .person .place {
	font-size: 10px;
}

.speech_box_small .scontent {
	background-image: url(/images/tstmnl_blue_bg_small.png);
	background-repeat: repeat-y;
	padding: 3px 10px;
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
}
.speech_box_small .scontent .squote {
	display: inline-block;
	width: 7px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.win.ie7 .speech_box_small .scontent .squote {		
  display:inline;
  zoom:1;
}

.speech_box_small .scontent .squote.left {
	background-image: url(/images/tstmnl_quote_left_small.png);
}
.speech_box_small .scontent .squote.right {
	background-image: url(/images/tstmnl_quote_right_small.png);
}
.speech_box_small .sbottom {
	background: url(/images/tstmnl_bottom_small.png) top center;
	background-repeat: no-repeat;
	height: 9px;
}
