/* for nextblock images */
/* using IE7 Javascript from http://dean.edwards.name/IE7/install.html */
body, #content {
	background-attachment: fixed;
	background-image: url(nbbackground.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#header {
	background-image: url(nblogotransparent_small.gif);
	background-position: 1em .5em;
	background-repeat: no-repeat;
}
#headerprodview {
	background-image: url(nblogotransparent_67.gif);
	background-position: 1em .5em;
	background-repeat: no-repeat;
}
/*#login h2, #supnav h2, #rhs h3, #weeklyfeature h2 {
	background-image: url(favicon.gif); padding-left:18px;
	
}*/
#weeklyfeature h2 {
	background-image: url(favicon.gif); padding-left:1.5em;
	background-repeat: no-repeat;
	margin-left:.5em;
}
#indexleft .weeklyboxes h2 {
	background-image: url(favicon.gif); padding-left:1em;
	background-repeat: no-repeat;
	margin-left:.5em;
}
/*#indexleft #storerestsvc h3 {
	padding-left:0;
}*/
#indexleft h3 {
	background-image: url(favicon80.gif);
	background-repeat: no-repeat;
	padding-left:16px;
}
/*although this is not an image, the style is for an image only */
#buzzinc {
	height:115px!important;
}
#buzzcaption {
	font-size:80%;
}
.checkthis {
	/*background-image: url(check.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	padding-left:1.5em;
}
.external {
	/*background-image: url(link-external.png);*/
	background-position: top right;
	padding-right:11px;
	background-repeat: no-repeat;
}
.pagesnext {
	background-image: url(next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:9px;
}
.pagesprevious {
	background-image: url(previous.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
}
a.pdf {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding-right:12px;
	background-position: right;
}
ul#youareherea li a {
	padding-right: 10px;
	background: transparent url(next.gif) no-repeat 98% 50%;
}
ul#youareherea li#youareherefirst {
	background: transparent url(next.gif) no-repeat 98% 50%;
	padding-right: 15px;
}
form label.required {
  background-image:none/* url(required.gif)*/;
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.problem {
  background-image: url(caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form legend.problem {
  background-image: url(caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
	
}
form label.completed {
/*  background-image: url(complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;*/
  background-image: none;
  background-position:3px 0px;
}
