<style>
.tbradius
{
    border-color: #e2e2e0;//设置边框的颜色
    border-width: 1px;//设置边框的宽度
    border-style: solid;//设置边框的样式,此处为实线
    border-radius: 0.4em;//圆角的程度,可以自行测试需要的样式
}
</style>
//文本框
<input type="text" class="tbradius" />
| 
		Sophie Huang
 Time and tide wait for no man. |