* {
	margin: 0;
	padding: 0;
}

body {
	font: 15px/20px tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #888;
}

input[type="image"] { outline: 0; }

p { margin: 1em 0; }

#header { background-color: #fff; }

#container {
	background-color: #00959c;
	color: #e0e0e0;
}

#logo, #content { width: 470px; }

#header {
	text-align: center;
	border-bottom: 1px solid #111;
}

#content {
	margin: auto;
	padding-top: 10px;
}

a img { border: 0; }

th { text-align: left; }

#footer {
	clear: both;
	padding: 10px;
	background-color: #888;
	border-top: 1px solid #111;
	text-align: center;
	color: #fff;
	font: 12px Georgia, Serif;
}

#footer[id] {
	background: #888 url(../images/shadow.png) repeat-x 0 0;
}

#flash-confirm {
	line-height: 32px;
	padding: 5px;
	font-weight: bold;
	text-indent: 37px;
}

#flash-confirm ol { padding-left: 32px; }

#flash-confirm li {
	text-indent: 0;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 5px;
}

.flash-success {
	border-top: 1px solid #6c6;
	border-bottom: 1px solid #6c6;
	background: #c3fdd0 url(../images/apply.png) no-repeat 5px 5px;
	color: #1f3f25;
}

.flash-failure {
	border-top: 1px solid #c33;
	border-bottom: 1px solid #c33;
	background: #fcc url(../images/block.png) no-repeat 5px 5px;
	color: #600;
}

.error {
	border-color: #c33;
	background-color: #fcc;
}

#content a {
	background-color: blue;
	color: #fff;
}