﻿body {
}

input{ border:none;}
input[type=text],input[type=password] { color:#444; background-color: #F2F2F2; border: 1px solid #B6BCC1; height:20px; padding:2px 5px; }
input[type=text]:hover,input[type=text]:focus,input[type=password]::hoverinput[type=password]::focus{border: 1px solid #65A7C1;  }
input[type=text].disabled{ background-color:#fff;}
input[type=text].disabled:hover,input[type=text].disabled:focus{border:1px solid #B6BCC1;}
select{color:#444; background-color: #F2F2F2; border: 1px solid #B6BCC1; height:25px;}