@import url("buttons.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 60px;
	background-color:#EAE9E6;
}

h2 {
	font-size: 16px;
}


#header {
	width:565px;
	height: 61px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#mainframe{
	margin:auto;
	width: 565px;
	background-color: #FFFFFF;
}


#content{
	padding-top:0px;
	background-image: url(../images/body_bg.jpg);
	min-height:240px;
	background-repeat: repeat-y;
}

#headline{
 	padding-left:20px; 
 	padding-right:20px;
}

#footer {
	width: 565px;
	height: 41px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

#alreadyregistered{
	 width:235px; float:right;
}


#alreadyregistered_headline{
	 color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px; font-weight:bold;
}

#alreadyregistered_content{
	padding-left:5px; padding-right:5px;color:#FFFFFF;
}


#notregisteredyet{
	 width:235px; float:left; margin-left:15px; margin-right:15px;
}
.notregisteredyet_radio{
	width: 190px;
} 

.notregisteredyet_radio_button{
	float:left;
	padding:1px;
} 

.notregisteredyet_radio_title{
	float:left;
	padding:3px;
} 

#notregisteredyet_headline{
	 color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px; font-weight:bold;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;color:#FFFFFF;
}



#webcastdetail{
	border:1px solid #000000; background-color:#FFFFFF; width:235px; float:left; margin-right:15px;
}


#webcastdetail_headline{
	background-color:#000000; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;
}

#webcastdetail_content{
	font-size:13px; color: #007D8C; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px;
}



#webcasteventnotice{
	float:left;
}

#webcasteventnotice_headline{
	color:#007D8C; padding-top:5px; padding-bottom:5px; padding-left:5px;}

#webcasteventnotice_content{
	line-height: 20px;
}


#agenda {
	clear:both;
	width: 100%;
	height: 295px;
	margin: 0px;
}

#speakers {
   float:left;
   color:#FFFFFF;
   margin-left: 21px;
   margin-top: 25px;
   width: 330px;
   }

.register {
	background-image: url(../images/register_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#sysbtn a{
	background: url(../images/sys_btn.jpg);
	width:100px;
	height:40px;
	display:block;
}

#sysbtn a:hover{
	background-image: url(../images/sys_btn_over.jpg);
	background-repeat: no-repeat;
}


#webcast_btn{
	background: url(../images/webcast_btn.jpg) no-repeat 0 0;
	width:100px;
	height:40px;
	display:block;
}

#webcast_btn:hover{
background-position: 0 -40px;
}

#webcast_btn span{
	display: none;
}


#sysbtn2
{
  display: block;
  width: 100px;
  height: 40px;
  background: url(../images/sys_btn2.jpg) no-repeat 0 0;

}

#sysbtn2:hover
{ 
  background-position: 0 -40px;
}

#sysbtn2 span
{
  display: none;
}
