input[type="text"]:focus{
background-color:#f3f9d5;
}

textarea:focus{
background-color:#f3f9d5;
}

table{
width:500px;
border:none;
border-collapse:collapse;
}

td{
padding:10px;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-left:none;
border-right:none;
font-size:12px;
line-height:18px;
color:#666666;
vertical-align:top;
}

td.tit{
width:140px;
border-right:1px dotted #999999;
}

p.bot{
margin:20px;
text-indent:0em !important;
text-align:center;
}

.ncs{
color:#990000;
}

.error{
color:#CC0000;
background-color:#FFDDDD;
}

