div.webinar-main {
	background-color: #FFFFFF;
    margin: auto;
    width: 1005px;
}

.webinar .left {
	vertical-align: top;
	width:200px;
	text-align:left;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.23) 0%, rgba(0,0,0,0.0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(0,0,0,0.23)), color-stop(100%,rgba(0,0,0,0.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.webinar .center{
	padding-bottom: 50px;
	text-align:center;
}

.webinar .right {
	vertical-align: top;
	width:200px;
	text-align:left;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: -moz-linear-gradient(right,  rgba(0,0,0,0.23) 0%, rgba(0,0,0,0.0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.23)), color-stop(100%,rgba(0,0,0,0.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(right,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0.0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e000000',GradientType=1 ); /* IE6-9 */
}

.webinar .left img {
	border:none;
	margin-top:20px;
}

.webinar h1 {
	margin:30px auto 0px auto;
	font-size:24px;
}

.webinar h2 {
	margin: 10px auto 0px;
	font-size: 20px;
	font-weight: normal;
}

.webinar h3 {
	margin: 10px auto 0px;
	font-size: 14px;
	font-weight: bold;
}

.partner-section {
	font-weight: bold;
	background-color: #EEEEEE;
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: bold;
    margin: 200px 24px 0 0;
    padding: 5px;
    
}

.partner-section  ul {
	padding-left: 20px;
	margin-top: 12px;
}

.partner-link {
	margin-bottom: 10px;
	color: black;
	
}

.partner-section a {
	color: #0088CC;
	text-decoration: none;
	font-size:12px;
}

