@charset "utf-8";
/* CSS Document */
#hider {
	display: none;
	position: absolute;
	background-color: black;
	z-index: 500;
}

#webcast {
	display: none;
	position: absolute;
	background: #fff;
	width: 627px;
	border: solid 2px #0a7539;
	text-align: left;
	padding: 0;
overflow: hidden;
}

#webcast #webcast_inner {
	width: 88%;
	margin: 0 auto;
}

#dauber {
	width: 90px;
	float: right;
	font-size: .75em;
}
#dauber p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#webcast p {
	margin-bottom: 1em;
	font-size: .9em;
	width: 385px;
}

#webcast h2 {
	font-size: 1.1em;
	padding-top: 1em;
	margin-bottom: 0;
}

#webcast p#webcast_date {
	font-size: 1.1em;
}

#webcast p#panel {
	background: #b5d334;
	color: white;
	font-weight: bold;
	padding: 0px;
	font-size: 1em;
	width: 92%;
	margin: 22px auto 0 auto;
}

#webcast p#panel span#panel_inner {
display: block;
	background: #202e4f;
	width: 78%;
	margin: 0 auto;
padding: 5px;
}

#webcast_register {
	width: 157px;
	text-align: center;
	float: right;
	background: #202e4f url(/i/header-bottom-157.gif) left bottom no-repeat;
	font-weight: bold;
	color: white;
	padding-bottom: 5px;
	margin-bottom: .7em;
}

#webcast_register p {
	background: #202e4f url(/i/header-top-157.gif) left top no-repeat;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	font-size: 1.1em;
font-weight: bold;
}

#webcast_register a {
	color: #d3f63c;
	text-decoration: none;
}

#webcast_register a:hover {
	text-decoration: underline;
}

#webcast p#chemical {
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}

img#cp_logo {
	position: relative;
	top: 6px;
}

#register_thanks {
	width: 157px;
	float: right;
}

p#webcast_thanks {
	width: 157px;
	text-align: center;
}

#webcast_thanks a {
	color: green;
	text-decoration: none;
}

#webcast_thanks a:hover {
	text-decoration: underline;
}

