/*输入框样式*/
input, textarea{
-webkit-border-radius: 3px;/*圆角*/border: 1px solid #a8a8a8;
}
/*字体*/
body{
font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica;
color: #505050;
}
/*提交按钮样式*/
.sub{
width: 113px;
height: 30px;
color: #333;
font-size: 16px;
background: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#e7e7e7));
-webkit-box-shadow: 0 1px 1px #cacaca;
-webkit-border-radius: 3px;
border: 1px solid #a8a8a8;
}