
body.guestPage {
	font-size:14pt ;
	text-align:left;
  color:black;
	background-image:url("images/flowers.jpg") ;
	background-attachment: fixed;
  background-position: 100% 10% ;
  background-repeat: no-repeat;
	background-color:white;
}

div.guestTitle {
  font-size:1.75em ;
	font-weight:bold ;
	text-align:center ;
}

div.guestButtons {
	font-size:1em ;
  text-align:center ;
	margin-top:-2.5ex ;
	margin-bottom:2ex ;
}

button.guestBtn {
	padding:0.5ex 0.85em 0.65ex 0.85em ;
}

div.guestForm {
  font-size:1.1em ;
	font-weight:normal ;
}

span.guestCopy {
	font-size:0.8em;
	font-weight:bold;
}

p.guestAddr 
{
 	font-size:0.9em ; 
	line-height:3ex ;
}
	
div.disclaimer {
	font-size:0.9em ;
	font-style:italic ;
	text-align:justify ;
	vertical-align:middle;
	margin:2em 0em 0em 0em ;
	padding:0.8em ;
	border-width:2px ;
	border-style:groove ;
	border-color:gray ;
}

@media print {
	body.guestPage {
		background-image:none ;
		}
}
