table {
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 10px;
}

th,td {
	border: 1px solid black;
	padding: 8px;
}

th {
	width: 90px;
	background-color:#eeeeee;
	text-align:left;
	vertical-align:top;
}

td.w90 {
	width: 90px;
}

#ptInquiry {
	background: url(../image/pt_support.gif) top left no-repeat;
	width: 700px;   
	height: 40px; 
}

#ptInquiry h1 {
  position:relative;
  top:0;
  left:0;
  z-index:-1;
}

p.btmSubmit {
	text-align: center;
}

.fRed {
	color: red;
}