﻿.RegistrationBackground
{
	background-image: url(Images/Registration/Breakdance_Boy-signup.jpg);
	background-repeat: no-repeat;
	background-position: 475px 420px;
}

/* Help Icon */
.helpicon
{
	border-style:none;
	height:16px;
	width:16px
}
a.helpicon
{
	padding: 3px;
	border-style:none;
	height: 20px;
	background-image: url(Images/Registration/moreInfo_Icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.helpicon:hover, a.helpicon:active 
{
	background-image: url(Images/Registration/moreInfo_Icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	cursor:help;
}

