div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../img/formElements.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; 
}

div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; 
}

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}
div.checker input, input[type="search"], input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; 
}

/* Select */
div.selector {
  background-position: 0 -130px;
  height: 28px;
  line-height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 136px!important;
  top:-1px;
}


#month {
  width:127px;
  float:left;
  text-align:center;
}
#month .selector {
  width:120px;
}
#month .selector span {
  background-position: -358px 0;
  left: -16px;
  position: absolute;
}
#day {
  width:103px;
  float:left;
    text-align:center;
}
#day .selector {
  width:85px;
}
#day .selector span {
  background-position: -392px 0;
  left: -16px;
  position: absolute;
}
#year {
  width:81px;
  float:left;
  text-align:center;
}
#year .selector {
  width:78px;
}
#year .selector span {
  background-position: -399px 0;
  left: -16px;
  position: absolute;
}
div.selector span {
    background-color: #FFFFFF;
    background-position: 109px 0;
    cursor: pointer;
    display: block;
    height: 28px;
    line-height: 33px;
    overflow: hidden;
    padding-right: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
div.selector.fixedWidth {
  width: 190px; 
}
div.selector.fixedWidth span {
  width: 155px; 
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%; 
  cursor: pointer
}

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  background-color: #8c070e;
  width: 300px;
  height: 20px;
}
input::-webkit-input-placeholder {
  color: #000!important;
  opacity: 1.0;
}
input::-moz-placeholder {
  color: #fff!important;
  opacity: 1.0;
}
input:-moz-placeholder {   /* Older versions of Firefox */
  color: #fff!important;
  opacity: 1.0;
}
input:-ms-input-placeholder { 
  color: #fff!important;
  opacity: 1.0;
}
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999; 
}
/* Select */
div.selector {
  font-size: 15px; 
}
div.selector span {
  color: #666;
}
div.selector select {
    font-size: 14px; 
}
div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; 
}
div.checker span {
  background-image: url("../img/formElements.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; 
}
div.checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
div.checker:focus, div.radio:focus, div.uploader:focus {
    outline: 0; 
}
div.checker, div.checker *,  {
  margin: 0;
  padding: 0; 
}

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
  width: 20px;
  height: 19px; 
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -41px 0; 
}
div.checker span.checked {
  background-position: -71px 0px; 
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; 
}
/* Checker */
div.checker {
  margin-right: 5px; 
  margin-top: 1px
}