.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../img/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

#contact {
	direction: rtl;
}

#contact label {
  float: right;
  width: 100%;
  color: #333;
  margin: 4px 0 3px;
  font-size: 12px;
}
.form-input  {
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: right;
  padding: 3px 5px 5px;
  font-family: tahoma;
  font-size: 12px;
}
input.form-input {
	width: 60%;
}
textarea.form-input {
	width: 97%;
	margin-bottom: 10px;
}

.r2l {
	text-align: right;
	direction: rtl;
}
.l2r {
	text-align: left;
	direction: ltr;
}
.img-captcha {
  float: left;
  width: 139px;
  margin-top: -10px ;
}
.error-message {
  color: red;
  font-family: tahoma;
  font-size: 11px;
  margin: 3px 0 ;
}
.alert-success {
  color: green;
  margin: 13px 0 8px;
}