.button
{
   -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d4d19), color-stop(1, #94b847) );
	background:-moz-linear-gradient( center top, #3d4d19 5%, #94b847 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#008000;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:White;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;	
	line-height:65px;	
	text-decoration:none;	
	text-shadow:1px 1px 0px #86ae47;
	cursor:pointer;
	height:38px !important;
	width:auto !important;
	text-align:center !important;
	padding-bottom:1px !important;
	vertical-align:middle !important;
	
	
	
    

}
.button:hover
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;

}
.button:active
{
   position: relative;
    top: 1px;
}
 input[type=text]:focus, textarea:focus {
      border: 1px solid  #CD853F;
            outline:none;
            border-radius:2px; 
            box-shadow: 0px 0px 16px 0px rgba(255,204,0,.75);
}

            
input[type=text]:hover, textarea:hover {
 border-style: solid;
            border-radius:2px; 
            box-shadow: 0px 0px 16px 0px rgba(255,204,0,.75);
            
            border: 1px solid #CD853F ;
  
}