.box-modal {
	position: relative;
	width: 270px;
	padding: 15px 25px;
	background: #fff;
}
.question-form{
	width:100%;
}
.modal-title{
	text-align:center;
	padding-bottom:15px;
	font-size:20px;
}
.question-form input[type="text"]{
	width:100%;
	border-radius:7px;
	line-height:28px;
	border:1px solid #dbdbdb;
	margin-bottom:15px;
	font-size:12px;
	box-sizing:border-box;
	padding:0 15px;
}
.question-form input[type="submit"]{
	display:block;
	line-height:36px;
	height:36px;
	background:url(../images/grad-add.png);
	padding:0px 15px;
	text-transform:uppercase;
	border:none;
	border-radius:7px;
}
.question-form textarea{
	width:100%;
	max-width:100%;
	max-width:100%;
	height:150px;
	max-height:150px;
	min-height:150px;
	border-radius:7px;
	border:1px solid #dbdbdb;
	margin-bottom:10px;
	font-size:12px;
	box-sizing:border-box;
	padding:10px 15px;
}
.question-form input[type="text"]:focus, .box-modal .question-form textarea:focus{
	outline:none;
	border-color:#ffca26;
}
.error{
	border-color:#e61919!important;
}
.box-modal_close { position: absolute; right: -35px; top: -4px; cursor: pointer; width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA9klEQVRIS9WWvR2CMBDFXwp6R8DCAWycRzdwE91A57FxABtGsE8Rf0hhhJB7FyJB6sv738cLOYNCnynExXLA7l6vzLZ55uxESPOr4jYAtmoAHM3ucc0Bd7fNHsAJlV37BQ1a3QWaC+AOU+ExreCMc8AljVFzSQdjY2DORl3NCPQTYM+I14kVahPQxIpgVlADbTUpsATXQlXgMXgKVA3uwztjpd15utW+ez9VvlNJ+tH8D9if6WytDhnp5+aKAVLg1IwZYSbGN6gI1ghqYpf3SGiyT3mhlrMITKlUU/lcy94Zla3jy16J9TbHOstqiPeYFdLGFQO/ALPBBC6Ogh4zAAAAAElFTkSuQmCC);}
.box-modal_close:hover { color: #666; }