.search_box_row
	{
		position:relative;
		float:right;
		width:528px;
		height:24px;
/*		background-color:#FF0000;*/
	}
.search_box 
	{
		position:relative;
		float:right;
		width:245px;
		height:24px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
/*
		background-color:#FF00CC;
*/
		background-image:url(../library/search_bar.gif);
		background-repeat:no-repeat;
	}
.search_box input#search_data
	{
		position:relative;
		float:left;
		border:ridge;
		border-width:medium;
		border-color:#FFCC00;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
/*	*/	
		background-image:url(../library/search_bar_input_bg.gif);
		background-repeat:no-repeat;

		color:#99FFFF;
	}
.search_box input#search
	{
		position:relative;
		float:left;
		border:none;
		height:24px;
	}
.search_box .text
	{
		position:relative;
		float:left;
		font-size:12px;
		font-weight:bold;
		line-height:24px;
		width:70px;
		color:#FFFFFF;
	}

