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

fieldset
{
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
background: #f8f8f8;
}

legend
{
font-weight: bold;
}
label
{
display:block;
}
input[type="text"]
{
width: 500px;
}
 
input[type="text2"]
{
width: 150px;
}
.number[type="text"]
{
width:50px;
}

.input2[type="text"]
{
width:500px;
height:100px;
}

.input3[type="text"]
{
width:500px;
height:200px;
}

.input4[type="text"]
{
width:80px;
}

.input5[type="text"]
{
width:400px;
}

textarea
{
width: 300px;
height: 100px;
}

input:focus, textarea:focus
{
background: #ffc;
}


