﻿@charset "utf-8";

#fax {
width:640px;
}


#fax table{
width:636px;
height:auto;
margin:20px auto auto auto;
border-collapse:collapse;
}

#fax td{
border: solid 1px #CCCCCC;
padding:6px;
}

.bg-EEE {
background:#EEEEEE;
}

.w140 {
width:140px;
}

.fax-title {
background:#EEEEEE;
margin:15px auto 0px auto;
font-size:1.4em;
font-weight:bold;
padding:3px 3px 3px 10px;
}


