
/* qdb search */


form#qdbsearchform{
	position: relative;
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
}
form#qdbsearchform .qdbsearchinput{
	color: #666;
	font-size: 13px;
	width: 165px;
	border: 0;
}
form#qdbsearchform .qdbbutton{
	background: url(search.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}




/* qdb add */

div #qdbadd div.submit_button input.button{
	display: block;
	background: url(button.gif) no-repeat 0 0;
	width: 76px;
	height: 28px;
	padding: 0;
	border: 0;
	color: #bbb;
	font-size: 12px;
	cursor: pointer;
}