#webinarschedule {
	/*font-size: 0.8em;*/
}
#webinarschedule ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
#webinarschedule li {
	margin: 0;
	padding: 0;
}
#webinarschedule li h3 {
	display: inline;
}
#webinarschedule li h3 a {
	color: #6B4F2C;
}
#webinarschedule li h3 a:hover {
	color: brown;
}
#webinarschedule li .startdate {
	display: inline;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #6B4F2C;
	padding-left: 10px;
}
#webinarschedule li .description {
	padding-left: 10px;
}
#frame, .frame {
	background: wheat;
	border: 3px solid black;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
}
#frame .close a, .frame .close a {
	display: block;
	padding: 2px;
	margin: 2px;
	float: left;
	background-color: white;
	border: 1px solid black;
	/*color: brown;*/ color: #6B4F2C;
	text-decoration: none;
}
#frame .close a:hover, .frame .close a:hover {
	background-color: brown;
	color: white;
}