@charset "utf-8";
/* CSS Document */


#table{
width:520px;
padding:0px 0px 0px 0px;
margin:10px 0px 10px 0px;
border:#bdd63a 1px solid;
}

#table th{
width:190px;
background:#82b324;
padding:10px 0px 10px 10px;
margin:0px;
color:#FFFFFF;
border-bottom:1px #bdd63a solid;
}
#table td{
width:300px;
padding:10px 10px 10px 10px;
margin:0px;
border-bottom:1px #bdd63a solid;
}

/************************/
.input{
width:200px;
}
textarea{
width:250px;
height:100px;
}
