body {
	text-align: center;
}

a img {
	border: 0;
}

form input, form textarea {
	border: 1px solid #2020bc;
	padding: 0px;
	padding-left: 1px;
}

#header {
	float: left;
}

#menu {
	border-bottom: 1px solid #2020bc;
	margin-bottom: 1em;
	text-align: right;
}
#menu a, #menu a:visited {
	text-decoration: none;
	color: #2020bc;
}

.status {
	margin: 0 auto;
	width: 35em;
	background: #ddd;
	border: 1px solid #2020bc;
	color: #bcaf20;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
.status .statimg {
	float: left;
	padding-top:10px;
}

.cbox {
	text-align: left;
	margin: 0 auto;
	width: 40em;
	border: 1px solid #2020bc;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}

.cbox .title {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #2020bc;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #bcaf20;
}

.cbox table.friends {
	border-spacing: 0px;
	width: 100%;
}
.cbox table.friends td, .cbox table.friends th {
	padding: 0px;
	margin: 0px;
}
.cbox table.friends tr {
	background: #fff;
}
.cbox table.friends tr:hover {
	background: #bcaf20;
}

.alert {
	width: 100%;
	margin-top: 1em;
}
.alert .message {
	background: #ddd;
	display: block;
}
.alert .time {
}
.alert .control {
}

