.feedback {
    height: 134px;
    float: right;
    width: 200px;
    margin: 20px auto;
    position: relative;
    background: #F7EFE1;
    border: 1px solid black;
}
.element_feedback p {
    background-color: #E2CA9C;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}
.top_feedback, .bottom_feedback {
	width: 100%;
	height: 20px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_feedback {
	top: -21px;
}
.bottom_feedback {
	bottom: -20px;
}
.left_feedback,.right_feedback {
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_feedback {
	left: -15px;
	}
.right_feedback {
	right: -15px;
}
input.feedback_yes {
	overflow: visible;
    width: 100px;
    height: 30px;
    float: right;
    color: #000;
    font-size: 20px;
    border: none;
    padding-bottom: 2px;
    background-color: #E2CA9C;
}
div.feedback_yes {
    margin: 10px auto 10px auto;
	position: relative;
    width: 100px;
    height: 30px;
    border: 1px solid black;
}
input.feedback_yes:hover {
    text-decoration: none;
    color: #000;
    background-color: #CE9A59;
}
.top_yes, .bottom_yes {
	width: 100%;
	height: 5px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_yes {
	top: -5px;
}
.bottom_yes {
	bottom: -5px;
}
.left_yes,.right_yes {
	height: 100%;
	width: 5px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_yes {
	left: -5px;
	}
.right_yes {
	right: -5px;
}
input.feedback_phone {
    border: none;
    padding:12px 7px 2px 7px;
    font-size: 17px;
    text-align: center;
    width: 186px;
	background: #F7EFE1;
}
.feedback_sent {
    text-align: center;
    font-size: 16px;
    background: #E2CA9C;
}
.feedback_sent p {
    padding-top: 45px;
    height: 89px;
}
.top_feedback_sent, .bottom_feedback_sent {
	width: 100%;
	height: 20px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_feedback_sent {
	top: -21px;
}
.bottom_feedback_sent {
	bottom: -20px;
}
.left_feedback_sent,.right_feedback_sent {
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_feedback_sent {
	left: -15px;
	}
.right_feedback_sent {
	right: -15px;
}