Index: trunk/templates/source/search_block.html
===================================================================
--- trunk/templates/source/search_block.html	(revision 119)
+++ trunk/templates/source/search_block.html	(revision 119)
@@ -0,0 +1,12 @@
+<{* **************************  usage ****************************
+ 	The template tag of the following list can be used. 
+		<{$block.err_message}> 					// When the block cannot be displayed, this outputs the reason. Please do not delete it.
+ 		<{$block.search}>						// Displays Search BOX
+   ************************* End of usage ************************ *}>
+<{* Start Template *}>
+<div class="xpress_block">
+	<div class="xpress_search_block">
+		<{$block.err_message}>
+		<{$block.search}>
+	</div>
+</div>
