@import url(../dmsPlugin/css/reset.css);

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #002e45 url(../images/big_bg.jpg) top center no-repeat;
  color: #fff;
  font-size: 11px;
}

#sides {
  margin: 160px auto;
  width: 490px;
  height: 330px;
}

/* content */
#content {
}
.t_big_blue {
  color: #4b9ab9;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}

div.separator {
  margin: 17px 0;
  border-bottom: 1px solid #1c4559;
}

label {
  margin-right: 5px;
}

input {
  width: 95px;
  height: 17px;
  background: url(../images/bg_input.png) top left no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}

input.error {
  border: 1px solid red;
}

label.error {
  display: none;
}

input.submit {
  vertical-align: bottom;
}

.catalogue .download {
  vertical-align: middle;
  margin-left: 10px;
}

ul.form_line li {
  float: left;
  width: 33%;
  margin: 0 0 20px 0;
  text-align: right;
  position:relative;
}
label.error{
  position: absolute;
  margin-left: 5px;
  z-index: 5;
  padding: 0;
  top: 0px;
  height: 25px;
  border: none;
  padding-left: 10px;
  background: transparent url(../images/utils/errorBg.gif) no-repeat left -30px;
}
label.error span{
  height: 25px;
  white-space: nowrap;
  display: inline-block;
  line-height: 25px;
  padding-right: 10px;
  background: transparent url(../images/utils/errorBg.gif) no-repeat right bottom;
}
.errorChampV label.error{
  margin-left: 0;
  top: auto;
  left: 0;
  bottom: -32px;
  padding-top: 5px;
  background: transparent url(../images/utils/errorBg.gif) no-repeat left top;
}