.inputboxes {
    width: 200px;
}

.rowlength {
   width: 200px;
   vertical-align: central;
}

.section {
  border: 1px solid;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}

#Email.required,#NuNumber.required {
    /*border-color: red;*/
    background-color: #FFEEEE;
}

.scrollable select{
   border: none;
 }

button.show  {
  background-color: transparent;
  background-image: url(Images/magnifier-medium-left.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

