/*SHOUTBOX*/

/* Default theme style. Modify to your taste. */
#yshout {
	font-size: 11px;
	font-style: normal;
	font-family: arial, helvetica, verdana, san-serif;
}
#yshout #shouts {
    border: 1px solid #777777;
    padding: 5px;
}
#yshout p {
	margin: 0 0 0; /* Top Bottom Linespacing */
}
.shout-invalid {
	background: #FFFDD1;
}
#yshout fieldset {
	border: none;
}
#yshout em {
	font-style: normal;
}
#yshout p {
	line-height: 1;
	margin-top: 0;
}
#yshout hr{
	color: #cccccc;
	height: 1px;
	border: 0;
	background-color:#cccccc;
}
#yshout .shout-timestamp {
	font-weight: normal; 
	color: #bbbbbb;
}
#yshout .adminlink {
	font-size: 6pt;
	color: #141414;
}
#forum-name, #shout-text, #shout-button {
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#yshout #forum-name {
	color: #666666;
	width: 70px;
	margin-right: 5px;
}
#yshout #shout-text {
	color: #000000;
	width: 310px;
	margin-right: 5px;
}
#yshout #shout-button {
	width: 55px;
	color:#000;
}
#yshout input {
	background:#fff;
}
#yshout #shouts {
         overflow: auto;
         height: 100px;     /* the height you want to display */
}