input.text-box,
textarea { font-size:13px; border:none; border-top:1px solid white; border-right:1px solid #E3E3E3; border-bottom:1px solid #E3E3E3; border-left:1px solid white;  display:block; color:#999; }
input.text-box:focus,
textarea:focus { border:1px solid #1575c7; -moz-box-shadow: 0px 0px 3px #1575c7; box-shadow: 0px 0px 5px #1575c7; -webkit-box-shadow: 0px 0px 5px #1575c7; color:black; }
input.text-box { height:23px; padding:0 5px; width:205px; }
textarea { height:90px; resize:vertical; padding:5px; width:610px; line-height:1.3; font-family:"Tahoma"; }