/* CSS Document */

.shoutbox {	
	width:300px;	
	height:200px; 
	overflow:auto;
	font-family:Tahoma;
	margin-left:auto;
	margin-right:auto;
	border:#876A4A 1px dashed;
}
.bottompane {
	width:100%;
	padding-top:15px;
}

div.message{
	width:279px;
	font-family:Tahoma;
	font-size:12px;
	min-height:40px;
	border-bottom:1px #894C2F dashed;	
	color:#333333;	
}
.restictWord{
color:#e6eed0;
font-weight:bold;
}
div.message:hover{
	background:#402A00;	
	color:#FFFFFF;
	cursor:pointer;
}

div.message:hover .messagename2, div.message:hover .messagecontent
{
	color:#F3F3F3;
}


.messagedate{
	padding-top:5px;
	text-align:right;
	font:Tahoma;
	font-size:9px;	
	width:279px;
}

.messagename{	
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	padding-bottom:2px;
	
}
.messagename2{	
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	color:#9B6411;
	font-weight:bold;
	width:279px;
	
}

.messagecontent{
	font-family:Tahoma;
	font-size:11px;
	padding-left:5px;
	text-align:justify;
	font-weight:bold;
	height:auto;
	color:#663300;
	width:279px;

}
.toppane{
	width:100%;
	height:20px;
}
.lowerpane{
	width:100%;
	/*padding-bottom:5px;*/
	height:20px;
}
.messagebox{
	border:1px solid #666666;
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	width:100%;
}
.name{
	border:1px solid #666666;
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	width:100%;
}
.nameholder{
	width:250px;
	float:right;
	height:20px;
}
.namecaption{
	width:30px;
	float:left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
}
.messageholder{
	width:250px;
	/*padding-top:5px;*/
	float:right;
	height:20px;
}
.messagecaption{
	width:30px;
	/*padding-top:10px;*/
	float:left;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
}

