	 #email {
	   border: 1px solid #111;
	   padding: 0.5em;
	   font-size: 15px;
     line-height: 1.2em;
     width: 120px;
     background: #444;
     color: #CCCCCC;
     font-family: helvetica, sans-serif;
     background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
     -webkit-appearance: none;
 	   -webkit-box-shadow: 1px 1px 1px #333;
	 }
	 textarea{
	 border: 1px solid #111;
	 padding: 0.5em;
	 font-size: 15px;
     line-height: 1.2em;
     width: 320px;
     background: #444;
     color: #fff;
     font-family: helvetica, sans-serif;
     background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
     -webkit-appearance: none;
 	   -webkit-box-shadow: 1px 1px 1px #333;
	   -webkit-autofill: 1px 1px 1px #333;
	 }
	 
	 input:focus, textarea:focus, select:focus {outline-color:#009900;} <!--outline when field is selected -->
	 

	 input[type=text] {
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.12, #333));
   }
   
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 60px;
    font: bold 14px/35px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #009900;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
.form-wrapper button:hover{     
    background:#00CC00;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #00CC00;
    outline: 0;   
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #009900 transparent;
    top: 10px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #00CC00;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #00CC00;
}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 
#newsletterdiv{ background:rgba(0,0,0,0.9); border-radius: 8px 8px; padding-top:2px; padding-bottom:12px; }
.smallText { color:#CCCCCC; font-size:11px; margin-left:5px; padding-bottom:8px;}

	  #email1, #name, select {
	   border: 1px solid #111;
	   padding: 0.5em;
	   font-size: 15px;
     line-height: 1.2em;
     width: 200px;
     background: #444;
     color: #CCCCCC;
     font-family: helvetica, sans-serif;
     background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
     -webkit-appearance: none;
 	   -webkit-box-shadow: 1px 1px 1px #333;
	   -webkit-autofill: 1px 1px 1px #333;
	 }
	  option {
background: #444;
}
