/* INPUT & TEXTAREA ========================*/

input[type="button"], input[type="submit"], input[type="file"], input[type="reset"] { font-weight: normal !important;margin: 0;width: auto !important; padding: 3px 7px;color:#808080;background: #F2F2F2 url('http://uarts.ucoz.ru/button.png') repeat-x;
 border: #ddd solid 1px;cursor: pointer;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;text-decoration: none;border-radius: 2px;}
input[type="button"]:hover, input[type="submit"]:hover, input[type="file"]:hover, input[type="reset"]:hover {background:#f7f7f7 url('http://uarts.ucoz.ru/button.png') repeat-x;}
textarea {padding: 3px !important; background: #fff; border: 1px solid #e6e6e6;-moz-box-shadow: inset 0 1px 3px #e5e5e5; -webkit-box-shadow: inset 0 1px 3px #e5e5e5;
 box-shadow: inset 0 1px 3px #e5e5e5;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;text-decoration: none;border-radius: 2px;-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}