#header {
	padding:10px;
	/*background:url(images/head___.png) repeat-x left bottom;*/
	padding-bottom: 20px;
}

#credit {
	float:right;
	color:#567B9B;
	line-height: 130%;
	background:url(images/logo.png) no-repeat left top;
	padding-left:85px;
	height: 100px;
}

#credit h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0.3em;
}

#credit p {
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}

#credit a, #credit a:visited  {
	color:#567B9B;
}

input {
	margin-right: 8px;
}

h2 {
	display: none;
}

h3 {
	font-size: 1em;
	color: #FFD039;
	font-weight: bold;
	padding: 0px;
	margin:1.5em 0px 0.5em 0px;
}

#description p {
	color: #DDE2F2;
	font-size: 1em;
	margin:0.5em 0px 0.5em 0px;
}

#description a, #description a:hover, #description a:visited {
	color: #FFF;
}

#description a:hover {
	color: #F0F2CA;
}

#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 0px 15px 8px;
}

#chatoutput ul li {
	background:#E2DABB url(../_images/conf_images/chat_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:8px 12px 12px 12px;
	font-weight: bold;
	margin:0px;
	color:#333;
	line-height: 150%;
	margin-bottom:8px;
	list-style:none;
}

#chatoutput ul li span.name {
	display: block;
	/*background:url(images/bubble.png) no-repeat left;*/
	padding-left:19px;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #DFE5EB;
}

#chatoutput ul li:hover span.name {
	color: #FFF;
	/*background:url(images/bubblehover.png) no-repeat left;*/
}

form {
	padding:0px;
	margin:5px;
}

label {
	color: #567B9B;
	display: block;
	margin-top:7px;
	margin-bottom: 3px;
	font-weight: bold;
}

#chatoutput {
	text-align: left;
	margin-right: 0px;

}

#description {
	float: right;
	width: 235px;
	padding-right: 10px;
	padding-left: 5px;
	color: #DDE2F2;
	line-height: 130%;
}

#description ul {
	margin:0px;
	padding:0px;
	padding-left: 1.5em;
}

#description ul li {
	margin-bottom: 0.4em;
}
