body {
	background-attachment: scroll;
	background-image: url(images/bg-popup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	padding-top: 30px;
	padding-left: 64px;
}
label {
	display: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

img { border: none; text-align: center;}

/* Quality Ratings */

.qualityratingslist { list-style:none; padding:0; margin:0 10px 0 0; }

li.df1 { background: url(images/1df.gif) no-repeat 0 5px; padding: 0 0 0 70px; margin-bottom: 1em; }
li.df2 { background: url(images/2df.gif) no-repeat 0 5px; padding: 0 0 0 70px; margin-bottom: 1em; }
li.df3 { background: url(images/3df.gif) no-repeat 0 5px; padding: 0 0 0 70px; margin-bottom: 1em; }
li.df4 { background: url(images/4df.gif) no-repeat 0 5px; padding: 0 0 0 70px; margin-bottom: 1em; }
li.df5 { background: url(images/5df.gif) no-repeat 0 5px; padding: 0 0 0 70px; margin-bottom: 1em; }

.smalltext {
	font-size: 80%;
}