<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> AdvanceByDesign Form to Mail (Light) </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
padding:10px;
margin:0;
background-color:#CCC;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:100%;
color:#777;
}
h1 {
font-size:1.6em;
padding:0;
margin:0;
clear:none;
}
h2 {
font-size:1.4em;
padding:0;
margin:0;
clear:none;
color:#AAA;
}
.mail_box {
width:430px;
padding:10px;
background-color:#FFF;
font-size:0.7em;
border:1px solid;
border-color:#EEE #333 #333 #EEE;
}
.header_box {
padding:6px;
font-size:100%;
background-color:#FFE;
border:1px solid;
border-color:#AAA #EEE #EEE #AAA;
}
.footer_box {
clear:both;
padding:10px;
text-align:center;
font-size:0.8em;
}
</style>
</head>
<body>
<div class="mail_box">
<div class="header_box">
<h1>Thank you!</h1>
<h2>Mail recieved</h2>
<p>Your comments have been recieved, and we will attempt
to reply to them (if they need a reply) as soon as possible.</p>
</div>
<div class="footer_box">
Form to Mail (Light) script, developed by AdvanceByDesign<br>
<a href="http://www.advancebydesign.com" target="_blank">
http://www.advancebydesign.com</a>
</div>
</div>
</body>
</html>