div.shoutBoxBody{
	float: left;
	padding-top: 5px;
}
div.shout{
	padding: 0 5px; 
	padding-top: 5px;
	float: left;
	width: 528px;
}
div.shouthead{
	color: #656565; 
	font-size:11px
}
div.shoutimage{
	background-position: center center;
	background-repeat: no-repeat; 
	width: 45px; 
	height: 45px; 
	float: left; 
	text-indent: -999999em;
}
div.shoutleft{
	background: url('/assets/images/shout-arrow-left.gif') center center no-repeat transparent;
	width: 9px; 
	height: 30px; 
	float: left; 
	position: relative; 
	left: 1px;
}
div.shoutright{
	background: url('/assets/images/shout-arrow-right.gif') center center no-repeat transparent; 
	width: 9px; 
	height: 30px; 
	float: left; 
	position: relative; 
	right: 1px;
	/*border:1px solid blue;*/
}
div.shouttext{
	font-size: 12px;
	float: left; 
	width: 455px; 
	padding: 7px; 
	background-color: #ebebeb; 
	border:1px solid #cecdcd; 
	overflow: hidden;
}
div.shoutcompose{
	float: left; 
	width: 468px; 
	padding: 0;
	background-color: #ebebeb;
	border:1px solid #cecdcd;
}
div.shoutcompose textarea{
	background-color:#EBEBEB;
	margin:0;
	padding:7px;
	border:none;
	width: 440px;
	font-family: helvetica;
	display:inline;
}
div.shouttext span{
	color: #ff9600; 
	font-size: 14px; 
	font-weight:bold;
}
div.shoutbottom{
	border-bottom: 1px solid #e1e1e1; 
	width: 100%; 
	margin: 5px 3px; 
	margin-bottom: 0px; 
	float: left;
	display:inline;
}
div.shoutBoxBottom{
	float: left;
}
div.unapproved{
	background: url('/assets/images/shout-unapproved-bg.png') repeat transparent 0 0;
}
