input[type=submit] {
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover{
 border:2px outset white;
 background-color:#ffffeb;
 }
input[type=submit]:active{
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:black;
 } 
input[type=text]:hover{
 border:1px outset red;
 background-color: #ffffeb;
}
textarea:hover{
 border:1px outset red;
 background-color: #ffffeb;
 }  
