#kidsContainer{
	padding: 10px;
	margin-bottom: 40px;
}

#kidsCellHeader{
	padding: 0px;
}
#kidsCell{
	padding: 10px 0px 10px 0px;
}
#kidsCell p{
	text-align: left;
}
#kidsCellBottom{
	text-align: center;
	padding: 20px 10px 10px 10px;
}
#result00 {
	padding: 8px 10px 8px 10px;
	background-color: #d7e2f6;
	border-top: 2px solid #a4b9de;
	border-bottom: 2px solid #a4b9de;
	color: #000;
	line-height: 16px;
}
#result01{
	padding: 8px 10px 8px 10px;
	color: #000;
	line-height: 16px;
}
th.thFinder{
	height: 70px;
	background: url(../images/thFinder.gif) top left repeat-x #cbdcfa;
}
th.thResult{
	height: 90px;
	background: url(../images/thResult.gif) top left repeat-x #cbdcfa;
	background-position: 0px 16px;
}
td.capt00 {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.capt01 {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
input.kidsText {
	width: 200px;
	font-size: 11px;
}
select.kidsSelect {
	width: 160px;
	font-size: 11px;
}
input.kidsBtn {
}
a.kidsnameLink {
	color: #0c3f92;
	font-weight: bold;
	text-decoration: none;
}
a.kidsnameLink:hover {
	color: #ff7f00;
	font-weight: bold;
	text-decoration: none;
}
a.kidsmoreLink {
	color: #000;
	text-decoration: none;
}
a.kidsmoreLink:hover {
	color: #000;
	text-decoration: underline;
}