
#RR_flds {
	position: relative;
	height: 280px;
	width: 600px;
	top: 10px;
	left: 0px;
}

#lblMember {
	position: absolute;
	top: 30px;
	left: 30px;
}
#Member {
	position: absolute;
	top: 30px;
	left: 200px;
}
.ErrMember {
	position: absolute;
	top: 30px;
	left: 500px;
}

#lblPassword {
	position: absolute;
	top: 60px;
	left: 30px;
}
#Password {
	position: absolute;
	top: 60px;
	left: 200px;
}
.ErrPassword {
	position: absolute;
	top: 60px;
	left: 500px;
}

#lblRating {
	position: absolute;
	top: 90px;
	left: 30px;
}
#Rating {
	position: absolute;
	top: 90px;
	left: 200px;
}


#lblComment {
	position: absolute;
	top: 120px;
	left: 30px;
}
#Comment {
	position: absolute;
	top: 120px;
	left: 200px;
}

#btnSubmit {
	position: absolute;
	top: 230px;
	left: 200px;
	width: 200px;
	text-align: center;
}

