.search_cnt
{
	width:196px;
	padding:0 0 15px 0;
}
	.search_top
	{
		width:166px;
		padding:0 15px;
		height:41px;
		line-height:41px;
		color:white;
		font-weight:bold;
		background:url(../images/search_sides.png) top;
	}
	.search_middle
	{
		width:166px;
		padding:0 15px;
		background:url(../images/search_middle.png) repeat-y;
		
	}
		.search_middle p
		{
			margin:0px;
			padding:0px;
			color:white;
		}
			.search_middle input
			{
				width:125px;
				padding:0 5px 0 0;
				margin:0 0 5px 0;
			}
			.search_table a
			{
				color:white;
				font-weight:bold;
				text-decoration:underline;
			}
			.search_table a:hover
			{
				text-decoration:none;
			}
	.search_bottom
	{
		width:196px;
		height:10px;
		background:url(../images/search_sides.png) bottom;
	}