#fast_order_form {
	margin: 1em;
}
#fast_order_form .fast_order_left {
  display: inline-block;
  width: 29%;
  text-align: right;
}

#fast_order_form .fast_order_right {
  float: right;
  display: inline-block;
  width: 68%;
  text-align: left;
}
#fast_order_form .fast_order_right p {
  margin-bottom: 15px;
  padding: 0;
}
#fast_order_form .fast_order_center {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
#fast_order_form #fast_order_result {
  color: #e6f983;
  margin-bottom: 14px;
}
#fast_order_form #fast_order_result .fast_order_error {
  color: #f00;
}
#fast_order_form #fast_order_result .fast_order_success {
  color: #00d12a;
}
#fast_order_form p {
  margin-bottom: 22px;
  padding: 0;
}

#fast_order_form input {
  margin: 0;
  //height: 20px;
  width: 220px;
}

#fast_order_form .fast_order_button {
  font-size: 17px;
  cursor: pointer;
  height: 40px;
	width: 220px;
}



.md-close{
	border: 0 none;
	top: 0;
	position: relative;
	float: right;
}

#copywarning1, #copywarning2{
	top: -7px;
	font-size: 13px;
	display: none;
	color: rgb(47, 176, 0);
}

/*#modalemailbtn12{
	position:absolute;
    display: inline-block;
    text-decoration: none;
    padding: 6px 90px 6px 90px;
	cursor: pointer;
    color: #ffed00;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    background: #1b90e6;
    box-shadow: 0px 2px 2px #DDDDDD;
	left: 330px;
	top: 70px;
	margin-top: -5px;
    border-radius: 12px;
}*/
.email-modal-tables{
	clear:both;
}
.email-modal-tables-text{
	width:100%;
	float:left;
	text-align: left;
	font-size: 16px;
}
.email-modal-tables-text-bold{
	font-weight:bold;
}
.email-modal-tables-email{
	text-align: center;
}
.email-modal-tables-copybutton{
	width: 30%;
}
#copyemailbtn1, #copyemailbtn2{
	padding: 10px;
	//background: rgb(229, 115, 115) none repeat scroll 0% 0%;
	background: #ffbb00 linear-gradient(to bottom, #ffbb00, #ff9c00);
	border-radius: 19px;
	//box-shadow: 0px 0px 5px rgba(206, 57, 57, 0.5);
	color: rgb(255, 255, 255);
	text-decoration: none;
	//font: bold 13px "Roboto",sans-serif;
	border: 0 none;
	margin-top: 6px;
}
.email-modal-tables-copymes{
	height:20px;
	position:relative;
}
.fast_order_button {
	height: 30px;
	color: #fff;
	background: #ffbb00 linear-gradient(to bottom, #ffbb00, #ff9c00);
	font-weight: bold;
	border: none;
	border-radius: 5px;
}

.fast_order_button:hover {
	border: none;
	background: #ff9e00 linear-gradient(to bottom, #ff9e00, #ff7800);
}
.fast_order_right input {
	border: solid 1px #85b1de;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 2px 0.5em;
}
@media (max-width: 450px) {
	#colorbox, #cboxTopCenter, #cboxContent, #cboxLoadedContent, #cboxBottomCenter {
		width: 300px !important;
	}
	#colorbox {
		left: 50% !important;
		transform: translateX(-50%);
	}
	#fast_order_form  .fast_order_right {
		width: 100%;

	}
	#fast_order_form  .fast_order_right P {
		text-align: center;
	}
	#fast_order_form  .fast_order_left {
		display: none;
	}
}
