/* form styling from http://www.alistapart.com/articles/prettyaccessibleforms */
#AjaxForm {
  width: 630px;
}

#AjaxForm fieldset {
  margin: 8px 0px;
	border-width: 1px;
	border-color: #d6e3f2;
	background: #eaf1f8 url(../img/bg-fieldset.gif) left top repeat-x;
  padding: 6px;
	color: #000;
	width: 100%;
}
#AjaxForm fieldset.no-border {
  border-width: 0px;
	margin: 0px;
}
#AjaxForm legend {
  padding: 0 5px;
  font-weight: bold;
	color: #15428b;
	background-color:#FFFFFF
}
#AjaxForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	width: 140px;
}
#AjaxForm input {
  font-size: 13px;
}
#AjaxForm fieldset ul {
  margin: 0;
  padding: 0;
}
#AjaxForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#AjaxForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#AjaxForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#AjaxForm fieldset fieldset label {
  display: block;
  width: auto;
}
#AjaxForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#AjaxForm label {
  width: 120px; /* Width of labels */
}
#AjaxForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
#google-map {
  width: 630px;
	height: 300px;
	border: 2px solid #ddd;
}
.ext-fix-form-align {
  margin-top: -1px;
}
.ext-fix-form-align,
.ext-fix-textarea {
  position: relative;
	margin-top: -1px;
}
.ext-fix-form-align div.text,
.ext-fix-form-align div.editor,
.ext-fix-textarea div.editor,
.ext-fix-form-align div.x-form-field-wrap {
  position: absolute;
	top: 0px;
	left: 0px;
}
.ext-fix-textarea div.editor {

}
ul.ext-textarea {
  height: 170px;
}
.checkbox-align {
  display: -moz-inline-box;
	display: inline-block;
	width: 400px;
}
.checkbox-align input {
  margin: 0px 3px 5px;
}
.ext-fix-form-align div.text {
  margin-top: 3px;
	white-space: nowrap;
}
.text-input, .form-select, .textarea-input {
/*  width: 496px;*/
}

