button.close{
width: 15px;
height: 15px;
border:none;
background: url("../img/closedimg.png")no-repeat;
opacity:1;
}
button.close:hover{
	opacity:.2;
}
div.modal-content{
	height: 100%;
}
div.modal#reviewmob div.modal-dialog{
	height: 560px;
}
div.modal#reviewmob div.modal-content{
	height: 100%;
}
span.modal-title{
	color: #242424;
	font-size: 40px;
	text-align: center;
	display: block;
}
div.modal-header{
	border:none;
	margin-bottom: 20px;
}
div.modal-body p{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
div.modal-body p span{
	font-size: 30px;
	color: #2c994e;
}
div.modal-body input[type="text"]{
	text-align: center;
	width: 300px;
	height: 42px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.modal-body input[type="submit"]{
	font-size:22px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 300px;
}
div.modal#reviewmob div.InputBlock{
	display: inline-block;
	    margin-right: 16px;
}
div.modal#reviewmob div.InputBlock#reitingBlock{
	margin-right: 0px;
}
div.modal#reviewmob div.modal-body input[type="text"]{
	    width: 100%;
}