/* Search */
	
#search-wrap {
	background: url('/images/search-bg.png') no-repeat;
	}
	
#character-search {
	margin: 40px 0 0 0;
	}
	
#theme-search {
	margin: 40px 0 0 0;
	}

.search-table {
	margin: 10px 0 0 0;
	border-collapse: collapse;
	}

	.search-table td {
		padding: 0 0 0 20px;
		}
		
	.valign-top {
		vertical-align: top;
		}
	
	.valign-bottom {	
		vertical-align: bottom;
		}
	
.search-button {
	width: 62px;
	height: 72px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background: url('/images/search/search.png') no-repeat;
	}

	.search-button:hover {
		background-position: 0 -72px;
		}

