body {
	background	:	#ffffff;
	margin		:	0px;
	padding		:	0px;
	font-family	:	Arial, sans-serif;
}
p {
	text-align	:	justify;
}
#loginform {
	border		:	5px solid #ffcc00;
	width		:	370px;
	height		:	270px;
	padding		:	10px;
}
#registerform {
	border		:	5px solid #fb6400;
	width		:	570px;
	height		:	420px;
	padding		:	10px;
}
input[type=text]{
	width		:	182px;
	font-size	:	large;
	color		:	#575757;
}

input[type=password]{
	width		:	182px;
	font-size	:	large;
	color		:	#ff0000;
}

label {
	font-size	:	large;
	font-weight	:	bolder;
	color		:	#990000;
}

.error{
	font-size	:	12px;
	color		:	#ff0000;
}
.success{
	font-size	:	12px;
	color		:	#00ff00;
}
.validated{
	width		:	488px;
	margin		:	10px auto auto auto;
	padding		:	10px;
	text-align	:	justify;
}
