#fast_order_form .fast_order_left {
  display: inline-block;
  width: 29%;
  text-align: right;
}

#fast_order_form .fast_order_right {
  /*float: right;
  text-align: left;
  display: inline-block;*/
  width: 100%;
}
#fast_order_form .fast_order_right p {
  margin-bottom: 15px;
  padding: 0px;
}
#fast_order_form {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.fast_order_center {
	text-align: center;
    margin-bottom: 20px;
    margin-top: 37px;
}
#fast_order_form #fast_order_result {
  color: #aaa;
  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: 0px;
}

#fast_order_form input {
  //margin: 0px;
  padding: 0px;
  height: 44px;
  width: 275px;
  font-size: 14px;
  margin: 0px 0px 10px;
}
.field {
    border: 1px solid #918F89!important;
    border-radius: 4px!important;
    height: 30px;
    padding: 0px 0px 0px 30px!important;
    background: rgba(254, 254, 254, 0.7) url("/catalog/view/theme/fashion-shop/image/imgfast/field.png") no-repeat scroll 10px 14px!important;
    font-size: 14px!important;
    font-family: Arial,Helvetica,Tahoma,sans-serif;
    position: relative!important;
    z-index: 1;
    margin: 0px 0px 10px!important;
}
textarea.field {
	background: #fff;
	background: rgba(254, 254, 254, 0.7);
}
.field.phone-icon {
	background: #fff url('/catalog/view/theme/fashion-shop/image/imgfast/field-phone.png') no-repeat 10px 5px;
	background: rgba(254, 254, 254, 0.7) url('/catalog/view/theme/fashion-shop/image/imgfast/field-phone.png') no-repeat 10px 12px!important;
}
.field.email-icon {
	background: #fff url('/catalog/view/theme/fashion-shop/image/imgfast/field-email.png') no-repeat 10px 5px;
	background: rgba(254, 254, 254, 0.7) url('/catalog/view/theme/fashion-shop/image/imgfast/field-email.png') no-repeat 10px 16px!important;
}

textarea.field {
	background: #fff!important;
	background: rgba(254, 254, 254, 0.7)!important;
    resize: none;
    padding: 10px!important;
    min-width: 285px!important;
    min-height: 115px!important;
    font-size: 16px;
}
input:hover, textarea:hover, select:hover {
	border-color: #dedede!important;
}
input:focus, textarea:focus, select:focus {
	border-color: #ccc!important;
}
#fast_order_form .fast_order_button {
  font-size: 17px;
  cursor: pointer;
  height: 40px;
  width: 220px;
  background-color: #18508F;
  color: #fff;
  border: 1px solid transparent;
}