/* Franchise contact basic form */
/* For the basic 'phone me' contact form */
body {
/*	width: 500px; */
	margin: 0 auto;
}
form a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}
#thanks_wrapper {
	text-align: center;
	margin: 0 auto;
	width: 480px;
}
td.label {
	float: left;
	vertical-align:top;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 13px;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
#logoarea {
	background: url("images/logo_1.jpg") no-repeat 0 0;
	background-color: #fff;
	margin: 0 auto;
	height: 88px;
}
#infoarea {
	margin: 10px 0;
}
#infoarea p {
	font-size: 1.5em;
	font-weight: bold;
}