div#this-months-event, div#next-months-event, div#sub-months-event {
	margin: 0px 0px 0px 26px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #e3265c;
}

div#this-months-event {
	width: 524px;
	height: 402px;
	margin-bottom: 40px;
	background-image: url(images/tmne-background.gif);
}

div#next-months-event {
	width: 524px;
	height: 397px;
    margin-bottom: 40px;
	background-image: url(images/nmne-background.gif);
}

div#sub-months-event {
	width: 524px;
	height: 402px;
	background-image: url(images/subme-background.gif);
}


div#this-months-event div.left, div#next-months-event div.left, div#sub-months-event div.left {
	float: left;
	width: 207px;
	padding: 80px 20px 0px 35px;
	text-align: center;
}

div#this-months-event div.left img, div#next-months-event div.left img, div#sub-months-event div.left img {
	margin-bottom: 14px;
}

div#this-months-event div.left p, div#next-months-event div.left p, div#sub-months-event div.left p {
	margin: 0px;
}

div#this-months-event div.right, div#next-months-event div.right, div#sub-months-event div.right {
	float: right;
	width: 214px;
	padding: 66px 48px 0px 0px;
	text-align: left;
}

div#this-months-event div.right h3, div#next-months-event div.right h3, div#sub-months-event div.right h3 {
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	padding: 0px;
}

div#this-months-event div.right p, div#next-months-event div.right p, div#sub-months-event div.right p {
	margin: 0px;
	padding: 0px;
}

div#this-months-event div.right p.rsvp, div#next-months-event div.right p.rsvp, div#sub-months-event div.right p.rsvp {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

div#this-months-event div.right p.rsvp a img, div#next-months-event div.right p.rsvp a img, div#sub-months-event div.right p.rsvp a img {
	border: 0px;
}

div#this-months-event div.rsvp, div#next-months-event div.rsvp, div#sub-months-event div.rsvp {
	padding: 80px 48px 0px 35px;
}

div#this-months-event div.rsvp p, div#next-months-event div.rsvp p, div#sub-months-event div.rsvp p {
	padding: 0px 0px 5px 0px;
}

div#this-months-event div.rsvp  form, div#next-months-event div.rsvp form, div#sub-months-event div.rsvp form {
	padding-top: 30px;
	text-align: center;
}

div#left div#rsvp-event {
	background-image: url(images/rsvp-header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 35px;
}

/*RSVP Event*/
div#left div#rsvp-event  p {
	padding: 5px;
	color: #e3265c;
	font-weight: bold;
	font-size: 11px;
}

div#left div#rsvp-event  p.error {
	color: red;
}

div#left div#rsvp-event table#order-details {
	border: 1px solid #e3265c;
	border-collapse: collapse;
	color: #e3265c;
	text-align: center;
}

div#left div#rsvp-event table#order-details tr {
	border: 1px solid #e3265c;
}

div#left div#rsvp-event table#order-details tr td, div#left div#rsvp-event table#order-details tr th {
	border: 1px solid #e3265c;
}

div#left div#rsvp-event table.order-overview {
	color: #e3265c;
}

div#left div#rsvp-event table.order-overview tr td.label {
	width: 30%;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}

div#left div#rsvp-event table.order-overview tr td.value {
	width: 70%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
