@charset "utf-8";
 * {margin:0; padding:0;}     /* removes margin and padding off all form elements */
 
/* SET YOUR FORM PREFERENCES!!! */

.underline {
 text-decoration:underline;
 }
.bold {
 font-weight:bold;
 }
#form {
 float:left;
 display:inline;                           /* fixes margin-doubling bug in IE6 */  
 margin-top:9px;
 } 
#form_inner {
 font-family: arial, sans-serif;   /* font family for membership form */
 font-size:.75em; /* size of form type relative to parent element */
 width:658px;
 background-color:#FFFFFF;
 padding:10px;
 }
#form_inner p {
 font-family:"Trebuchet MS", Verdana, serif;   /* font family for form paragraph */
 color:#000000;
 font-size:1.2em;
 text-align:center;
 }
#form fieldset {
 width:94%;
 padding:20px;
 border-color:#000000;
 }
#form fieldset legend {
 font-weight:bold;
 color:#000000;
 }
#form_inner form fieldset input {
 background-color:#FFFFFF;
 font-family: lucida, Arial, Sans-Serif;  /* font family for form input-box text */
 font-size: 1em;
 color:#000000;
 padding-left:.3em;
 }
#form_inner form fieldset input check {
 background-color:#FFFFFF;
 }
#form_inner form fieldset input radio {
 background-color:#FFFFFF;
 }
#form_inner form fieldset select  {
 background-color:#FFFFFF;
 font-family: lucida, Arial, Sans-Serif;  /* font family for form select-box text */
 font-size: 1em;
 color:#000000;
 }
#form_inner form input submit, #form_inner form input reset  {
 text-align:center;
 font-family: lucida, Arial, Sans-Serif;  /* font family for form buttons */
 font-size: .75em;
 color:#000000;
 font-weight:bold;
 }
#form_inner form ul li {
 font-family: lucida, Arial, Sans-Serif;  /* font family for form unordered list text */
 font-size: 1em;
 color:#000000;
 font-weight:bold;
 }
#form_inner fieldset p#trip_heading {
 text-align:left;
 margin:30px 0 0 10px;
 }
#form_inner fieldset p#total_enclosed {
 margin-left:88px;
 }
#form_inner fieldset p#total_enclosed_trip {
 margin-left:88px;
 }
#form_inner fieldset p#total_enclosed_myrtle {
 margin-left:265px;
 }
#buttons {
 float:left;
 }
#browser_settings p {
 float:right;
 font-family: lucida, Arial, Sans-Serif;  /* font family for form browser settings paragraph text (to the right of the "Print" button) */
 font-size: .8em; /* 1em = 16pts */
 vertical-align:super;
 text-align:left; 
 color:#000000;
 font-weight:bold;
 margin-right:10px;
 }      
#coupon_trip fieldset ul li {
 list-style-type:none;
 }
#coupon_myrtle fieldset, #coupon_pres_party fieldset {
 border-color:#000000;
 padding:20px;
 width:94%;
 }
#coupon_myrtle fieldset legend, #coupon_pres_party fieldset legend {
 margin:0 5px;
 padding:0;
 font-weight:bold;
 }
#coupon_pres_party fieldset #addressee {
 text-align:center;
 font-weight:bold;
 }
/* END FORM PREFERENCES */
