

    
  




        



       
       



#review {
	position:relative;
	
	top:400px;
	left:0px;
	
}
 
 
#book {
	position:relative;
	background-color:tomato;
	height:100px;
	width:20%;
    left:70%;
	top:300px;
	}
#book a{
	position:absolute;
	background-color:black;
	color:white;
	height:50px;
	width:70%;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	left:15%;
	top:25px;
}
#ask {
	position:relative;
	background-color:tomato;
	height:100px;
	width:20%;
	left:40%;
	top:400px;
	
}
#ask a{
	position:absolute;
	background-color:black;
	color:white;
	height:50px;
	width:70%;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	left:15%;
	top:25px;
}


#customize{
	
    position:relative;
	background-color:tomato;
	height:100px;
	width:20%;
    left:15%;
	top:200px;
}

#customize a{
	position:absolute;
	background-color:black;
	color:white;
	height:50px;
	width:70%;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	left:15%;
	top:25px;
}	
#book:hover{
background-color:skyblue;
}
#book a:hover {
	background-color:skyblue;
}
#ask:hover{
background-color:skyblue;
}
#ask a:hover {
	background-color:skyblue;
}
#customize:hover{
background-color:skyblue;
}
#customize a:hover {
	background-color:skyblue;
}


	



#rating-wrapper label{
	display:inline-block;
	width:10px;
	position:relative;
	cursor:pointer;
	right:1800px;
	bottom:40px;
}


#rating-wrapper{
	direction:rtl;
	}
	label:hover{
	color:green;
	}
	label:hover ~ label{
		color:yellow;
		
		
	}
	
#rating-wrapper input:checked~label{
	color:red;
}
	
#rating-wrapper input{
	display:none;
}
#rating-wrapper label:before{
	 content:"\2605";
	 position:absolute;
	 font-size:20px;
    
}
#cance{
	cursor:pointer;
	position:relative;
	left:100px;
}


#frm{
	position:relative;
	height:auto;
	width:100%;
	background-color:green;
border:5px solid white;
   
   margin:auto;
   
}
#review {
	position:relative;
   margin-left:auto;
   margin-right:auto;
   top:200px;
}



 #rev {
     position:relative;
     
     
  top:10px;
  left:150px;
    
 }  
 #information{
     position:relative;
     margin-left:auto;
     margin-right:auto;
     width:100vw;
 }
 
input{
 position:relative;
 width:75%;
 background-color:white;
right:25%;
 
 
} 

table{
    position:relative;
    margin-left:auto;
    width:100%;

}

 #in{
 height:30px;
 width:100px;
 background:tomato;
 }


 tr{
     position:relative;
    
     
 }
 td{
     position:relative;
     
     
 }
 #bo{
     position:relative;
     
     right:1090px;
     
     
 }
 #head{
     height:auto;
     width:100%;
 }
 