#yshout * {
	margin: 0;
	padding: 0;
}
		
#yshout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
	color: #404040;
	background: #eeeeee;
	margin-bottom: 10px;
}

#yshout fieldset {
	border: 0;
}

#yshout-form {
	padding: 10px;
	background: #ced8ff;
}

#yshout-shout-nickname {
	width: 100px;
	margin-right: 5px;
}

#yshout-shout-text {
	width: 280px;
	margin-right: 5px;
}

#yshout-shout-button {
	width: 50px;
	color: #000 !important;
}

#yshout-shouts {
	padding-bottom: 10px;
}

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

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

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

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

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

#yshout .yshout-shout {
	/*
	padding: 3px 1px;
	*/
}

#yshout .yshout-admin-shout {
	color: #000;
	background: #eeeeee;
}

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

#yshout .yshout-shout-infovisible {
	background: #FFF;
	color: #000;
	padding-bottom: 0px;
}

#yshout a {
	color: #0066a1;
}

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