
/* Input Colors */
/****************/
input,
select,
textarea                  { border: #5ca0cf solid 1px; background: #ffffff; color:#414141; padding: 2px; margin-left:0px; margin-right:0px width: 200px; }
input[type="submit"]      { padding: 2px 10px; }
input:focus,
select:focus,
textarea:focus,
input[type="submit"]:hover { background-color: #ffffc0; }
