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

.small{
font-size: 10px;
color: #cc3333;
}


#contacttable th{
background:#ffdda6;
color:#5F3D0F;
width:40%;
padding:5px;
border-bottom:1px solid #cab89d;
border-left:1px solid #cab89d;
text-align:left;
}

#contacttable td{
color:#5F3D0F;
padding:7px;
border-bottom:1px solid #cab89d;
border-right:1px solid #cab89d;
line-height: 250%;
}

#contacttable{
width:100%;
font-size: 11px;
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;
}




