
#blackwrap {
    background-color: black;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2000;
}
#show_form_close {
    color: #666666;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
	z-index:2;
}
#show_form {
    background-color: #fff;
   
    left: 50%;
    margin: 0 0 0 -215px;
    position: fixed;
    top: 100px;
    width: 430px;
    z-index: 4321;
}

#show_form.show_form_order{
	width:740px;
	 margin: 0 0 0 -370px;
	 position:absolute;
	
}
#show_form h1 {
    margin-top: 0;
	font-size: 3rem;
}
.show_form_table th {
    text-align: left;
}
.show_form_table input, .show_form_table textarea {
    border: 1px solid #313131;
    font-size: 16px;
    margin-left: 30px;
    width: 270px;
}
.quick_order_area {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 300px;
}
.quick_order_area p{
	font-size:12px;
}
.submit_order_quick {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 140px;
	margin-top: 5px;
	padding: 8px 10px 10px;
	text-decoration: none;
	background: #0673F9;
	
	border-radius: 5px;
}

.show_form_send {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-left: 140px;
	margin-top: 15px;
	padding: 10px 15px;
	text-decoration: none;
	background:#0673F9;
}


.show_form_inner .show_form_send {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	/* left: 50%; */
	/* margin-top: 15px; */
	padding: 8px 20px 12px;
	text-decoration: none;
	background: #29a33d;
	margin: 0 0 20px -50px;
	left: 50%;
	position: relative;
	border-radius: 5px;
}
#show_form .show_form_inner {
    padding: 20px;
}