#order-list #space{
margin-top:30px;
}

.div-table{
  display:table; 
  border:1px solid #CCCCCC;
  width: 100%;
}

.div-table-caption{
  background: url("images/texture_dark_strips.html") repeat scroll 0 0 transparent;
  display:table-caption; 
}

.div-table-row{
  display:table-row;
}

.div-table-col{
  display:table-cell; 
  padding: 5px; 
  border: 0px solid #003399;
}

.domain{
  color: #09234E;
  font-weight: bold;
  font-size: 20px;
}

#regform label{
   font-size: 15px;
}

#regform input{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    height: 25px;
}

#regform input.zip{
   margin-left: 7px;
   width: 60px;
}

#regform input.city{
   margin-left: 5px;
    width: 183px;
}

#regform input.street{
   width: 150px;
}

#regform input.hz{
   width: 40px;
}

#adm span b{
  cursor: pointer;
}

#adm .adm-help{
  
}