@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/library/bookreviews/background.png);
}
.banner {
	background-color: #BD193C;
}
.cornerimage {
	background-image: url(../img/library/bookreviews/corner.gif);
	background-repeat: no-repeat;
}
.content {
	background-color: #8B8B8B;
	border: 4px ridge #BE1A3D;
}
a:link {
	color: #000033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.reviewfailed {
	background-image: url(../img/feedback/bookreviewfailed.gif);
	background-repeat: no-repeat;
	background-position: center;
}

