*{
font-size: 13pt;
font-family: Time News Roman;
}
#wrapper{
width: 960px;
margin: auto;
}
#header{
height: 125px;
}
#header img{
width: 960px;
}
#main .bill_name{
text-align: center;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
#main .date{
text-align: right;
font-style: italic;
}
#main .cus_name{
font-weight: bold;
font-style: italic;
text-indent: 20px;
}
#main .intro{
text-indent: 20px;
}
#main table{
border: 1px solid #000000;
width: 90%;
margin: auto;
}
#main table td,
#main table th{
padding: 5px;
}
#main table thead th{
background: #a3a3a3;
font-size: 14px;
text-transform: uppercase;
height: 25px;
}
#main table tfoot td{
height: 40px;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
.model{
text-align: center;
font-size: 17px;
font-weight: bold;
}
#print{
	position: fixed;
	top: 100px;
	right: 50px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	padding: 5px;
}
#print a{
	color: #4c4c4c;
	text-decoration: none;
}
