/*
** Webinar registration page
*/
div#eventRegistration,
div#eventRegistration table.form th,
div#eventRegistration table.form td,
div#eventRegistration table.form input,
div#eventRegistration table.form select,
div#eventRegistration table.form textarea
div#eventRegistration table.form h1,
div#eventRegistration table.form h2,
div#eventRegistration table.form h3
{
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
}
div#eventRegistration table.form th,
div#eventRegistration table.form td
{
	padding: 2px 8px;
	border-bottom: 1px solid #dadada;
	background: #ebebeb;
}
div#eventRegistration table.form th
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	text-align: left;
	background: #dadada;
}
div#eventRegistration table.form input.text
{
	border: 1px solid #dadada;
	width: 190px;
}
div#eventRegistration table.form h1,
div#eventRegistration table.form h2,
div#eventRegistration table.form h3
{
	font-weight: bold;
	font-size: 1.1em;
}
div#eventRegistration table.form td.label
{
	vertical-align: top;
	width: 60px;
}
div#eventRegistration table.form td.data
{
	width: 217px;
}
div#eventRegistration table.form td.controls
{
	text-align: right;
	padding: 7px 30px;
}
div#eventRegistration table.form td.plain
{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #fff;
	border-bottom: 0 none;
}

table#eventLayout td.eventDetail
{
	width: 310px;
	vertical-align: top;
}
table#eventLayout td.gutter
{
	width: 15px;
}
table#eventLayout td.eventRegister
{
	width: 310px;
	vertical-align: top;
}

