
.rewiewbtn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #d9343c;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0px;
  -webkit-appearance: none;
}

.rewiewbtn:hover {
  background: #b3000c;
  text-decoration: none;
  color: #FFFF00;
  border: 0px;
}


.cancelbtn {
	-webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: ;
  padding: 10px 20px 10px 20px;
  border: solid #000000 2px;
  text-decoration: none;
}


.cancelbtn:hover {
  background: #000000;
   border: solid #000000 2px;
  text-decoration: none;
  color: #FFFF00;
  border: 0px;
}

