form.block {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #F4DDC6;
  border-bottom: 1px solid #F4DDC6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #F6F6F6;
}
.title-label label {
  float: right;
  font-weight: bold;
  padding-top: 15px;
  text-align: right;
}
input.title,
textarea.title {
  width: 298px;
  border-color: #9BB3C2;
  -webkin-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #384F66;
  font-size: 1.5em;
  padding: 5px;
  margin: 0.5em 0;
  background-color: white;
  border: 1px solid #BBB;
}
textarea.title {
  height: 66px;
}
form button.submit {
  padding: 0;
  width: 100%;
  border: 1px solid #DADADC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  height: auto;
  box-shadow: none;
}
form button.submit span {
  display: block;
  border: 1px solid #FAF9F9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url("/images/sprites/horisontal.png") 0 -219px;
  color: #105292;
  line-height: 36px;
  font-weight: bold;
  font-size: 130%;
}
form .phone_input input {
  display: inline-block;
  width: 279px !important;
  font-size: 12px;
  border: 1px solid #A6A4AF;
  margin-bottom: 2px;
}
form .phone_input {
  color: #49433B;
  padding: 5px 0 0 0;
}
form .phone_input p {
  margin: 0;
  padding: 0 0 0 21px;
  color: #A6A4AF;
}

.date {
  background: url("/images/sprites/fixed.png") no-repeat bottom right;
}
#calroot {
  margin-top: -10px;
  padding: 2px;
  width: 218px;
  border: 1px solid #e2e4e8;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background: #f1f3f5 url("/images/sprites/fixed.png") no-repeat 0 -137px;
  font-size: 11px;
  z-index: 9999;
}
#calhead {
  padding: 2px 0;
  height: 43px;
  border-bottom: 1px solid #d1d6dc;
}
#caltitle {
  float: left;
  width: 154px;
  color: #455b70;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
}
#calnext,
#calprev {
  float: left;
  display: block;
  margin: 10px 5px;
  width: 22px;
  height: 22px;
  background: url(/images/sprites/fixed.png) -718px -90px;
  cursor: pointer;
}
#calnext {
  background-position: -718px -112px;
}
#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden;
}
#caltitle select {
  font-size: 10px;
}
#caldays {
  border-top: 1px solid white;
  color: #455b70;
}
#caldays span {
  float: left;
  display: block;
  width: 31px;
  text-align: center;
}
.calweek a {
  float: left;
  display: block;
  margin-left: 1px;
  width: 28px;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #455b70;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  font-size: 11px;
}
.calweek a:hover,
.calfocus,
#caltoday.calfocus {
  background: #dde0e4;
}
a.caloff {
  color: #b4b9c6;
}
a.caldisabled {
  background: transparent !important;
  border-color: transparent !important;
  color: #b4b9c6;
  cursor: default;
}
#calcurrent {
  background-color: #1f6cbb;
  color: white;
}
#caltoday {
  border: 1px solid #e6e8eb;
  background: white;
}

.selectBox-dropdown {
  position: relative;
  display: block;
  margin: 9px 0;
  width: 100%;
  min-width: 100%;
  border: solid 1px #9bb3c2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: white;
  color: #404040 !important;
  text-decoration: none;
  line-height: 31px;
  cursor: default;
  overflow: hidden;
}
.selectBox-dropdown:focus {
  border-color: #df7a15;
}
.selectBox-dropdown .selectBox-label {
  overflow: hidden;
  padding: 0 29px 0 10px;
  white-space: nowrap;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  right: 0;
  width: 28px;
  top: 0;
  height: 29px;
  border: 1px solid white;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background: url("/images/sprites/fixed.png") no-repeat -921px -138px;
}
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  overflow: auto;
  max-height: 196px;
  background: white;
}
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 97px;
  list-style: none;
  cursor: default;
}
.selectBox-options {
  border: 1px solid #dcdce0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.selectBox-options li {
  border: 1px solid white;
}
.selectBox-options li:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.selectBox-options li:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.selectBox-options li a {
  overflow: hidden;
  padding: 0 .5em;
  border-bottom: 1px solid #dcdce0;
  color: #404040;
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
}
.selectBox-options li:last-child a {
  border-bottom: none;
}
.selectBox-options li.selectBox-hover {
  background: #2184d0;
}
.selectBox-options li.selectBox-hover a {
  color: white;
}
.selectBox-dropdown.selectBox-disabled:focus {
  border-color: #9bb3c2;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
}
.selectBox-optgroup {
  font-weight: bold;
}

ul.inline {
  margin: 0;
  padding: 0;
}
ul.inline li {
  float: left;
  display: block;
  margin-left: 20px;
}
.block {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #f4ddc6;
  border-bottom: 1px solid #f4ddc6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f6f6f6;
}
.block fieldset {
  padding: 0;
  border: none;
  border-top: 1px solid #e0dbdb;
}
.block legend {
  margin-left: 40px;
  color: #5f5c5c;
}
.block label {
  color: #404040;
}
.amount {
  margin-right: 1.5em;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}
.amount span {
  text-transform: none;
  font-weight: normal;
}
.error {
  margin: 1em 0 10px;
  padding: 0;
  border: none;
  background: none;
  color: white;
}
.error p {
  margin: 0;
  padding: 10px;
  background: #e96118;
}
.flash-notice {
  background: white;
  border-top: 1px solid #61a711;
  border-bottom: 1px solid #61a711;
  color: #4e8113;
  margin-bottom: 1em;
  line-height: 3em;
}
.images_in_table {
  margin: 20px 0;
}
.disabler-layout {
  background: white url("/images/src/icons/loader_big.gif") no-repeat center center;
}
#stopper {
  background: url("/images/src/logo.png") no-repeat 6% 3%;
  position: absolute;
  top: 0;
  width: 654px;
  margin: 100px auto 0;
  border: 1px solid #BDBDBD;
  display: block;
  padding: 70px 20px 20px 20px;
  font-family: tahoma, sans-serif;
  line-height: 1;
}
#stopper table {
  width: 100%;
}
#stopper table td {
  float: left;
  width: 120px;
  margin-right: 10px;
  background: url("/images/src/icons/background_browser.gif") no-repeat top center;
  padding: 0;
}
#stopper table  span {
  margin-top: 3px;
  color: #666;
  text-align: center;
  display: block;
  font-size: 10px;
  text-decoration: none;
}
.browser_img {
  width: 100px;
  height: 100px;
  margin: auto;
  border: none;
}
#stopper table a {
  height: 122px;
  display: block;
  text-decoration: none;
}
#passport_date {
  display: block;
  font-size: 18px;
  float: right;
  padding: 0 5px;
  border-radius: 3px;
  background: white;
  border: solid 1px #9BB3C2;
  margin: 13px 0;
}
#passport_text {
  padding: 15px 0;
  display: block;
  float: left;
  font-size: 15px;
}

#content_wrapper .error p {
    margin: 0;
}
