/* CSS Document */
.shoutBo {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.shoutBox {
	margin:0px;
	padding:0px;
	width:155px;
	border:1px solid #a4b483;
}
.shoutBo h2 {
	color: #333;
	font: 15px trebuchet ms;
	font-weight:bold;
	padding: 0px 5px 5px 5px !important;
	margin: 0px !important;
	border-bottom: 1px solid #dcdcdc;
}
.shoutBox .req {
	margin:0px;
	padding:3px 0px 0px 6px;
	width:149px;
	height:18px;
	background:#2b2f1e;
	font:11px tahoma;
	font-weight:bold;
	color:#fff;
}
.shoutBox .req2 {
	margin:0px;
	padding:2px 0px 4px 6px;
	width:149px;
	height:100%;
	background:#eaf6d7;
	font:11px tahoma;
	border-top:1px solid #fff;
	color:#000;
}
.shoutBox .req3 {
	margin:0px;
	padding:2px 0px 4px 6px;
	width:149px;
	height:100%;
	background:#fff;
	font:11px tahoma;
	border-top:1px solid #fff;
	color:#000;
}
.shoutBox .name {
	margin:0px;
	padding:2px 0px 4px 6px;
	width:149px;
	height:100%;
	background:#dedede;
	font:11px tahoma;
	color:#000;
}
.shoutBox input {
	font:11px arial;
	color:#333;
}
.shoutBox .butt {
	margin:3px 0px 4px 7px;
	font:11px arial;
	font-weight:bold;
	background:#2b2f1e;
	border:none;
	color:#fff;
}