@import url("buttons.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #fff url(../images/magna_bg.jpg) center;
    background-repeat: no-repeat;
	padding-top:50px;

}

h2 {
	font-size: 16px;
}

#mainframe{
	margin-left:auto;
	margin-right:auto;
	margin-top: 120px;
	width: 905px;

	min-height:415px;
}

#content{
	padding-top:0px;
}

#headline{
 	padding-top:20px; 
 	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	color:#000;
}

#footer {
	width: 800px;
	height: 30px;
}

#alreadyregistered{
	border:1px solid #FFF; background-color:#FFFFFF; width:200px; float:left ;
}


#alreadyregistered_headline{
	 background: #254959 url(../images/detail_bg.jpg);
	 background-repeat:no-repeat; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px; text-align:center; font-weight:bold;
}

#alreadyregistered_content{
	padding-left:5px; padding-right:5px; color:#000000;
}


#notregisteredyet{
	border:1px solid #FFF; background-color:#FFFFFF; width:200px; float:left; margin-left:35px; margin-right:35px;
}
.notregisteredyet_radio{
	width: 190px;
} 

.notregisteredyet_radio_button{
	float:left;
	padding:1px;
} 

.notregisteredyet_radio_title{
	float:left;
	padding:3px;
} 

#notregisteredyet_headline{
	 background: #254959 url(../images/detail_bg.jpg);
	 background-repeat:no-repeat; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;  text-align:center; font-weight:bold;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;
}



#webcastdetail{
	border:1px solid #FFF; background-color:#FFFFFF; width:200px; float:left;
}


#webcastdetail_headline{
     background: #254959 url(../images/detail_bg.jpg);
	 background-repeat:no-repeat;
	 color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;  text-align:center; font-weight:bold;
}

#webcastdetail_content{
	 padding-left:5px; padding-right:5px; text-align: center;
}



#webcasteventnotice{
	border:1px solid #FFF; background-color:#FFFFFF; width:450px; float:left; margin-left:50px; margin-right:45px;
}

#webcasteventnotice_headline{
	 background: #254959 url(../images/detail_bg.jpg);
	 background-repeat:no-repeat; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;  text-align:center;    font-weight:bold;}

#webcasteventnotice_content{
	padding-top: 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; line-height: 20px;
}


#agenda {
	clear:both;
	width: 100%;
	height: 295px;
	margin: 0px;
}

.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;
}
