@CHARSET "ISO-8859-1";



/* copied from default.css */
input{
  font-size:11px;
}

/*  copied from default.css */ 
select {
  border:1px solid #7F7F7F;
  font-size:10px;
}

#itemdelivery{
  width:100%;
  float:left;
  clear:both;
}


#itemdelivery .row{
  float:left;
  clear:both;
}

#itemdelivery  .label{
  float:left;
  width:50%;
}

#itemdelivery .text{
  float:left;
  width:50%;
}

#itemdelivery .input{
  float:right;
  width:100%;
  clear:right;
}

#itemdelivery .spacer{
  float:left;
  clear:both;
  width:100%;
  height:4px;
  line-height:0;
}

#adressArea{
  width:100%;
  float:left;
}

#altAddressArea{
  width:100%;
  float:left;
}

#deliveryDateArea{
  width:100%;
  float:left;
}

#dropdownArea{
  width:100%;
  float:left;
  clear:both;
}

#orderReferens{
  cursor:hand;
  cursor:pointer;
}

.thickboxfooter{
  float:left;
  clear:both;
  display:block;
}