@CHARSET "UTF-8";

/* Form styles */
#cheers-tweed { 
	display: none;
	margin: 10px; 
	padding: 5px;
}

#cheers-tweed fieldset {
	background-color: #FFF; 
	border: #EEE 1px solid;
}

#cheers-tweed form fieldset { 
	margin: 10px 0; 
	padding: 10px;
	border: #DDD 1px solid; 
}

#cheers-tweed form legend { 
	font-weight: bold; 
	color: #666; 
}

#cheers-tweed form fieldset div { 
	/*padding: 0em 0;*/ 
}

#shoutbox {
		height:30px;
		min-height:30px;
		max-height:30px;
		text-align: center;
		padding-top: 15px;
		background-repeat: no-repeat;
		display: none;
	}
	
	#shoutbox .msg {
		position: relative;
		float: left;
		width: 80%;
	}
	
	#shoutbox .btn {
		position: relative;
		float: right;
	}
	
	#messagesmain-cheers {
		background:#f5f5f5;
		margin-right:auto;
		margin-left:auto;
		height: 100px;
		min-height:100px;
		max-height:100px;
		margin-top:3px;
		overflow: auto;
		word-wrap: break-word;
	}
	
	#messagesmain-cheers .groupchat {
		border-top: 1px solid #fdfdfd;
		border-bottom: 1px solid #f1f1f1;
		margin: 0px;
		padding: 0px;
		position: relative;
		_position: static;
		overflow: hidden;
	}
	
	#messagesmain .groupchat-timestamp {
		color: #b3b3b3;
	}
	
	#beer-cheer {
		position:absolute;
		margin-top:190px;
		margin-left:70px;
		width: 200px;
		/*background-color: red;*/
	}
	
	#beer-cheer-pseudo {
	
	}
	
	#beer-cheer-msg {
		font-style: italic;
		padding-top: 10px;
		font-size: 120%;
		text-align: center;
	}
	
	#beer-cheer-place {
		padding-top: 10px;
		color: #696565;
		text-align: right;
	}
	
	#beer-cheer-img {
		position:absolute;
		margin-top:20px;
		margin-left:240px;
	}