/* Freddo title images */
h2.approve-kids { background-image: url(../img/ttl/approve_kids.png); }
h2.parent-login { background-image: url(../img/ttl/parent_login.png); }
h2.manage-kids { background-image: url(../img/ttl/manage_kids.png); }
h2.parents-info { background-image: url(../img/ttl/info_for_parents.png); }
h2.forgot-password { background-image: url(../img/ttl/forgot_password.png); }
/* Child listing */
#child-table {
	width: 391px;
	height: 117px;
	margin: auto;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
#select-child, #child-list {
	float: left;
	width: 165px;
	padding: 10px 15px;
}
#child-list a , #child-list div{
	display: block;
	width: 160px;
	border-bottom: 2px solid #006600;
	padding: 2px 0px;
	float: left;
}
#child-list br {
	clear: left;
}
#select-child {
	text-align: right;
}
#child-list {
	text-align: left;
}
p {
	padding: 15px 0px;
}
.error-message {
	color: White;
	font-weight: bold;
	padding: 0px 20px;
}
.error-message div {
	margin: 0px; padding: 0px;
	background-repeat: no-repeat;
}
.error-message .top {
	background-image: url(../img/bg_error_top.png);
	background-position: top center;
	padding-top: 10px;
}
.error-message .bottom {
	background-image: url(../img/bg_error_bot.png);
	background-color: #e900cc;
	background-position: bottom center;
	padding: 0px 10px 10px 10px;
}
.flash-message { padding: 0px 0px 20px 0px; }
.help-text {
	font-size: 10px;
	color: #00cc00;
	padding: 0px 0px 0px 230px;
	text-align: left;
	margin-bottom: 5px;
}