/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color: #000;
  display:none;
  left: 0;
  top: 0;
}

#dialog-leave-order {
  height: 370px;
}

.window {
  position: fixed;
  display: none;
  z-index: 9999;
  border: 1px solid #dbdadb;
  font-family: Arial;
  width: 247px;
  padding: 30px;
  background: #ebedec;
}
.window h2 {
  text-transform: none;
  margin-top: 0;
}
.window input[type=submit] {
  background: #887965;
  color: white;
  border: none;
  border-radius: 2px;
  line-height: 26px;
  padding: 1px 14px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-family: Calibri;
  float: right;
}

.window .close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../images/close.png) no-repeat;
}
#webform-client-form-13 label {
  display: inline-block;
  width: 119px;
}
#webform-client-form-13 select {
  width: 124px;
}
#webform-client-form-13 #webform-component-name label,
#webform-client-form-13 #webform-component-email label,
#webform-client-form-13 #webform-component-phone label {
  display: none;
}

#webform-client-form-13 .webform-component {
  margin-bottom: 10px;
}

.window .form-text {
  width: 235px;
  border: 1px solid #dbdadb;
  border-radius: 4px;
  padding: 4px 6px;
}

input[type=email] {
  box-shadow: none;
}
.window input[type=email]:focus,
.window input[type=text]:focus {
  border: 1px solid #959693;
}

.window p {
  margin: 3px 0;
}

.window label {
  font-size: 12px;
}
.window .form-item {
  margin: 5px 0;
}