@charset "utf-8";

.menu ul li.current a {
	color: #000;
	text-decoration: none;
	cursor: inherit;
}

.error-message{
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	width: 98%;
}

.input{
	margin-bottom: 3%;
}