#divShoutBox {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	
	border: 1px solid #666;
	margin: 1px 0px 0px 0px;
	
	background: url('http://garrysmod.fi/forums/kshout/images/tausta.jpg');
}

#divShoutForm {
	padding: 4px 0px 4px 4px;
	margin: 4px 0px 0px 0px;
	
	border-top: 1px solid #666;
	background-color: #FFF;
}

#divShoutLeft {
	width: 372px;
	float: left;
}

#divShoutRight {
	width: 128px;
	float: right;
	text-align: right;
}

#divShoutRight p {
	padding: 3px 4px 0px 0px;
	margin: 0px;
}

.pError {
	//
}

.pShout {
	padding: 2px 4px 2px 4px;
	margin: 0px;
	
	border-bottom: 1px dotted #AAA;
	word-wrap: break-word;
}

.pSystem {
	color: #444;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px #BBB;*/
}

#inputShout {
	width: 256px;
}

.spanShoutAdmin {
	padding-right: 4px;
}

.spanShoutAdmin a {
	cursor: pointer;
}

.spanShoutAdmin img {
	border: 0;
}

.spanShoutAdmin img:hover {
	//
}

.spanShoutTime {
	color: #666;
	padding-right: 4px;
}

.spanShoutUser {
	//
}

.spanShoutMsg {
	//
}