ul.messages {
		top: 0px;
		background-color: black;
		border-width: 1px;
		border-color: #00b300;
		border-style: solid;
		color: #00b300;
		list-style-type: none;
		z-index: 200;
		right: 0px;
		position: fixed;
	}

ul.messages li {
		padding: 10px;
	}
