/* CSS Document */

/*
***********************************************************************************************
** search.css																		 		 **
***********************************************************************************************
** 																							 **
** Company Name: Dreamwave Sdn Bhd                                                           **
** Author: Hiang Tiang Tan                                                                   **
** Version: 1.0																			     **
** Creation Date: 28th Jan 2008                                                              **
** 																						     **
** Usage: 																				     **
**    <link rel='stylesheet' type='text/css' href='css/search.css'>		 					 **
**    or 																					 **
**    include "http://dw-suite.com/dwapi/search.php?css=http://www.domain.com/../search.css  **
**																						     **
** Description:                                                                              **
** - The style for search box							 			 					     **
**																						     **
** Remarks:																				     **
**																							 **
** Version: 1.?		  By: ?????		Search Key: THT????????		Date Modified: -  			 **
**																							 **
***********************************************************************************************
** Copyright (c) 2008 Dreamwave Sdn Bhd. 													 **
***********************************************************************************************
*/

#s_frame {
	background: none #f2f2f2;
	margin-top: 5px;
	width: auto;
}

#s_frame span {
	display: none;
	text-indent: -30000px;
}

.s_inputBox {
	background: none #ffffff;
	padding: 3px 5px 3px 5px;
	border: 1px solid #a6a6a6;
	width: 155px;
	#height: 23px;
}

.s_searchBtn{
	background: #f2f2f2 url(../images/btn_search.jpg) 5px no-repeat;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	display: inline;
	color: #CC0000;
	cursor: pointer;
	text-indent: -30000px;
	width: 35px;
	height: 27px;
	#padding-top: 50px;		/* IE 6 & 7 hack to hide the text */
}

/* Overwritting dreamwave powered by statement */

#dw_footer {
	display: none;
	visibility: hidden;
	height: 0px;
}
