
table.eventCalendar tr td.info div.eventicon  {
	float: right; 
	margin: 0px;
	padding: 0px 1em 0px 0px;
}

div.calendarPopup div.eventicon,
div.innerWindow div.eventicon {
	float: right;
	width: 35px;
	margin: 0px 1em 0px 0px;
	padding: 0px 0em 0px 0px;
	border: 1px solid #506F20;
}
div.innerWindow div.eventicon  {
	float: right; 
	margin: 0px 10px 0px 10px;
	padding: 0px 65px 0px 0px;
}
div.calendarPopup h4,
div.innerWindow h4 {
	border: none;
}

div.calendarPopup h3,
div.innerWindow h3 {
	font-size: 1em;
}

div.calendarPopup p,
div.innerWindow p {
	font-size: 1em;
	margin: 0.5em 0 0em 0;
	clear: both;
}


div.emailFormBox {
	display: none;
}
div.emailFormBox table {
	margin-top: 15px;
	clear: both; /* added to prevent form from floating next to RSVP link */
}
div.emailFormBox table tr td {
	padding-bottom: 5px;
}
div.emailFormBox table tr td .emailto-ele {
	width: 295px;
}


a.rsvp {
	display: block;
	float:left;
	margin: 10px 0 10px 10px;
}

a.email_to {
	display: block;
	float:left;
	margin: 10px 0 10px 0;
}

a.rsvp img, a.email_to img{
	float: left;
	margin-top: -5px;
	margin-right: 3px;
}

