
.style1 {
  text-align: center;
}
.style2 {
  font-size: large;
}.style3 {
  font-size: small;
}
.right
{
  text-align: right;
}
.style4 {
  text-align: left;
  font-size: small;
}
.centerlarge
{
  text-align: center;
  font-size: large;
  color: #006699;
}
.linkstyle
{
text-decoration: underline;
color: #0000FF;
}

.right
{
  text-align: right;
}

fieldset
{
width:800px;
margin-left:auto;
margin-right:auto;
border-color:black;
}
fieldset legend
{
color: navy;
font-size:16px;
font-weight:bold;
}

.disptable
{
width:800px;
margin-left:auto;
margin-right:auto
}
.success
{
width:800px;
margin-left:auto;
margin-right:auto;
text-align: center;
color:navy;
    
}

.notice {
    background-color: #FFFFDD;
    color: #000000;
    margin: auto;
    width: 375px;
}

.stoperror
{
  color:red;
  text-align:center;
}

  #Last_Name_suggest {
    position: absolute; 
    background-color: #F0F8FF; 
    text-align: left; 
    border: 1px solid #cccccc;
    margin-top:-1px;
  }  
  #First_Name_suggest {
    position: absolute;
    background-color: #F0F8FF; 
    text-align: left; 
    border: 1px solid #cccccc;
    margin-top:-1px;
  }  
