@CHARSET "UTF-8";

body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #222;
}

table {
	font-family: sans-serif;
	font-size: 12px;
}

a {
	outline: 0;
}

#messagebox {
	padding: 8px;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #fcffcd;
	border: 1px solid #9fa447;
	position: absolute;
	left: 25%;
	top: 100px;
	width: 50%;
	z-index: 10
}

#messagebox a {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
	font-size: 13px;
	font-family: sans-serif;
}

#errorbox {
	padding: 8px;
	font-family: sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #ffaeae;
	border: 1px solid #854646;
	position: absolute;
	left: 25%;
	top: 100px;
	width: 50%;
	z-index: 10
}

#errorbox a {
	text-decoration: underline;
	font-weight: bold;
	color: #000080;
	font-size: 13px;
	font-family: sans-serif;
}

.errorform {
	padding: 3px;
	color: red;
}

legend {
	font-size: 18px;
}

/* General success system message */
.messagebox {
	background-color: orange;
	color: #000;
	font-weight: bold;
	width: 380px;
	text-align: center;
}

/* General error system message */
.errorbox {
	background-color: #993333;
	color: #fff;
	font-weight: bold;
	width: 380px;
	text-align: center;
}

/* Register page main box */
#registerbox {
	padding: 20px 20px 15px 20px;
	border: 1px solid #c0c0c0;
	width: 500px;
}

/* Login Box */
#loginbox {
	padding: 20px 20px 15px 20px;
	border: 1px solid #c0c0c0;
	width: 400px;
	text-align: center;
}

/* Form hint error - used on registration page */
.formerror {
	color: red;
	font-size: 10px;
}