.err {
	background-color: yellow;
}
.content {
	color: teal;
}
.delete {
	color: #ea4949;
	cursor: pointer;
	text-decoration: underline;
}
.notCompleteMsg {
    background-color: #E2E7F0; <%--#E7EFF7;--%>
    border: solid 1px #88A4D7;
    -moz-border-radius: 18px;
}
.ordered {
	background-color: #ffd9df;
	border: solid 1px #ea4949;
	-moz-border-radius: 20px;
	text-align: center;
	color: red;
	height: 42px;
}
.agreement {
	text-align: justify;
}
.eAgreement dt {
	font-size: small;
	font-weight: bold;
}
.eAgreement dd {
	text-align: justify;
}
.asterisk {
	color: red;
}
.noAccess {
	color: gray;
	cursor: pointer;
	text-decoration: underline;
}
.audio_video {
	text-decoration: none;
}
.pages {
	font-size: small;
}
.hiddenLinks {
	position: absolute;
	display: none;
}
.likeLink {
	cursor: pointer;
}
.fav {
	color: #ac8536;
	cursor: pointer;
}