
body {
        background-color: #E4AEF0;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

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;
/*
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 15px;
*/
    position: relative;
    margin: 20px auto;
    text-align: center;
    font-family: "MS Comic Sans";
    font-size: 10pt;
    width: 200px; 
}


