/* CSS Document */

div#searchSection
{

}
div#searchSection a
{ color:#666666; font-size:10px; }
div#searchSection a:hover
{ color:#000000; }

div#searchSection div#bar
{
	background:url(../images/search/aSearchBarBg.jpg);
	height:38px;
	width:100%;
	position:relative;
}
div#searchSection div#bar span
{
	position:absolute;
	right:25px;
	top:12px;
}

div#searchSection div#search
{
	background:url(../Images/Search/searchBg.gif) no-repeat #F8F8F8;
	height:651px;
	width:100%;
	padding-left:1px;
	color:#666666;
	font-size:10px;
}

div#searchSection div#search div#left
{
	width:178px;
	float:left;
	height:100%;
	background:url(../Images/Search/leftBg.jpg) repeat-x;
	position:relative;
}
div#searchSection div#search div#left span
{
	position:absolute;
	right:14px;
}
div#searchSection div#search div#left span#searchText
{ top:53px; }
div#searchSection div#search div#left span#searchInText
{ top:317px; }

div#searchSection div#search div#right
{
	width:661px;
	float:left;
	height:100%;
	background:url(../Images/Search/rightBg.jpg) repeat-x;
	position:relative;
}

div#searchSection div#search div#right span#tips
{
	position:absolute;
	right:25px;
	top:5px;
}


div#searchSection div#search div#right div#form
{
	position:absolute;
	top:48px;
}
div#searchSection div#search div#right div#form div
{
	clear:both;
}

div#searchSection div#search div#right div#form div label, div#searchSection div#search div#right div#form div input
{
	display: block;
	float: left;
	margin-right:15px;
}
div#searchSection div#search div#right div#form div div.spacer
{
	display:block;
	float:left;
	clear:none;
	margin-right:15px;
	width:65px;
}
div#searchSection div#search div#right div#form div div.dropDown
{
	clear:none;
	width:65px;
	float:left;
	margin-right:15px;
}
div#searchSection div#search div#right div#form div div.dropDown select
{ width:100%; text-align:center; }

div#searchSection div#search div#right div#form div div.dropDown2
{
	clear:none;
	float:left;
	width:300px;
	margin-right:15px;
}

div#searchSection div#search div#right div#form div div.dropDown3
{
	clear:none;
	float:left;
	margin-right:5px;
}
div#searchSection div#search div#right div#form div label
{
	width: 156px;
	text-align:right;
	padding-top:5px;
}
div#searchSection div#search div#right div#form div input.text
{
	width:129px;
}
div#searchSection div#search div#right div#form div input.text2
{
	width:80px;
	margin-right:0px;
}
div#searchSection div#search div#right div#form div .calendar
{
	display:block;
	float:left;
	margin-top:4px;
	margin-left:3px;
}
div#searchSection div#search div#right div#form div span#spanDate2
{
	display:block;
	float:left;
	width:20px;
	margin-top:8px;
	margin-left:10px;
	margin-right:5px;
}
div#searchSection div#search div#right div#form div div#divDate2
{
	display:block;
	float:left;
}

div#searchSection div#search div#right div#form div.lastRow
{
	position:absolute;
	top:269px;
	left:15px;
	width:550px;
}
div#searchSection div#search div#right div#form div.lastRow input
{
	float:none;
	margin:0;
	margin-right:4px;
	margin-left:15px;
	display:inline;
}

div#searchSection div#search div#right div#goButtonTop
{
	position:absolute;
	top:48px;
	right:305px;
}

div#searchSection div#search div#right div#goButton
{
	position:absolute;
	right:55px;
	top:315px;
}

div#searchSection div#search div#right div#resetForm
{
	position:absolute;
	right:90px;
	top:5px;
}

div#searchSection div.message div.msgBody a
{
	color:#0083db;
	text-decoration:none;
}
div#searchSection div.message div.msgBody a:hover
{
	color:#0083db;
	text-decoration:underline;
}
