* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-size: 90%;
}

div#logo {
	text-align: center;
}

div#banner {
	height: 60px;
	text-align: center;
	position: relative;
	top: -60px;
	margin-left: 2px;
}

div#wrapper {
	width: 100%;
	text-align: center;
}

div#content {
	width: 728px;
	background: #f0f0ff URL(images/contop.png) top repeat-x;
	border-bottom: 2px solid #000000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #0000ff;
	position: relative;
	top: -60px;
	overflow: auto;
}

div#content h3 {
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #000000;
}

div#content b,strong {
	color: #000000;
}

div#content i,em {
	color: #181818;
	font-size: 75%;
}

div#content fieldset {
	border: 1px dotted #000000;
	background: #ffffff;
	padding: 10px;
	text-align: center;
}

div#content .textbox {
	background: #f0f0ff;
	color: #000000;
	font-weight: bold;
}

div#message {
	display: none;
	text-align: center;
}
p#mestext {
	border: 1px solid #000000;
	margin: 5px;
	padding: 10px;
}

div#conversation {
	display: none;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background: #ffffff;
	text-align: center;
}

ul {
	text-align: left;
}

label {
	font-weight: bold;
}

#leftname {
	float: left;
}
#rightname {
	float: right;
}

#resultlist {
	list-style-type: none;
}
.colour1 {
	background: #aaaaee;
}
.colour2 {
	background: #9090cc;
}

a img {
        border: 0;
}

.button {
	background: #f8f8ff;
	color: #0000ff;
	font-weight: bold;
	border: 1px outset #000000;
}
.button:hover {
	background: #18181f;
	color: #ff0000;
	border: 1px inset #000000;
}

div#footer {
	width: 728px;
	text-align: center;
	font-size: 75%;
	color: #000000;
	position: relative;
	top: -60px;
	padding: 0px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

div#footer a {
	text-decoration: none;
	color: #ff0000;
}

