<style type="text/css">
.buttonAdd{ 
    width: 100%;
	height: 50px;
	font-size: 23px; 
	border-radius: 9px;
}

.review{
    background-color: #f4f4f4;
	border: 2px solid #ddd;
	border-radius: 9px;
	padding: 1em;
    margin: 1em 0;
}
  
.name{
    float: left;
    color: #777777;
    font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.time{
     float: right;
	 color: #999;
	 font-size: 14px;
}

.body{
	margin-top: -10px;
    font-size: 13px;
    padding-bottom: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: justify;
}

.nameTime{
  border-bottom: 1px solid #bbb;
  margin-top: 8px;
}

.pages{
	text-align: center;
	font-size: 17px;
	margin-top: 20px;
}

.onePageCount{
	/* background-color: #f4f4f4;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	margin-right: 5px;
	border: 2px solid #ddd;
	border-radius: 5px; */
	padding: 0px 5px 0px 5px;
    margin-right: 5px;
    font-size: 95%;
    font-family: 'Metrophobic', 'Open Sans';
}

.zakaz{
	margin-left: 14px;
	color: #999;
	font-weight: bold;
	font-size: 14px;
}

.checkNewReview{
	/* background-color: #f4f4f4;
	border: 2px solid #ddd;
	border-radius: 9px;
	padding:20px 0px 20px 0px;
	margin: 2em 0; */
    margin-bottom: 3%;
}

.checOrderPhone{
	margin-left: 5%;
    font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.formCheckInfo{
	/* background-color: #f4f4f4;
    border: 2px solid #ddd;
    border-radius: 9px;
    padding: 14px;
    margin: 4% 0px 10px;
    text-align: justify;
    font-size: 13px;
    padding-bottom: 10px; */

	margin-bottom: 3%;
    font-family: Tahoma, Geneva, sans-serif;
}

.errorImage{
	float: left;
	margin-top: -8px;
}

.errorText{
	margin-left: 7px;
    color: #777777;
    font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.addReview{
	margin-left: 5%;
    color: #777777;
    font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.nameBlock{
	color: #777777;
	font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.revBlock{
	font-size: 12px;

	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.reedAll{
	color: #777777;
    font-size: 146%;
    font-family: 'Metrophobic', 'Open Sans';
}

.r_button_push_comment{
	width: 100%;
	margin-top: 15px;
	height: 42px;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #ddd;
	border-radius: 35px;
	background-color: #5F41DA;
	color: whitesmoke;
	cursor: pointer;
}

.r_button_push_comment:active, .r_button_continue:active, .r_button_ready:active{
	position:relative;
    top:1px;
}

.r_button_push_comment:hover, .r_button_continue:hover, .r_button_ready:hover{
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.r_button_continue{
	width: 91%;
	height: 39px;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #ddd;
	border-radius: 35px;
	background-color: #5F41DA;
	color: whitesmoke;
	margin-top: 22px; 
	margin-left: 23px;
	cursor: pointer;
}

.r_button_ready{
	width: 91%;
	height: 39px;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #ddd;
	border-radius: 35px;
	background-color: #5F41DA;
	color: whitesmoke;
	margin-top: 22px; 
	margin-left: 23px;
	cursor: pointer;
}

</style>





