 h1 { font-size:24pt;font-weight:bold;color:#F3E949;}
  h2 { font-size:18pt;color:#F3E949; padding-left:40px}
  h3 {color:white; padding-left:40px}
  p { font-size:12pt; line-height:18pt;}
  
  input[type=text], textarea, select{
        background-color:#D2D2CF;
        width:550px;
        height:30px; 
        font-size:14pt; 
        font-weight:bold; 
        color:black;
        font-family: Arial;
  }
  #tblForm {width:650px}
  #tblForm td {font-size:14pt; color:white; background-color:#3e3e3e; padding:5px 20px;}
 /* #tblForm td.input {background-color:#C7E5A9; width:100%; height:50px}*/
 
  input.btnOption,  input.btnOptionHover {   
        color:#000 !important;
        background-color:#77cf27 !important; 
        font: bold 16pt 'trebuchet ms',helvetica,sans-serif;   
        border: 2px solid;   
        border-color: #99F249 #386202 #386202 #99F249 !important;
        Height:45px;
        Width:300px;
        text-transform: uppercase;
        cursor:pointer;
  }
  input.btnOptionHover {   
        background-color:#589B15 !important;   
  } 
 input.btnOption_small,  input.btnOptionHover_small {   
        color:#000 !important;
        background-color:#77cf27 !important; 
        font: bold 10pt 'trebuchet ms',helvetica,sans-serif;   
        border: 2px solid;   
        border-color: #99F249 #386202 #386202 #99F249 !important;
        Height:30px;
        Width:100px;
        text-transform: uppercase;
        cursor:pointer;
  }
  input.btnOptionHover_small {   
        background-color:#589B15 !important;   
  }
  
 input.btnLogin, input.btnLoginHover { 
    border: none;
    height: 35px;
    width: 180px;     
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    background: url(http://www.soldster.com/Images/btn_login.png) no-repeat top center;
    cursor: pointer;
}
input.btnLoginHover { 
    color: #884b09;
    background: url(http://www.soldster.com/Images/btn_login.png) no-repeat bottom center;
}