/* CSS for Contact Form */

@charset "UTF-8";
/* CSS Document */


body {
   font-family: Calibri, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
   font-size: 90%;
}

form.contact {
background-color: #FFCC99;
width: 425px;
font-size: small;
margin-left:20px;
margin-top:10px;
}

#main_content {
margin-bottom: -200px;
}

.content_bubble {
width: 600px;
margin: auto;
}

#footer {
background-image:url(http://www.chaucersbooks.com/images/contact_bg_footer.png);
background-repeat: no-repeat;
height: 307px;
margin-bottom: -30px;
text-align: center;
}

.footer_linkbox {
width: 100px;
display: inline;
clear: none;
margin-top: 100px;
}

.footerlink {
display: inline;
font-size: small;
clear: none;
}

.credit {
font-size: x-small;
}

.required {
color: red;
}

.note {
font-size: small;
font-style: italic;
}

.header_td {
background-color: #ba3929;
color: #ffffff;
font-weight: bolder;
}

.contact_info {
width: 600px;
margin-left: 300px;
margin-right: 300px;
}
