#modifyAccount{
  font: 12px arial;
  width: 756px;
  text-align: left;
  padding: 13px;
  border: 1px solid #000;
  position: relative;
  top: 0;
  left: 0;
}

#modifyAccount table .lock{
  font: 11px arial;
  background: url("images/ico_lock.gif") no-repeat left center;
  padding: 4px 0 0 18px;
}

#modifyAccount .small{
  font: 11px arial;
}

#modifyAccount .dialog{
  border: 1px solid #000;
  margin-bottom: 13px;
}

#modifyAccount .dialog thead tr th{
  background-color: #84A89E;
  border-bottom: 1px solid #000;
  color: white;
  font: bold 12px arial;
}
#modifyAccount .dialog thead tr th.mainInfo{
    background-color: #057C5E;
}
#modifyAccount .dialog tbody tr th{
  font: normal 12px arial;
  text-align: right;
}

#modifyAccount .dialog tbody tr th.required{
  font-weight: bold;
}

#modifyAccount .dialog tbody tr th .norm{
  font: normal 11px arial;
  text-align: right;
}

#modifyAccount .dialog input{
  font: 12px Arial;
  width: 94%;
}

#modifyAccount .dialog .nonText{
  font: 12px Arial;
  width: auto;
}

#modifyAccount .dialog select{
  font: 12px Arial;
}

#modifyAccount .dialog th, #modifyAccount .dialog td{
  padding: 4px 4px;
}

#modifyAccount .dialog td.extend{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#modifyAccount .dialog thead th a{
  color: white;
  font: normal 11px arial;
  float: right;
  margin-top: -15px;
}

#modifyAccount .dialog td strong, #modifyAccount .dialog td p, #modifyAccount a.indent{
  margin-left: 16px;
}

#modifyAccount .greenDialog{
  background-color: #E2F0E1;
}

#modifyAccount .yellowDialog{
  background-color: #FFFEFA;
}

#modifyAccount .subTable{
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  border-collapse: collapse;
}

#modifyAccount .subTable thead tr th{
  background-color: #E5E5E5 !important;
  color: #000 !important;
  font-weight: bold !important;
  text-align: left;
}

#modifyAccount .subTable tbody td{
  border-bottom: 1px dashed #a7a7a7;
  font: 11px arial;
 
  background: #FEFEFE url('images/pan_tableGradient.gif') repeat-x bottom left;
}

#modifyAccount .subTable tbody td a{
  font: 11px arial;
}


#modifyAccount input.dateInput
{
  width: 40px;
}

#modifyAccount tr.addArc td a{
  font-size: 11px !important;
}

#modifyAccount tr.addArc td input{
  width: 100px;
}

#modifyAccount .date td
{
  margin: 0;
  padding: 1px;
}

.altStripes td{
  background-color: white; 
  background-image: none !important;
}
.deleteArcNumber input, .addArcNumber input
{
  border: 0; 
  font: 9px arial;
  background: transparent;
  color: #0000FF;
  text-decoration: underline;
  padding-right: 1px;
}

#modifyAccount tbody.corp th,
#modifyAccount tbody.corp td
{
  vertical-align: top;
}
#modifyAccount tbody.corp th,
#modifyAccount tbody.retail th,
#modifyAccount tfoot a
{
  font-weight: normal;
  font-size: 11px !important;
}
#modifyAccount tbody.corp td
{
  font-weight: bold;
}
#modifyAccount tfoot
{
  text-align: center;
}
#modifyAccount tfoot td label.corpButton
{
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
}
#modifyAccount tfoot td label.corpButton input
{
  background: transparent;
  font-weight: bold;
  color: #3A55BE;
  text-decoration: none;
  font-size: 10px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 90px;
  text-align: left;
  cursor: pointer;

}
#modifyAccount tfoot td label.longBtn input
{
  width: 170px;
  text-align: right;
  cursor: pointer;

}
#modifyAccount input#threeCharPinCode
{
  width: 40px;
}
