.mainbox{
	background-image:url(/images/review/writereview_middle_img.jpg); 
	width:936px; 
	clear:both;
	overflow:hidden;
}

.rbox{
	width:97%;
	clear:both;;
	margin-left:15px;
	margin-top:15px;
	}
.rboxtitle{
	 background:#eeeeee;
	 height:18px;
	 border-bottom:dotted 1px #333333;
	 position:relative;
	 margin-left:10px;
	 padding:10px;
	 font-weight:bold;
	 font-size:16px;
	}
.rboxcontent{
	width:97%;
	clear:both;;
	margin-left:28px;
	margin-top: 15px;
}

.rboxcontent p{
	margin-top: 9px;
}
.rboxstardiv{
	margin-top:5px;
	clear:both;
}
.rtopbar{
	height:32px;
	width:730px;
	position:relative;
	background-image:url(/images/review/writereview_r2_c3.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;  
	margin-top:6px;
	color:#FFF;
	font-size:18px;
	padding:3px;
	padding-top:10px;
}
.rback{
	height:20px;
	width:730px;
	text-align:right;
	float:left;
	margin-top:10px;
}
.red{
	color:red;
	font-weight:bold;
	font-size:14px;
}
.optiontitle{
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}

/*review list*/
#reviewlist{
	border:#999 1px solid;
	clear:both;
	hight:300px;
	padding:5px;
	width:94%;
	margin-left:20px;
	}
#reviewlist div#rtitle {
	font-size:18px;
	color:red;
	height:25px;
	width:100%;
	margin-top:10px;
	margin-left:20px;
	float:left;
	}
#reviewlist div#reviewcountleft{
	width:200px;
	float:left;
}
#reviewlist div#reviewmid {
	width:150px;
	margin-top:10px;
	margin-left:20px;
	float:left;
	}
#reviewlist div#rlist {
	width:100%;
}

.examples{
	font-size:10px;
	color:#666;
}
.stars{
	width:300px;
	float:left;
	margin-top:10px;
	height:26px;
}
.caption{
	font-weight:bold;
	font-size:12px;
	margin-left:15px;
	float:left;
	margin-top:10px;
}
.redit{
	background:url("/images/review/submit-btns.gif") no-repeat;
	background-position: -8px -10px;
    cursor: pointer;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}

a:hover .redit,
.redit:hover {
	background:url("/images/review/submit-btns.gif") no-repeat;
    background-position: -135px -10px;
    cursor: pointer;
    display:block;
    float:left;
    height: 36px;
    width: 100px;
}
.cancel{
	background:url("/images/review/submit-btns.gif") no-repeat;
	background-position: -8px -57px;
    cursor: pointer;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}

a:hover .cancel,
.cancel:hover {
	background:url("/images/review/submit-btns.gif") no-repeat;
    background-position: -135px -57px;
    cursor: pointer;
    display:block;
    float:left;
    height: 36px;
    width: 100px;
}

.rsubmit{
	background:url("/images/review/submit-btns.gif") no-repeat;
	background-position: -8px -109px;
	border:none;
    cursor: pointer;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}

.raback{
	background:url("/images/review/rback.jpg") no-repeat;
	background-position: -1px 0px;
	border:none;
    cursor: pointer;
    display:block;
    height: 23px;
    float:right;
    width: 100px;
}

a:hover .rsubmit,
.rsubmit:hover {
	background:url("/images/review/submit-btns.gif") no-repeat;
    background-position: -136px -109px;;
    cursor: pointer;
    border:none;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}

.redit{
	background:url("/images/review/submit-btns.gif") no-repeat;
	background-position: -8px -10px;
	border:none;
    cursor: pointer;
    display:block;
    height: 36px;
    float:left;
    width: 80px;
}

a:hover .redit,
.redit:hover {
	background:url("/images/review/submit-btns.gif") no-repeat;
    background-position: -136px -10px;;
    cursor: pointer;
    border:none;
    display:block;
    height: 36px;
    float:left;
    width: 80px;
}

.rpreview{
	background:url("/images/review/submit-btns.gif") no-repeat;
	background-position: -8px -168px;
	border:none;
    cursor: pointer;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}

a:hover .rpreview,
.rpreview:hover {
	background:url("/images/review/submit-btns.gif") no-repeat;
    background-position: -136px -168px;;
    cursor: pointer;
    border:none;
    display:block;
    height: 36px;
    float:left;
    width: 100px;
}
#rbuttons{
	margin-left:350px;
	margin-top:20px;
}

#writereviewerr{
	background:url('/images/review/errormsg.gif') #ffffcc no-repeat 3px 4px;
	background-image:url('/images/review/errormsg.gif');
	border:1px solid #ffcc99;
	color:#000000;
	cursor:default;
	font-size:14px;
	padding:5px 10px 5px 20px;
	text-decoration:none;
	white-space:nowrap;
	width:600px;
	left:80px;;
	position: relative;
	}

#write-review-content fieldset {
	float:right;
	width:340px; 
	padding:5px;
	font-size:10px;
}

#write-review-content fieldset legend img#review-tips-img{
	vertical-align:middle;
	margin-top:-20px;
}

#IE6ROOT #write-review-content fieldset {
	padding-top: 0px;
}

#IE6ROOT #write-review-content fieldset legend {
	margin-bottom: 5px;
}

#IE6ROOT #write-review-content fieldset legend img#review-tips-img{
	position: relative;
}

#IE6ROOT #write-review-content #product_extra {
	position: relatvie;
}