body {
	font-family:		sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-indent:		0px;
	text-decoration:	none;
	text-align:		left;
}

.errmsg {
	font-family:		sans-serif;
	font-size:		26px;
	font-weight:		bold;
	text-align:		center;
	text-indent:		0px;
	text-decoration:	none;
	color:			yellow;
	border-width:		2px;
	border-color:		white;
	border-style:		solid;
	padding:		10px;
	width:			200;
	vertical-align:		middle;
}

