#sidebar {
  float:left;
}

#registration {
	background-image:url(../images/registration4update.png);
	height:475px;
	width:300px;
	background-repeat:no-repeat;
	margin-left:33px;
	padding-left:27px;
	padding-right:10px;
}

#registration h2 {
	margin-top:5px;
	margin-left:10px;
	font-size:17px;
	font-weight:bold;
	color:#1bb7ea;
}

#registration label {
	height:15px;
	margin-top:10px;
	margin-left:10px;
	font-size:14px;
	color:#f1652d;
	width:100%;
}

#registration div.input {
	background-image:url(../images/registration_textbox.png);
	background-repeat:no-repeat;
	height:32px;
	width:280px;
	margin-top:5px;
	margin-left:5px;
}

#registration div.input input {
	font-size:14px;
	color:#f1652d;
	border:0;
	margin-top:6px;
	margin-left:10px;
	width:240px;
}


#registration .submit {
	background-image:url(../images/registration_submit_button.jpg);
	height:42px;
	width:105px;
	margin-top:3px;
	margin-right:30px;
	font-size:14px;
	font-weight:normal;
	color:#f1652d;
	text-align:left;
	float:right;
	border:none;
	background-color:#FFFFFF;
}

#early_bird{
	background-image:url(../images/early_bird.jpg);
	height:158px;
	width:336px;
	float:left;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:33px;
}

#early_bird h2 {
	margin-top:35px;
	margin-left:35px;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
}


#early_bird a {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}


#early_bird p {
	margin-top:10px;
	margin-left:35px;
	margin-right: 20px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}


#follow_us{
	background-image:url(../images/follow_us.jpg);
	height:153px;
	width:336px;
	float:left;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:33px;
	clear:left;
}


#follow_us h2{
	margin-top:25px;
	margin-left:40px;
	font-size:20px;
	font-weight:bold;
	color:#1bb7ea;
}

#follow_us #twitter {
	background-image:url(../images/follow_us_twitter.jpg);
	height:66px;
	width:77px;
    display: block;
}

#follow_us #linked_in {
	background-image:url(../images/follow_us_linked.jpg);
	height:66px;
	width:131px;
    display: block;
}

