@CHARSET "ISO-8859-1";

body {
	background-image: url(book/bg_blue1b.gif);
	/*background-size: 100% 100%;
	background-repeat: no-repeat;*/
}

html {
	min-height: 100%
}

#login_table {
	text-align:center;
}

#error_message {
	position:absolute;
	color: red;
	background-color:white;
	padding:5px;
	margin-top: 170px;
	margin-left: 100px;
	width:280px;
}

.title {text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt}