#wrapper {
	width: 680px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#searchform{
	background: url(../images/textbox_bg.png) no-repeat top left;
	width: 329px;
	height: 30px;
	margin: 0px;
}
 
#searchform #stxt{
	border: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
	float: left;
	width: 261px;
	background-color: transparent;
	outline: none;
}

#searchform #kbtn{
	float: right;
}
#loading {
	display:none;
	background: url(../images/ajax-loader.gif) no-repeat top left;
	height: 32px;
	width: auto;
}
#res {
	display:none;
	margin-top: 5px;
}
#dummy {
	display:none;
}