@import "main.css";
@import "forms.css";

	/* MENU */

li#menu-4 span {
	width: 103px;
	background: url(../img/register_btn.gif);
	background-position: 0 -35px;
}

	/* MAIN */

h2#registration {
	background: url(../img/register_title.gif) no-repeat;
}

h2#nanny {
	background: url(../img/registerNanny_title.gif) no-repeat;
}

h2#family {
	background: url(../img/registerFamily_title.gif) no-repeat;
}

h2#rules {
	background: url(../img/rules_title.gif) no-repeat;
}

h2#error {
	background: url(../img/errorTitle.gif) no-repeat;
}

div#main a {
	color: #4E4E4E;
	text-decoration: underline;
}

div#main a:hover {
	text-decoration: none;
}

a.continue {
	float: left;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	width: 85px;
	height: 25px;
	margin-top: 20px;
	background: url(../img/continueButton.gif) no-repeat;
}

à.link {
	font-size: 20px;
	color: #000 !important;
	text-decoration: underline;
}

p.link {
	margin: 15px 0 15px 20px !important;
}

p.link a{
	color: #5DC7DB !important;
	text-decoration: underline;
	
}

p.link a:hover {
	text-decoration: none;
}

a.agree {
	float: left;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	width: 103px;
	height: 25px;
	background: url(../img/agreeButton.gif) no-repeat;
}

p.page {
	color: #5DC7DB !important;
	font-style: italic;
}

p.rightColumn {
	//margin-left: 315px;
}