/* Contact Form */
form, textarea              {font-size: 11px; font-family: verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.text, textarea             {margin: 0; background-color: rgb(240,240,240); width: 470px; border: 1px solid rgb(29,27,23); color: #858585; padding: 4px; margin: 2px; font-size: 11px;}
.text:hover, textarea:hover {background-color: white;}
textarea                    {height: 70px;}

