﻿
table {  
            font-family: arial, sans-serif;  
            border-collapse: collapse;  
            width: 70%;  
      }  
  
.button {  
    background-color: #865FAE;   
    border: none;  
    color: white;  
    padding: 15px 32px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 14px;  
    margin: 4px 2px;  
    cursor: pointer;  
}  

.buttonBlue {  
    background-color: #347878;   
    border: none;  
    color: white;  
    padding: 15px 32px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 14px;  
    margin: 4px 2px;  
    cursor: pointer;  
}  
  
.button4 {border-radius: 14px;}  
  
.textboxNew {  
    /*height: 50px;  
    padding: 0 10px;  
    border: none;  
    background: Orange;  
    background: Orange;  
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);  
    font-family: 'Montserrat', sans-serif;  
    text-indent: 10px;  
    color: blue;  
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);  
    font-size: 20px;  
    width: 470px;*/
    
    
      font-family    :  verdana, arial, snas-serif;
  font-size      :  14px;
  color          :  #000000;
  height:30px;
  width:100%;
  padding        :  3px;
  background     :  #f0f0f0;
  border-left    :  solid 1px #c1c1c1;
  border-top     :  solid 1px #cfcfcf;
  border-right   :  solid 1px #cfcfcf;
  border-bottom  :  solid 1px #6f6f6f;  




}  
 .textbox:focus {  
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);  
    outline: none;  
    background: Orange;  
    background: Orange;  
    outline: solid 1px yellow;*/  

     border-color:#865FAE;
    background-color:#EAECEE;
    outline: solid 1px yellow;
    width:100%;
    height:30px;
}  