
html, body { margin: 0; text-align: center; } #container { position: relative; margin: 0 auto; width: 760px; text-align: left; }
input,select,textarea{
color : #000; /*文字色彩*/
font-size : 9pt ; /*文字大小*/
background-color : #ffff99 ; /*背景色彩*/
border-top : 1px solid #c93 ;/*上框*/ 
border-bottom : 1px solid #963 ;/*下框*/ 
border-left : 1px solid #c93 ; /*左框*/
border-right : 1px solid #963 ; /*右框*/