/* This is a stylesheet for the data input form on the addresschange.htm page. */
.input-text {
    color: #458abe;
    background-color: #dddddd;
    height:60px;
    padding: 17px;
    box-sizing: border-box;
    border: 1px solid navy;
    border-radius:5px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16pt;
}
.input-select {
    color: #458abe;
    background-color: #dddddd;
    height:60px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid navy;
    border-radius:5px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16pt;
}
.input-checkbox {
      color: #458abe;
      background-color: #dddddd;
      height:30px;
      width: 30px;
      box-sizing: border-box;
      border: 1px solid navy;
}
/* Define specific widths or other params for specific fields. */

#lastname {width: 522px;}
#partytype {width: 522px;}
#contactname {width: 350px;}
#contactphone {width: 350px;}
#contactemail {width: 360px;}
#eamscontactname {width: 522px;}
#eamscontactemail {width: 522px;}
#oldphysicaladdress {width: 522px;}
#oldphysicalcity {width: 260px;}
#oldphysicalstate {width: 100px;}
#oldphysicalzip {width: 100px;}
#newphysicaladdress {width: 522px;}
#newphysicalcity {width: 260px;}
#newphysicalstate {width: 100px;}
#newphysicalzip {width: 100px;}
#oldmailingaddress {width: 522px;}
#oldmailingcity {width: 260px;}
#oldmailingstate {width: 100px;}
#oldmailingzip {width: 100px;}
#newmailingaddress {width: 522px;}
#newmailingcity {width: 260px;}
#newmailingstate {width: 100px;}
#newmailingzip {width: 100px;}