a {
   text-decoration:none;
}

a.a-line {
   text-decoration:underline;
}

.showit {
   display: inline;
}

.dontshow {
   display: none;
}


.button-row {
   padding-right:5px;
   padding-left:5px;
   color:#384496;
   background-color:white;
   border-color:#384496;
   border-style:solid;
   border-width:thin;
   font-weight:bold;
   font-family:Arial,Helvetica;
   font-size:12px;
   height:24px;
   white-space:nowrap;
   cursor:pointer;
   text-decoration:none;
   text-align:center;
}

.button-disabled {
   padding-right:5px;
   padding-left:5px;
   color:grey;
   background-color:white;
   border-color:grey;
   border-style:solid;
   border-width:thin;
   font-weight:bold;
   font-family:Arial,Helvetica;
   font-size:12px;
   height:24px;
   white-space:nowrap;
   cursor:none;
   text-decoration:none;
   text-align:center;
}

.button-row-long {
   width:250px;
}

.button-row-out {
   color:#384496;
   background-color:white;
}

.button-row-over {
   padding-right:5px;
   padding-left:5px;
   color:white;
   border-color:#384496;
   background-color:#384496;
   border-style:solid;
   border-width:thin;
   font-weight:bold;
   font-family:Arial,Helvetica;
   font-size:12px;
   height:24px;
   white-space:nowrap;
   cursor:pointer;
   text-decoration:none;
   text-align:center;
}

.form-text {
   font-family:Arial,Helvetica;
   font-size:12px;
   width: 300px;
}

.form-textarea {
   font-family:Arial,Helvetica;
   font-size:12px;
   width: 300px;
   resize: none;
   overflow: hidden;
}

/*

.button-row-over {   
   color:white;
   background-color:#384496;
}

                <A name="subButton" href="javascript:if (check_input()) {document.inputForm.submit();}" style="font-family:Arial,Helvetica;font-weight:bold;color:white;text-decoration:none" onMouseOver="this.style.color='#384496'" onMouseOut="this.style.color='white'">Save</A>
              </td>
              <td width="40">&nbsp;</td>
*/