body {
	background-image: url(/images/bk.gif);
	background-repeat: repeat-x;
}
.message_error {
	height: 400px;
	width: 550px;
	overflow: auto;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #0066FF;
}
.message {
	overflow: auto;
	height: 100px;
	width: 500px;
}

