table.price {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: dashed dashed dashed dashed;
    border-color: gray gray gray gray;
    border-collapse: separate;
    border-spacing: 0px;
    b2ackground-color: white;
    
}
table.price th {
    border-width: 1px 1px 1px 1px;
    padding: 5px;
    border-style: dashed dashed dashed dashed;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.price td {
    border-width: 1px 1px 1px 1px;
    padding: 8px;
    border-style: dashed dashed dashed dashed;
    border-color: gray gray gray gray;
    b1ackground-color: white;
}
tr.header td {
	background-color: #D3CAA9;
	font-weight: bold;
}