@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* FORM *******/
#form{
	padding:0px;
	margin:0px;
}
#form table td{
	text-align: left;
	font-size: 11px;
}
#form label{
	font-weight: 700;
}

#form input{
	width:218px;
	
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #666;
	font-size: 11px;
}

#form textarea {
	width:218px;
	height:50px;
	
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #666;
	font-size: 11px;
}

#form input#send {
	width:220px;
	
	color:#5f95ef;
	font-weight:bold;
}

/******* /FORM *******/
/******* MENU *******/
#shoutbox-container{
	margin: 10px auto;
	width: 290px;
}
#shoutbox-container ul{
	list-style: none;
	list-style-position: outside;
	padding:0px;
	margin:0px;
}
#shoutbox-container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#shoutbox-container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #5f95ef;
	cursor: pointer;
}
/******* /MENU *******/
/******* CONTENT *******/
.content {
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	width:270px;
	height:180px;
	overflow:auto;
}
.content h1{
	padding:0px 0px 10px 0px;
	margin:0px;
	
	color:#666666;
	font-size: 20px;
}
.date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}

#shoutbox-container .content ul li {
padding:0px;
margin:0px 0px 10px 0px;
}

/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
/******* /LOADING *******/