
*
{
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
}

body
{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	overflow:auto;
	background-color:white;
}

form
{
	padding:0px;
	margin:0px;
}

.centre
{
	position:absolute;
	left:50%;
	top:50%;
	height:10px;
	width:10px;
}

.main
{
	position:absolute;
	height:340px;
	width:520px;
	top:-180px;
	left:-260px;
	overflow:hidden;
}

.main2
{
	margin-bottom:8px;
	border:1px solid black;
	background-color:#fdf5c8;
}

.vers, .copy
{
	font-size:9px;
}

.vers
{
	margin-top:12px;
	padding:4px;
}

.notice
{
	color:blue;
}

.error
{
	color:red;
}

.notice, .error
{
	text-align:center;
	height:50px;
	padding-top:8px;
}

.chg_pass
{
	color:blue;
}

.pearson_link
{
	color:#6699CC;
	font-size:9px;
}

#cancel, #logon
{
	width:80px;
}

