body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('../images/kubrickbgcolor.jpg');
	color: #050505;
	text-align: center;
	}

li{
	list-style:none;
}

div#chatbox{
	background: url('../images/chatbg.png');
	height:480px;
	width:400px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:#a8a8a8 0px 0px 5px;
	-webkit-box-shadow:#a8a8a8 0px 0px 5px;
	box-shadow:#a8a8a8 0px 0px 5px;
	margin:auto;
}

div#chatbox div#header{
	margin:5px 0;
	height:30px;
}

div#chatbox div#header a#close{
	float:left;
	margin:3px 10px;
	height:15px;
	width:15px;
	display:block;
	background:url('../images/close.png');
	line-height:11px;
}

div#chatbox div#content, div#chatbox div#forbidden_content{
	margin:5px 5px;
	background:#fff;
	width:390px;
	height:350px;
	overflow: auto;
	font-size:12px;
	text-align:left;
	-moz-border-radius: 5px 5px 0 0px;
	border-radius: 5px 5px 0 0px;
	-webkit-border-radius:5px 5px 0 0px;	
}

div#chatbox div#message #corpse{
	margin:5px 5px;
	background:#fff;
	-moz-border-radius: 3px 0px 3px 0px;
	border-radius: 3px 0px 3px 0px;
	-webkit-border-radius:3px 0px 3px 0px;
	height:70px;
	width:300px;
	float:left;
}

div#chatbox div#message #send_button{
	margin:5px 5px;
	display:block;
	background: url('../images/chatbg.png');
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-border-radius:35px;
	border:1px #898989 solid;
	height:70px;
	width:70px;
	float:left;
	line-height: 65px;
	text-decoration:none;
	color:#454545;
	font-size:15px;	
}

div#chatbox div#message #send_button:hover{
	color:#eaeaea;
}



#chatbox span.admin{
	color: #20B2AA;
	font-weight:bold;
}
