* {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: white;

	margin: 0px;
	padding: 0px;
}

body {
	background-color: #6d5211;
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#radio_container {
	position: absolute;
	left: 146px;
	top: 137px;
	width: 220px;
	height: 300px;
}

#lines {
	height: 35px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 17px;
	background-image: url(images/lines.gif);
	background-repeat: repeat-x;
}

#mailto {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#inputbox {
	position: absolute;
	top: 325px;
	left: 600px;
		
	width: 283px;
	height: 138px;
	
	background-image: url(images/inputbox.gif);
	background-repeat: no-repeat;
	
}

#hand {
	position: absolute;
	top: 410px;
	left: 885px;
}

#nick {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7F011A;
   
   position: absolute;
	top: 345px;
	left: 620px;	
	background-color: #b88302;
	
	width: 230px;
	
	/* border: 1px dotted #A47402; */
	border: 0px;
	
	height: 15px;
	padding: 2px;
}

#message {
	scrollbar-3dlight-color: #b88302;
	scrollbar-arrow-color: #6d5211;
	scrollbar-base-color:  #b88302;
	scrollbar-darkshadow-color:  #b88302;
	scrollbar-face-color: #b88302;
	scrollbar-highlight-color:  #b88302;
	scrollbar-shadow-color:  #b88302;
	scrollbar-track-color:  #b88302;

	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #EEEEEE;

   position: absolute;
	top: 372px;
	left: 620px;	
	
	width: 239px;
	height: 68px;
	
	background-color: #b88302;

	border: 0px;
	padding: 2px;
	
}

#message_container {
	position: absolute;
	top: 5px;
	left: 605px;

	height: 300px;
	width: 320px;
}

#refresh {
	padding: 0px;
	margin: 0px;
	
	width: 19px;
	height: 24px;
	
	position: absolute;
	top: 280px;
	left: 930px;
	cursor: pointer;
}

#refresh img {
	border: 0px;
}