@charset "utf-8";
/* CSS Document */

body, form, input, p, span {
	margin: 0;
	padding: 0;
}
#container {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #222;
}
a {
	text-decoration: none;
}
.error {
	color: red;
}
#author_link {
	font-size: 9px;
	color: #B0B0B0;
}
input {
	border: 1px solid #0099FF;
}
.button {
	height: 40px;
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
}
.button a {
	display:block;
	padding-left: 10px;
	background: url(/images/global/buttons_l.png) no-repeat scroll 0 -160px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}
.button span {
	display: block;
	padding: 13px 13px 13px 3px;
	font-size: 14px;
	line-height: 14px;
	color:#EAF1FF;
	background: url(/images/global/buttons_r.png) no-repeat scroll 100% -160px;
}
.button a:focus, .button a:hover, .button a:active {
	background-position: 0 -200px;
}
.button a:focus span, .button a:hover span, .button a:active span {
	background-position: 100% -200px;
}
span.message {
}
span.red {
}
span.green {
}
