.btn_impr {
	background:url('../img/03_05_03.png') center center;
	background-size:98%;
	background-repeat:no-repeat;
	width:70px;
	height:75px;
	position: absolute;
}

.btn_impr:hover {
	cursor:pointer;
}

.btn_impr:active {
	background:url('../img/03_05_03_p.png') center bottom;
	background-size:98%;
	background-repeat:no-repeat;
}

textarea {
	width:93%;
	height:50px;
	position:absolute;
	left:42px;
	border:dashed 2px #a3a3a3;
}

p {
	font-size:1.5em;
	padding: 16px;
	margin:0 auto;
	text-align:center !important;
	width:1000px;
	background:green;
	color:#FFF;
}