body {
        background-color: #D6D7A5;
        margin:0;
}

body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

table#main {
  width: 950px;
}

table#inner {
  width: 950px;

}

    div#summary {
        background-color: #EFEFE7;
        color: #732820;
        font-family: Tahoma, Arial, sans-serif;
        padding: 5px 30px 5px 30px;
    }  

div#footer {
  width: 100%;
  background-color: #D6D394;
  margin: 0;
  padding: 0;
  text-align: center;
} 

a:link {
        color: #990000;
}
a:visited {
        color: #990000;
}
a:hover {
        color: #CC3300;
}
a:active {
        color: #CC0000;
}



#formarea input, #formarea select {
background-color: #fef;
    color: #000;
}
.formtext {
    color: #000;
    padding-right: 5px;
}



.notice {
    color: red;
    background-color: yellow;
    width: 40%;
}


/* the below two rules are used to create the lines on the tables containing a list of screenings */
table.listing1 tr.line1 td, table.listing1 tr.line1 th {
    border-bottom: solid 3px #D0B376;
}

table.listing1 tr.line2 td {
    border-top: solid 1px #d0b376;
}



.listings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 15px 10px 10px;
}

.listinghead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #660000;
    padding-left: 10px;
}
.rsvp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #AA4A22;
    font-style: normal;
    text-align: right;
}

.listingstest {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 15px 10px 10px;
}


div.required {
    font-weight: bold;
}


#rsvp_confirmation #first {
    margin-bottom: 20px;
}

#rsvp_confirmation h2 {
    margin-top: 5px;
}

#rsvp_confirmation #second {
    margin-top: 20px;
}

div#logo1 {
    color: #000;

    margin: 20px auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 200px; 
}


