body {
	/* width: 840px !important; */
}

.form_main {
	padding:0px;
}

.form_content_left {
	/* float: left; */
	min-height: 330px !important;
	width: 360px;
	flex: 1; /* additionally, equal width */
}

@media all and (min-width:361px) and (max-width: 480px) and (orientation : portrait) {
	.form_content_left{
		min-height: 200px !important;
		width: 370px;
	}
	.form_content{
		display: block !important;
	}

}
@media only screen
	 and (max-width : 700px)
	 and (orientation : landscape) {

	 .make_offer_m{
		 margin-top: 15px !important;
	 }
	 tr #price-list td #price-listig > div {
		 min-height : 122px !important;
	 }
	 tr #price-list {
		 height: 137px !important;
	 }
	 }
@media all and (min-width:0px) and (max-width: 360px) and (orientation : portrait) {
  .form_content_left{
		min-height: 200px !important;
		width: 320px;
	}
	.form_content{
		display: block !important;
	}

}

.form_content_middle {
	float: left;
	width: 2px;
	margin-right: 8px;
	height: 200px;
	background: url('../images/bg_footer_row.png');
}

.form_content_right {
	/* float: left; */
	min-height: 330px !important;
	width: 336px;
	flex: 1; /* additionally, equal width */
}

.form_content{
	display: flex;
}

.form_header, .form_bottom, .form_content {
	clear:both;
	width: 100%;
}

.form_header h1 {
	font-weight: bold;
}

.offer_form {
	font-size: 12px;
}

.offer_form td {
	padding:5px;
}
