.field-wrapper 
{
  position: relative;
  /*margin-bottom: 20px;*/
}
.field-wrapper label 
{
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 11px;
  color: rgb(11, 60, 108);
  transition: all 0.1s linear;
  opacity: 0;
  text-transform: uppercase;
  /*font-weight:b old;*/
}
.field-wrapper label.on 
{
  color: rgb(11, 60, 108);
}
.field-wrapper label.show 
{
  top: -15px;
  opacity: 1;
}
.field-wrapper option
{
  color: black;
}
.field-wrapper .watermark
{
  color: #aaa;
}
