/* format_search.css */

body	{font-family: Trebuchet MS;
	color: black;
	background-color: #CCCCFF;}

#rsvp-header {background-color: #ECE5B6; color: black;
width: 942px; height: 85px; font-family: Trebuchet MS;
padding-left: 3px; padding-right: 0px;
border: 4px solid #41627E;
position: absolute; top: 70px; left:150px;}	

#rsvp-context {background-color: #FFFFFF; color: black;
width: 900px; height: 1200px; font-family: Trebuchet MS; font-size: medium;
padding-left: 3px; padding-right: 3px;
border: 2px solid #41627E;
position: absolute; top: 166px; left:174px;}

#rsvp-image {background-color: #ffffff; color: black;
width: 200px; height: 200px;
border: 0px solid #41627E; text-align: center;
position: absolute; top: 10px; left:10px;}

#rsvp-service-details {background-color: #FFFFFF; color: black;
width: 625px; height: 200px; line-height: 1.4;
padding-left: 0px; padding-right: 3px; font-size: 10pt;
border: 0px outset #ECE5B6;
position: absolute; top: 10px; left:250px;}

#rsvp-service-description {background-color: #FFFFFF; color: black;
width: 450px; height: 710px; font-size: 10pt;
border: 0px solid #41627E; line-height: 1.4;
position: absolute; top: 225px; left:10px;}

#rsvp-service-comments {background-color: #FFFFFF;
width: 410px; height: 250px;
border: 0px outset #ECE5B6;
position: absolute; top: 850px; left:485px;}

#rsvp-form {background-color: #CCCCFF; 
width: 410px; height: 475px; 
border: 1px solid #41627E;
position: absolute; top: 360px; left:485px;}

#rsvp-footer {background-color: #ECE5B6; color: black;
width: 944px; height: 2em; font-size: 10pt;
padding-left: 3px; padding-right: 3px; padding-top: 6px;
border: 4px solid #41627E; text-align: center;
position: absolute; top: 1375px; left:150px;}

form {padding: 0 0;
			margin: 0 0;
			border: 1px; solid white;
			font-family: Trebuchet MS; 
			font-size: 10pt;}

label {border: 1px; color: black;
			background-color: #CCCCFF;}

input[type="checked"]
	{width: 300px;}
			
legend {color: white}
			
table {table-layout: auto; width: 100%;}
a:link	{color: #000000;}
a:visited {color: #000000}
td {border: 0px solid #ECE5B6;}
caption {background-color: #ECE5B6; border: 1Px solid #41627E;
color: #41627E; font-size: 11Pt;}
			

						
						
						
