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


#contacttable th{
background:#f7f5f0;
color:#5F3D0F;
width:25%;
padding-left:9px;
border-bottom:1px solid #fff;
text-align:left;
}

#contacttable td{
color:#5F3D0F;
padding:7px;
border-bottom:1px solid #eae6de;
width:183px;
}

#contacttable{
width:100%;
border-top:1px solid #c2bbad;
border-bottom:1px solid #c2bbad;
margin-top:10px;
}

#contacttable th.thline{
border-bottom:1px solid #c2bbad;
}
#contacttable td.tdline{
border-bottom:1px solid #c2bbad;
}

input.form1{
width:200px;
}

.textarea1{
width:300px;
height:130px;
}
.red{
color:#cc0000;
}




