ul.pipe {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	width: 100%;
}

ul.pipe li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
}

ul.pipe li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
ul.pipe li.logout {
	background-color: #990000;
}

#messages {
	color: #003300;/*I don't like red because it looks like an error*/
	list-style-type: disc;
}

#errors {
	color: red;
	list-style-type: square;
}
#loginTable td {
	padding: 0 5px 5px 0;
}
#register {
	margin: 0 0 0 30px;
	font-size: 14px;
}
#register a, p.button2 a {
	background: #003300;
	color: #FFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
#register a:hover, p.button2 a:hover {
	background: #B58401;
	text-decoration:none;
}
table.add_padding td {
	padding: 0 10px 10px 0;
}
#logout {
	float: right;
	text-align: right;
}
.button {
	background: #003300;
	color: #FFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
