#yshout * {
	margin: 0;
	padding: 0;
}
		
#yshout {
	font-family: Lucida Grande, Veranda, sans-serif;
	font-size: 7px;
	width: 135px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 3px;
	color: #808080;
	background: #e3e3d3;
	line-height: 1.2;
	//border-left: 1px solid #c4c49e;
	//border-right: 1px solid #c4c49e;
	//border-top: 1px solid #c4c49e;
	//border-bottom: 1px solid #c4c49e;
}

#yshout fieldset {
	border: 0;
}

#yshout-form {
	padding: 2px;
	height: 20px;
	background: #e3e3d3;
}

#yshout-shout-nickname {
	width: 30px;
	font-size: 10.5px;
	margin-right: 2px;
	background: #e9e9e9;
	border: 1px solid #999;
}

#yshout-shout-text {
	width: 47px;
	font-size: 10.5px;
	margin-right: 2px;
	background: #e9e9e9;
	border: 1px solid #999;
}

#yshout-shout-button {
	width: 46px;
	color: #000 !important;
	background: #e9e9e9;
	font-size: 10.5px;
	font-family: Arial;
	border: 1px solid #999;
}

#yshout-shouts {
	padding-bottom: 3px;
	border-left: 1px solid #c4c49e;
        border-right: 1px solid #c4c49e;
        border-top: 1px solid #c4c49e;
        border-bottom: 1px solid #c4c49e;
}

#yshout .yshout-before-focus {
	color: #8B8B8B;
}

#yshout .yshout-after-focus {
	color: #000;
}

#yshout .yshout-invalid {
	background: #F9FFBB;
}

#yshout .yshout-message-timestamp {
	color: #747474;
}

#yshout .yshout-nickname {
	font-weight: bold;
	color: #000000;
}

#yshout .yshout-shout {
	font-size: 10.5px;
	padding: 1px 1px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

#yshout .yshout-admin-shout {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	color: #000;
	background: #F2F2F2;
}

#yshout .yshout-system-shout {
	border-left-color: #B3B3B3;
	border-right-color: #B3B3B3;
	color: #000;
	background: #FAFAFA;
}

#yshout .yshout-shout-infovisible {
	border-left-color: #b1cee6;
	border-right-color: #b1cee6;
	background: #FFF;
	color: #000;
	padding-bottom: 5px;
}

#yshout a {
	color: #CA286C;
}

#yshout a:hover {
	color: #8D8D8D;
	text-decoration: none;
}
