html, body {
	background: #f9f9f9;
	font-family: arial, sans-serif;
}
h1 {
	background: #333;
	border: 1px solid #ddd;
	border-bottom: 0;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0;
}
h2 {
	text-align: center;
	font-size: 2em;
	color: #ffffff;
	padding: 0 0 10px 0;
	margin: 0;
}
#footer {
	color: #999;
	font-size: .75em;
	text-align: center;
	margin: -5px 0 20px 0;
}
#footer img {
	height: 22px;
	margin: 0 1px;
	position: relative;
	top: 7px;
}
#footer a img {
	opacity: 0.8;
	border: none;
}
#footer a:hover img {
	opacity: 1;
}
#footer a {
	color: #19F233;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	text-decoration: underline;
}
.container {
	background: #fff;
	margin: 100px auto 0 auto;
	width: 450px;
	border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0 3px 10px #888;
	-moz-box-shadow: 0 3px 10px #888;
	box-shadow: 0 3px 10px #888;
}
#content {
	border-top: 0;
	padding: 20px 0 15px 39px;
	background: #fff;
}
.bottom_link {
	font-size: .9em;
	text-decoration: none;
}
.bottom_link:hover {
	text-decoration: underline;
}
.success, .info, .warning, .error {
	width: 340px;
        margin-bottom: 0;
        font-size: .95em;
}
