
#header {
	
}

#header h1 {
	margin-bottom: 0px;
	padding-bottom:0px;
	
	font-size:0px;
	color:white;
	
	width:356px;
	height:120px;
	
	background:white url( ../images/header.jpg ) no-repeat top left;

}

#header h2 {

	margin-top: 0px;
	padding-top: 0px;

	font-weight:normal;
}

.required {
	border:solid 2px red;
	background:#ffc;
}

.alert {
	color:blue;
}

.bgtext {
  color: black;
  float:right;
}

/* Form */

.form {
	padding:10px;
	list-style:none;
}

.form label {
	display:block;
	font-size: 9pt;
}


.input,
 input {
	background: white;
	margin-top:5px;
}

.button {

	font-family: "Franklin Gothic Medium", verdana, sans-serif;
	border: solid 1px #999;
	background:#eee;
	font-size:12pt;
}

/* Targeted elements */

#chatpane 
{
	height:300px;
	width:500px;
	border:solid 1px #E0E7B8;
	background:#FAFAF3;
	padding:4px;
}

#chatbuffer
{
	overflow:auto;
	height:300px;
	font-size:12px;
	line-height:18px;
	padding-left:16px;
}
#chatInpt{
	font-weight:bold;
	font-size:11px;
	color:#473C28;
	padding:20px;
}

#userpane
{
	height:300px;
	width:204px;
	border:solid 1px #E0E7B8;	
	color:Black;
	
	overflow:auto;
	
	background:#FAFAF3;
	padding:4px;
}

#userlist
{
	padding-left:10px;
	font-size:12px;
}

#chatpane ul,
#userpane ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#chatpane ul li,
#userpane ul li 
{
	font-size:8pt;
}

#stats,
#charcount 
{
	font-size:8pt;
	padding:3px;
	border:solid 2px white;
	background:#eef;
	margin:1px;
	display:inline;
}

#archivelink
{
	font-size:8pt;
	padding:3px;
	border:solid 2px white;
	background:#eef;
	margin:1px;
	display:inline;
}

#footer {
	
	border-top: solid 2px #ccc;
	margin-top:20px;
	padding:5px;
	text-align:center;
}

#footer1 {
	/*margin-top:20px;*/
	padding:5px;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	line-height:12px;
	color:#473C28;
	font-weight:bold;
}

.servermsg 
{
	color:Red;
}

.actionmsg
{
	color:Blue;
}

.mytext 
{
	width:98%;
	border:1px solid #E0E7B8;
}

.clear 
{
	clear:left;
}
