@charset "utf-8";
/* CSS Document */

input
{
color: #003399;
background: #FFFFCC;
border: 1px solid #781351;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 5px 0px 5px 5px;
}

input.txt { width:450px; }
input.check { width:20px; }
input.date { width:100px; }

textarea
{
color: #003399;
background: #FFFFCC;
border: 1px solid #781351;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
width:600px;
height:300px;
} 

fieldset
{
border: 1px solid #781351;
width: 90%}

legend
{
color: #003366;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 


