input, select {
	border: 1px solid black;
}

form {
	margin: 0;
	padding: 0;
}

html {
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
	font-size:0.9em;
}

body {
	margin:0;
	padding:0;
	background:url(../images/body_background.jpg) repeat-x #000f24;
}

a img {
	border:none;
}


/* CHAT APP STUFF */

.chat_form {
	float:left;
	display:block;
	margin:150px 0 0 200px;
}

#chatfield {
	height: 453px;
	width: 558px;
	overflow: auto;
	padding: 1px;
	float: left;
	margin:70px 0 0 20px;
}

#chatcontrols {
	width:710px;
	height:55px;
	margin:5px 0 0 19px;
}

#chatbuttons {
	float:left;
	display:block;
	width:100%;
}

.chat-button {
	float:left;
	display:block;
	margin:2px;
	height:22px;
}

#chaterrors {
	float:left;
	display:block;
	width:300px;
	height:20px;
}

#memberlist {
	float: right;
	height: 453px;
	width: 143px;
	margin:70px 20px 0 0;
	padding:1px;
	overflow: auto;
}

#memberlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#container {
	float:left;
	display:block;
	margin:0;
	width: 750px;
	height: 600px;
	background:url(../images/container_background.jpg) no-repeat;
}
#header {
	background-color:#001736;
	color: white;
	margin-bottom: 5px;
	padding: 1px;
	padding-left: 20px;
}

#settings {
	display: none;
	width:710px;
	height:55px;
	margin:5px 0 0 19px;
}

#text {
	width: 100%;
	background:#ffffff;
}

#text:focus {
	background:#ffffff;
}

.infomessage {
	font-style: italic;
	color: #999;
}

.errormessage {
	font-style: italic;
	color: #c00;
}

.joinmessage {
	font-style: italic;
	color: #0c0;
}
.leavemessage {
	font-style: italic;
	color: #c00;
}
.motd {
	font-style: italic;
	color: #66c;
}

.chatcore-username {
	float:left;
	display:block;
	color:#2E6E9E;
	margin:0 5px 0 0;
}