/* Have Your Say */

.new-voice {
	width: 551px;
	margin:20px auto 20px auto;
	padding:0;
	color:white;
	font-size:110%;
	background: url('../images/bubble_top.gif') no-repeat;
	background-color:#036;
}


.voice-bottom-left, .voice-bottom-right {
	width:551px;
	background: url('../images/bubble_bottom.gif') bottom left no-repeat;
	background-color:#036;
}

.voice-inner{
	padding: 65px 100px 0px 20px;
}

.voice-inner #errors{
	color:red;
}

.voice-inner strong{
	font-size:130%;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:0
}


.voice-bottom-left p, .voice-bottom-right p {
text-align:right;
padding-right: 40px;
padding-top: 0px;
padding-bottom:20px;
color:#FC0;
}
