#yshout {
	border-top: 3px solid #333333;
	font-family: Lucida Grande, Veranda, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background: #141414;
	padding: 15px;
	width: 495px;
	margin: 20px auto;
}

.shout-invalid {
	background: #FFFDD1;
}

#yshout fieldset {
	border: none;	
}

#yshout em {
	font-style: normal;
	font-weight: bold;
	color: #E6E6E6;
}

#yshout .shout-timestamp {
	font-weight: normal; 
	color: #BDBDBD;
}

#yshout p {
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 5px;
}

#yshout #shout-form {
	margin-top: 15px;
	padding: 5px;
	background: #212121;
}

#yshout {
	overflow: hidden;
}

#yshout .owner {
	background: #1C1C1C;
	border-bottom: 1px solid #2E2E2E;
}

#shout-name, #shout-text, #shout-button {
	margin: 0;
	padding: 0;
}

#yshout #shout-name {
	color: #666666;
	width: 90px;
	margin-right: 10px;
}

#yshout #shout-text {
	color: #666666;
	width: 290px;
	margin-right: 10px;
}

#yshout #shout-button {
	width: 50px;
}

#shouts a {
	color: #E3E3E3;
	text-decoration: none;
	border-bottom: 1px dotted #BDBDBD;
}

#shouts a:hover {
	color: #FFF;
	border-bottom-color: #FFF;
}