/* CSS Document */
/*文本框*/
.text{width:80%;height:30px; padding: 5px; background: #fff; margin: 5px; border: 1px solid #ddd;font-size:16px;}
select{width:80%;height:30px; padding: 5px; background: #fff; margin: 5px; border: 1px solid #ddd;font-size:16px;}

/*按钮*/
.button{width:100%;height:30px; padding-top: 5px; padding-bottom: 5px; text-align: center; background: #333;color:#fff; font-size: 16px;}

input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}   



