body {
	background: #FFFFFF;
	font-family: Lucidia, 'verdana', 'arial', _sans;
	font-size: 12px;
	color: #0066CC;
}

h,h1,h2,h3,h4,h5 {
	font-size: 14px;
	font-weight: bold;
}

table,p,tr,td,th,li {
	font-size: 12px;
}

a,a:link,a:visited {
	color: #888;
	text-decoration: none;
	font-size: 12px;
}

a:active {
	color: #888;
	font-size: 12px;
}

a:hover {
	color: #555;
	font-size: 12px;
}

.main {
	width: 350px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #000069;
}

.err_top {
	position: relative;
	top: 0px;
	height: 51px;
	margin: 0px;
}

.err_middle {
	position: relative;
	top: 0px;
	margin: 0px;
}

.err_base {
	position: relative;
	top: 0px;
	height: 28px;
}