/* css for the home-section pages */

/*privacy page */
#privacyform { width: 500px; }
label.privacy { float: left; display: inline; width: 150px; text-align: right; margin: 3px 40px 0px 0px; }
#privacyform input { margin-top: 3px; float: left; display: inline; width: 300px; }
input.button { height: 35px; width: 260px; float: left; margin-left: 130px; background: url('../images/home/privacybutton.gif') no-repeat #F4F4F4; }
span.required { color: red; }
/*end privacy page */

/*sponsors page */
div.sponsor { margin-left: 30px; }
div.sponsor strong { display: block; }
p.quote { width: 450px; margin: 10px 30px; background: #D9D9FF; font-style: italic; padding: 10px 20px; border: 1px solid #000000; color: #000000; }
/*end sponsors page*/