/*body {
	background: none;
}*/

#book_top {
	position: relative;
	height: 45px;
	width: 633px;
	background: url(../images/i4nr-lightbox-top.png) top left no-repeat;
}
	#book_top p {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
	}
		#book_top p a {
			display: block;
			width: 45px;
			height: 18px;
			background: url(../images/i4nr-lightbox-close.gif) top left no-repeat;
		}

#book {
	width: 633px;
	background: url(../images/i4nr-lightbox-rpt.png) top left repeat-y;
	position:relative;    /* MINE */
}
	#book p {
		padding: 0 20px 10px 70px;
	}
	#book h3 {
		clear: both;
		margin: 0 0 0 70px;
		font-size: 1.2em;
		line-height: 2em;
		color: #333333;
	}
	#book #content {
		overflow: auto;
		margin-left: 70px;
		height: 270px;
		width: 524px;
		border: none;
		background: none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .9em;
	}
	#book .twocol {
		width: 100%;
	}
		#book .twocol th {
			/*width: 50%;      width: 50% */
			text-align: left;
		}
		#book .twocol td {
			padding: 0 0 5px 10px;      /* padding: 0 0 5px 70px; */
		}
			#book .twocol td input {
			/* 	width: 50%;      width: 80%  */
			}
	
	#book hr.lightbox {
		margin-left: 70px;
		width: 524px;
		height: 3px;
		background: url(../images/i4nr-lightbox-underline.gif) top left no-repeat;
	}

#book_base 
{
    position:relative;
	height: 40px;
	width: 633px;
	background: url(../images/i4nr-lightbox-base.png) top left no-repeat;
}

	#book_base p.submit {
		position: absolute;
		top: 2px;
		left: 68px;
		width: 60px;
	}
		#book_base p.submit a {
			display: block;
			width: 60px;
			height: 21px;
			background: url(../images/i4nr-btn-submit.gif) top left no-repeat;
		}
        #book_base p.submit a:hover {
            background-image: url(../images/i4nr-btn-submit-o.gif);
        }
