body {
	background	:	#ffffff;
	margin		:	0px;
	padding		:	0px;
	font-family	:	Arial, sans-serif;
	font-size	:	10px;
}
a {
	font-size	:	9px;
}
h1 {
	font-size	:	16px;
	font-weight	:	bold;
	padding		:	0px;
	margin		:	0px;
	color		:	#575757;
}
p {
	text-align	:	justify;
}
#userform {
	border		:	5px solid #DEDEDE;
	width		:	270px;
	height		:	370px;
	padding		:	10px;
}
#hidforms {
	width		: 	255px;
	height		:	255px;
	background	:	#DEDEDE;
	padding		:	5px;
}
#passform {
	display		:	none;
}
#avatarform {
	display		:	none;
}
#msgform {
	display		:	none;
}
#tzform {
	display		:	none;
}
.timezonedrop {
	font-size	:	9px;
	width		:	250px;
}
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	:	10px;
	font-weight	:	bold;
	color		:	#ff0000;
}
.success{
	font-size	:	10px;
	font-weight	:	bold;
	color		:	#008000;
}
.validated{
	width		:	488px;
	margin		:	10px auto auto auto;
	padding		:	10px;
	text-align	:	justify;
}
