#search-form-wrapper {
	width: 822px;
	height: 91px;
	text-align: left;
	background: url("/img/design/kinderyata-search-form-back-frame.png") no-repeat;
}

#search-form-wrapper #search-form-left {
	float: left;
	width: 620px;
	display: inline;
	margin-top: 33px;
}

#search-form-wrapper #search-form-right {
	float: right;
	width: 145px;
	position: relative;
	display: inline;
	margin-top: 19px;
}

#search-form-wrapper #search-form-input {
	width: 610px;
	height: 24px;
	border: 1px solid #990033;
	color: #999999;
	font-size: 11pt;
	margin-left: 47px;
	padding: 3px 2px 0 2px;
}

/*******************************************************************************/

#frame-list-wrapper {
	width: 974px;
	margin-top: 30px;
}

#frame-list-wrapper table {
	border-spacing: 9px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#frame-list-wrapper td {
	width: 25%;
	text-align: center;
	vertical-align: top;
}

#frame-list-wrapper table td img {
	border: 1px solid #990033;
	width: 200px;
	height: 180px;
}

#frame-list-wrapper .frame-title {
	height: 33px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
}

#frame-list-wrapper .frame-desc {
	width: 198px;
	height: 85px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 9pt;
	color: #999999;
	text-align: left;
}

#frame-list-pages {
	width: 570px; 
}

#frame-list-pages table td {
	vertical-align: middle;
}

#frame-list-pages table td img {
	width: 26px;
	height: 26px;
	border: 0;
}

#frame-list-wrapper .page-current {
	font-size: 12pt;
	color: #3366cc;
}

#frame-list-wrapper .page {
	font-size: 10pt;
}

#frame-list-wrapper .page a {
	color: #000;
	text-decoration: underline;
}

#frame-list-wrapper .page a:hover {
	text-decoration: none;
}

/**************************************************************************/
.search-message {
	margin: 20px 0 0 0;
	color: #990033;
}

#search-wrapper {
	margin-top: 15px;
}

