div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Signup1
{
   background-color: rgba(240,230,140,0.60);
   border: 1px solid #006400;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   text-align: right;
   border-spacing: 6px;
   width: 597px;
   height: 500px;
}
#Signup1 td
{
   padding: 0;
}
#Signup1 .header
{
   background-color: #8A2BE2;
   color: #FFFFFF;
   height: 24px;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Signup1 .label
{
   height: 24px;
}
#Signup1 .row
{
   height: 38px;
   text-align: left;
}
#Signup1 .input
{
   background-color: #F5F5DC;
   border: 1px solid #CCCCCC;
   border-radius: 3px;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   width: 100%;
   height: 38px;
   box-sizing: border-box;
   padding: 6px 4px 6px 4px;
}
#Signup1 .input:focus
{
   border-color: #66AFE9;
   outline: 0;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
}
#Signup1 .button
{
   background-color: #228B22;
   border: 1px solid #2E6DA4;
   border-radius: 5px;
   color: #FFDAB9;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   padding: 4px 14px 4px 14px;
   -webkit-appearance: none;
}
