﻿.event_display{
	position:relative;
	width:300px;
	padding:9px;
	margin:0 0 10px 10px;
	height:auto;
	min-height:182px;
	float:left;
}

.event_display .name
{
	color:#EE1B2E;
	font-weight:bold;
	font-size:large;
	margin-bottom:5px;
}
.event_display .field
{
	margin-bottom:5px;
}
.event_display .fieldlabel
{
	color:#EE1B2E;
	font-weight:bold;
	float:left;
	width:80px;
}
