
.sbl { background: url('../images/speech_bubbles/blue_bl.gif') bottom left no-repeat #C7E1E2; width: 100%; text-align: center; min-width: 100px; }
.sbr { background: url('../images/speech_bubbles/blue_br.gif') bottom right no-repeat; }
.stl { background: url('../images/speech_bubbles/blue_tl.gif') top left no-repeat; font-size: 0.5em; }
.str { background: url('../images/speech_bubbles/blue_tr.gif') top right no-repeat; padding: 10px; } 
.sb { padding: 2px 0px 10px 50px; background: url('../images/speech_bubbles/blue_b.gif') 30px top no-repeat; }

.ysbl { background: url('../images/speech_bubbles/yellow_bl.gif') bottom left no-repeat #FFF9DB; width: 100%; text-align: center; min-width: 100px; }
.ysbr { background: url('../images/speech_bubbles/yellow_br.gif') bottom right no-repeat; }
.ystl { background: url('../images/speech_bubbles/yellow_tl.gif') top left no-repeat; font-size: 0.5em; }
.ystr { background: url('../images/speech_bubbles/yellow_tr.gif') top right no-repeat; padding: 10px; } 
.ysb { padding: 2px 0px 10px 50px; background: url('../images/speech_bubbles/yellow_b.gif') 30px top no-repeat; }

.gsbl { background: url('../images/speech_bubbles/green_bl.gif') bottom left no-repeat #DBECFF; width: 100%; text-align: center; min-width: 100px; }
.gsbr { background: url('../images/speech_bubbles/green_br.gif') bottom right no-repeat; }
.gstl { background: url('../images/speech_bubbles/green_tl.gif') top left no-repeat; font-size: 0.5em; }
.gstr { background: url('../images/speech_bubbles/green_tr.gif') top right no-repeat; padding: 10px; } 
.gsb { padding: 2px 0px 10px 50px; background: url('../images/speech_bubbles/green_b.gif') 30px top no-repeat; }

.psbl { background: url('../images/speech_bubbles/purple_bl.gif') bottom left no-repeat #EEDBE7; width: 100%; text-align: center; min-width: 100px; }
.psbr { background: url('../images/speech_bubbles/purple_br.gif') bottom right no-repeat; }
.pstl { background: url('../images/speech_bubbles/purple_tl.gif') top left no-repeat; font-size: 0.5em; }
.pstr { background: url('../images/speech_bubbles/purple_tr.gif') top right no-repeat; padding: 10px; } 
.psb { padding: 2px 0px 10px 50px; background: url('../images/speech_bubbles/purple_b.gif') 30px top no-repeat; }

div#surveyresults div.row {
	clear:both;
	width:100%;
}
div#surveyresults div.col_one {
	float: left;
	width:30%;
}
div#surveyresults div.col_two {
	float: left;
	width:30%;
	margin-left:15px;
	
}
div#surveyresults div.col_three {
	float: left;
	width:30%;
	margin-left:15px;
	
}
div#surveyresults div.col_large {
	float: left;
	width:80%;
	margin-left:15px;
}
