﻿div.box{
	position: relative;
}
div.box img.back{
	position: absolute;
	right:-14px;
	top:-40px;
	}
div.box img.back2{
	position: absolute;
	right:-14px;
	top:-55px;
	}

textarea {  
    resize: none;  
}

@media screen and (min-width:481px) {
div.box img.new{
	position: absolute;
	right:-60px;
	top:-105px;
	}
}

@media screen and (max-width:480px) {
div.box img.new_s {
	position: absolute;
	right:-10px;
	top:-100px;
	}
}