@charset "utf-8";
/* CSS for Contact Form */

/* Nested table for the main part of the form */
table.FormBox {
	text-align:center;
	border:2px solid black;
	background-color:#DFDFDF;
	border-radius:20px 20px 20px 20px;
	padding:20px;
	margin:0;
	width:800px;
}

/* input table cells */
td.Labels {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:black;
}

/* Cell for main user message */
td.UserMessage {
	font-size:12px;
	text-align:left;
}

/* Notes */
td.Note {
	font-size:12px;
	text-align:center;
	font-style:italic;
	color:#333333;
}

/* Need Financing Link cell */
td.FinanceLink {
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-align:left;
}

/* Form instructions for user */
td.Instructions {
	font-size: 13px;
	border: 2px solid black;
	text-align: left;
}

/* Table cell for contact method */
div.Method {
	font-size:12px;
	font-weight:normal;
	text-align:left;
	background-color:#817F7F;
	border:1px solid black;
	width:160px;
}

/* Page Heading */
td.Headline {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	font-variant: small-caps;
	background-color:#E20A16;
	color: white;
	border: 2px solid black;
}

/* Send & Cancel Button Width */
button {
	width:160px;
}

/* Button Images */
img.ButtonImg {
	margin:5px;
	vertical-align:middle;
	border:none;
	text-decoration:none;
}

/* Button Text */
span.ButtonTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-weight:bold;
	vertical-align:middle;
}
