﻿#pageReview {
	margin-top: 10px;
	/*padding-top: 100px;*/
	width: 796px;
	background: url(../images/i4nr-page-rpt.png) top left repeat-y;
}
	#pageReview #titlePanel {
		position: relative;
		top: 0px;
		left: 0px;
		width: 893px;
		height: 190px;
		background: url('../images/i4nr-head-about.png') no-repeat left top;
        bottom: 0px;
    }
		#pageReview #titlePanel h1 {
			margin: 0;
			padding: 15px 0 0 100px;
		}
		#pageReview #titlePanel p {
			padding: 20px 0 0 90px;
			font-size: .8em;
		}
	#pageReview h2 {
		padding-left: 90px;
	}
	#pageReview .snapshot {
		height: 210px;
	}


#editReview 
{
    margin-top:-20px;
	padding: 0px 20px 10px 90px;
}
	#editReview hr.lightbox {
		margin: 10px auto;
		width: 524px;
		height: 3px;
		background: url(../images/i4nr-lightbox-underline.gif) top left no-repeat;
	}
	#editReview p {
		padding-bottom: 10px;
	}
        #editReview p.close a 
        {
            float:right;
            display: block;
            margin-top:20px;
            width: 45px;
            height: 18px;
            background: url(../images/i4nr-lightbox-close.gif) top left no-repeat;
        }
	    #editReview p.stars {
		    padding-bottom: 30px;
	    }
	#editReview h3 {
		clear: left;
		font-size: 1.3em;
		line-height: 1.3em;
	}
	#editReview #content {
		/*height: 100px;
		width: 600px;
		background: none;*/
		font-family: Georgia, Times New Roman, Arial;
		font-size: .9em;
		border:solid 1px #CCCCCC;       /* MINE */
	}
	
	#editReview #MsgBotReview span {
        color:Red;
        font-size:x-small;
        padding-bottom:5px;
    }
    
    #editReview p.TandC {
        margin-left:150px;
        font-size:x-small;
    }
        #editReview p.TandC img {
            border-width:0px;
            margin-right:3px;
        }

	#editReview p.submit {
		margin-left:150px;
		margin-top:5px;
	}
		#editReview p.submit a {
			display: block;
			width: 60px;
			height: 21px;
			background: url(../images/i4nr-btn-submit.gif) top left no-repeat;
		}
        #editReview p.submit a:hover {
            background-image: url(../images/i4nr-btn-submit-o.gif);
        }

.star {
    background: url(../images/star.gif) no-repeat 0 -32px;
    height:17px;
    width:17px;
}

.fullstar {
    background: url(../images/star.gif) no-repeat 0 -16px;
    height:17px;
    width:17px;
}

.waitingstar {
    background: url(../images/star.gif) no-repeat 0 -32px;
    height:17px;
    width:17px;
}

.emptystar {
    background: url(../images/star.gif) no-repeat 0 0px;
    height:17px;
    width:17px;
}

.somebloodytextbox {
    width:200px;
    float:left;
}




