div.text {
	margin-left: 20px;
}


table.inquiry {
    border-style: none;
    border-spacing: 0 4.5px;
    margin: 0 auto 0 10px;
    width: 515px;
}
table.inquiry th {
	color: #003388;
	background: White url('./resources/th-background.jpg') repeat-x scroll ;
    border-left: 3px solid #a6bfde;
	text-align: left;
    vertical-align: top;
    padding: 3px 0 3px 10px;
    width: 140px;
}
table.inquiry td {
    border-left: 1px solid #a6bfde;
    vertical-align: top;
    padding: 3px 0 3px 10px;
    width: auto;
}
table.inquiry td.button {
    border-style: none;
    vertical-align: top;
    width: auto;
}
.necessary {
	color: red;
}

table.caution {
    border: 1px solid #ff5555;
    margin: 0 auto 0 10px;
    width: auto;
    background-color: #ffe0e0;
}
div.image {
	float: left;
	background: White url('./resources/contact.jpg') no-repeat scroll;
	margin: 0 auto 0 10px;
	width: 250px;
	height: 330px;
}

#FormContents {
	float: right;
	width: 520px;
}

