.AdvSrchInnerContent
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 105px;
}

.AdvSrchInnerContent input, .AdvSrchInnerContent select
{
	border: solid 1px #875187; 
	background-color: #F9F9F9; 
	/*font-family: Arial AMU, Arial AM, Arial, Verdana; */
	font-size:10px;
	position: absolute;
}


.AdvSrchKeywords      {left: 100px; top: 10px;}
.AdvSrchCategories    {left: 100px; top: 35px; width:115px;}
.AdvSrchDateRange     {left: 100px; top: 60px; width:115px;}
.AdvSrchDateRangeFrom {left: 220px; top: 60px; width: 75px;}
.AdvSrchDateRangeTo   {left: 315px; top: 60px; width: 75px;}
.AdvSrchGo            {left: 200px; top: 95px; width: 55px;}

.AdvSrchInnerContent span
{
	position: absolute;
}

.AdvSrchKeywordsLabel   {left: 3px;   top: 10px;}
.AdvSrchKeyColLabel     {left: 90px;  top: 10px;}
.AdvSrchCategoriesLabel {left: 3px;   top: 35px;}
.AdvSrchCatColLabel     {left: 90px;  top: 35px;}
.AdvSrchDateRangeLabel  {left: 3px;   top: 60px;}
.AdvSrchDateColLabel    {left: 90px;  top: 60px;}
.AdvSrchDateSepLabel    {left: 300px; top: 60px;}

.AdvSrchInnerContent .AdvSrchGo
{
	border: 0;
	background-color: White;
	background-image: url(../IMG/search2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

