*{ padding:0;
	margin:0;}
div.bodybg{
	margin:0;
	padding:0; width::100%; height:1060px; 
	background:url(../images/bg-new.jpg) repeat-x;
	}

/*video control css*/

#video_controls_bar{ background:#2A3F55; padding:15px; font-family:Verdana, Geneva, sans-serif;}
.content { float: left; clear: both; height:347px; border:1px solid #404040; background: #e6e6e6; width:586px; *margin-top:-11px; position:relative; overflow:auto; margin-left:-5px; }
button#playpousebtn1{
float:left;
width:200px;
height:200px;
background:url(../images/pausebtn.png) no-repeat 0 0;
border:none;
cursor:pointer;
opacity:0;
position:absolute;
border:hidden;
border-top:hidden;
border-left:none;
border-right:none;
border-bottom:none;
top:60px;
left:180px;
}

.conferencetitle{
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}

.conferencesubtitle{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}
.conferencespeaker{
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.conferenceDisclosures{
	font-size:10pt;
	text-align:left;
}


.conferenceregular{
	font-size:10pt;
	text-align:center;
	line-height: 1.5;
}
.button {
  background-color: #0055A5; /* Green */
  border: none;
  color: white;
  padding: 8px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 border-radius: 5px;
 cursor:pointer;
 font-family: Arial, Verdana, Tahoma, Sans;
}


.button:hover {
  background-color: #E77735; /* Green */
}



button#playpousebtn1:hover{ opacity:3; border:hidden;   border-top:none; border-left:none; border-right:none; border-bottom:none; }
	
	/*end video control css*/