.searchbox
{	
	text-align:left;
	padding-bottom:10px;
	background-position:right;
	background-repeat:repeat-y;
	border-bottom:dotted 2px #fda205;
	background-image:url(../media/img/bg/bgRightColumn.gif);
}
.searchbox .header-text
{
	color:white;
	height:21px;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	background-repeat:repeat-y;
	background-image:url(../media/img/bg/bgPanelTitle.gif);
}
.searchbox .input-panel
{
	margin-top:10px;
	margin-right:10px;
	text-align:right;
}
.searchbox .input-panel .textbox
{
	width:150px;
	margin-right:6px;
	vertical-align:text-bottom;
}


.search-container
{
	padding:10px;
}
.search-container .header
{
	padding-top:30px;
	padding-left:60px;
	min-width:215px;
	min-height:60px;
	background-image:url('../media/img/search/search-header-bg.gif');
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
}
.search-container .stdinput-panel
{
	text-align:center;
}
.search-container .stdinput-panel .checkbox
{
	text-align:left;
	padding-left:52px;
}
.search-container .stdinput-panel .textbox
{
	width:350px;
	margin-bottom:7px;
}
.search-container .stdinput-panel .button
{
	background-image:url('../media/img/buttons/button_blue.gif');
	border:none;
	background-color:transparent;
	background-image:url('../media/img/buttons/button_blue.gif');
	color:#333333;
	font-size:12px;
	font-weight:bold;

	width:142px;
	height:30px;
}

.search-results-container
{
	border-bottom:#aabbcc;
	margin-bottom:10px;
}
.search-results-container .header
{
	font-size:13px;
	font-weight:bold;
	border-bottom:dotted 1px #8a8a8a;/*#7f9db9*/
	margin-bottom:5px;
}

.search-stdresults
{
}

.search-stdresults .item,
.search-stdresults .item-alt
{
	padding-bottom:5px;
}
