.shout {
	background:#FFFF99 none repeat scroll 0 0;
	border-top:1px solid #666666;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-bottom:-10px;
	margin-top:0;
	padding-bottom:10px;
	padding-right: 2px;
	position:relative;
	top:0;
	width:250px;	
}

.shout blockquote {
	float: left;
	border: 0px solid red;
	background-color: #FFFF99;
	font-family: Comic Sans MS;
	font-size: 14px;
	height: 100px;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.shout cite {
	border: 0px solid red;
	background: transparent url(images/tp.gif) no-repeat scroll ;
	float: right;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}


.shout .left cite {
	background-position: left top;
	float: left;
	left: 15px;
}

.shout .right cite {
	background-position: right top;
	float: right;
	right: 15px;
}


.add_shout {
	float: left;
	background:#FFFF99 none repeat scroll 0 0;
	border-top:1px solid #666666;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:0;
	position:relative;
	padding: 5px;
	top:0;
	width:240px;	
	height:130px;
}

.add_shout label {
	float: right;
	margin-top: 8px;
	font-weight: bold;
}

.add_shout input {
	background: #FFFFB9;
	border: 1px solid #999999;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	width: 100px;
}
	
.shout_submit input {
	background: #FFFFB9;
	border: 1px solid #999999;
	width: 50px;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}
	
.add_shout textarea {
	border: 1px solid #999999;
	width: 238px;	
	height: 100px;
	background: #FFFFB9;
}
