html {
	background-color: transparent;
}

body {
	background: #123 url("../img/body-bg.png") repeat-x 0 0;
	padding: 0;
	text-align: center;
	font: normal 62.5%/1 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

h1 {
	width: 325px;
	height: 50px;
	background: url("../img/title.png") no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	margin: 60px auto 10px;
}

h2 {
	margin: 0 auto 15px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color: #bef;
}

h2 a:hover {
	color: #39e;
}

.textbox {
	width: 220px;
	min-height: 30px;
	font-size: 2em;
	vertical-align: middle;
	background: #fff url("../img/textbox-bg.png") repeat-x 0 0;
	border: 1px solid #ccc;
	color: #123;
}

.button {
	background: url("../img/button-bg.png") no-repeat 0 0;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0 0 5px;
}

.button a {
	background: url("../img/button-end.png") no-repeat 100% 0;
	display: block;
	float: left;
	min-width: 40px;
	min-height: 20px;
	padding: 9px 12px 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 1;
}

.button a:hover {
	color: #4af;
}

.popup {
	background: url("../img/popup-bg.png") no-repeat 50% 0;
	padding-top: 11px;
	display: -moz-inline-box;
	display: inline-block;
}

.popup p {
	background-color: #28d;
	padding: 1.5em 2em;
	margin: 0 auto;
	font-size: 1.3em;
}

.error {
	color: #fd3;
}

.error .icon {
	background: url("../img/icon-error.png") no-repeat 0 50%;
	padding: 1em 0 1em 30px;
}

.tip {
	color: #036;
	margin-bottom: 1em;
}

.tip p {
	display: block;
	padding-bottom: 0.2em;
}

.tip .icon {
	background: url("../img/icon-tip.png") no-repeat 0 50%;
	padding: 1em 0 1em 30px;
}

.tip strong {
	font: normal 1.5em/2.25 Consolas, "Lucida Sans Typewriter", Monaco, "Courier New", Courier, monospace;
	color: #123;
}

.tip .username {
	border-bottom: 1px solid #049;
}

#recent {
	clear: both;
	background: #012 url("../img/icon-recent.png") no-repeat 50% 10px;
	margin: 1em auto 0;
	padding: 40px 2em 1.5em;
	display: -moz-inline-box;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#recent #add {
	font-size: 130%;
}

#recent label {
	color: #39e;
}

#recent h2 {
	display: none;
	margin: 1em 0 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #234;
}

#recent ul {
	font-size: 120%;
}

#recent ul a:link, #recent ul a:visited {
	color: #9ce;
	text-decoration: none;
}

#recent ul a:hover {
	color: #39e;
}

#recent li {
	padding-top: 0.5em;
}

#footer {
	color: #39e;
	font-size: 1.2em;
	line-height: 1.6;
	padding-top: 1em;
}

#footer .mute {
	color: #357;
}

#footer a {
	color: #39e;
	text-decoration: none;
	border-bottom: 1px solid #17c;
}

#footer a:hover {
	color: #5bf;
	border-bottom: 1px solid #4ad;
}