        .input{
        width: 100%;
        height: 100%;
        border: 1px solid #88A0C8; 
        font-family:  arial,sans-serif; 
        font-size: 12px; 
        color: #003068; 
        text-decoration: none; 
        background-color: #F9FDFF;
        padding: 3px;
        }

        .message{
        width: 100%;
        height: 100%;
        font-family:  arial,sans-serif; 
        font-size: 12px; 
        text-decoration: none; 
        font-weight: normal;
        padding: 5px;
        }
        
        #mybutton,subFLbutton,resetButton,submitButton   {
        border-style: outset;
        border-color: #9999EE;
        border-width: 3px;
        border-spacing: 2px;
        background-color: #9DAFE3;
        text-decoration: none;   
        width: 86px;
        height: 26px;
        text-align: center;
        cursor: pointer;
        }
  
        .buttontext {color: black; 
        text-decoration: none;   
        font-family:  arial,sans-serif; 
        font: bold 10pt Arial;
        cursor: hand;}

        .buttonover  {color: yellow;
        text-decoration: none;
        font-family:  arial,sans-serif; 
        font: bold 10pt arial;
        cursor: hand;}

        .resultA {font-weight: normal;
        font-size: 12px;
        color: #110011;
        }

        .resultB {font-weight: normal;
        font-size: 12px;
        color: #000000;
        }

        .error {font-weight: normal;
        font-size: 12px;
        color: red;
        width: 100%;
        height: 100%;
        border: 1px solid #88A0C8; 
        font-family:  arial,sans-serif; 
        text-decoration: none; 
        background-color: #F9FDFF;
        padding: 5px;
        }

