/* ======================================================================== */
/* Name:			Search.css												*/
/* Author:			Derrick Went											*/
/* Date:			19 July 2006											*/
/* Description:		Standard stylesheet for Search Information				*/
/* Client:			Platinum Rings												*/
/* ======================================================================== */


/* ================= */
/* The Search Form   */
/* ================= */

.SearchForm
{
	padding-right: 0em;
	padding-left: 0em;
	font-size: xx-small;
	padding-bottom: 0em;
	border-top-style: none;
	padding-top: 0em;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.SearchFieldSet
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	position: static;
}
.SearchLegend
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
} 
.SearchErrorMessage
{
	display: block;
	color: red;
	position: static;
}
.SearchLabel
{
	clear: both;
	display: none;
	padding-left: 10px;
	float: left;
	text-align: left;
} 
.SearchSelect
{
	padding-right: 2px;
	display: inline;
	font-size: xx-small;
	background: white;
	float: left;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	position: static;
} 
.SearchText
{
	padding-right: 2px;
	display: inline;
	padding-left: 2px;
	font-size: xx-small;
	background: white;
	float: left;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
} 
.SearchTips
{
	display: block;
	position: static;
} 
.SearchButton
{
	border-right: #dcdce9 1px solid;
	border-top: #dcdce9 1px solid;
	display: inline;
	background: url(../images/ButtonBackground.jpg) #fff repeat-x left bottom;
	float: none;
	margin-left: 3px;
	border-left: #dcdce9 1px solid;
	width: 50px;
	color: #0d2474;
	line-height: 2em;
	margin-right: 3px;
	border-bottom: #dcdce9 1px solid;
	height: 2em;
	text-align: center;
	text-decoration: none;
}
.SearchResults
{
	padding-right: 2px;
	display: block;
	padding-left: 20px;
	font-size: xx-small;
	background: none transparent scroll repeat 0% 0%;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	color: black;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
} 

.SearchTipsFieldSet
{
	border-right: #abe3d8 1px solid;
	padding-right: 0em;
	border-top: #abe3d8 1px solid;
	padding-left: 0em;
	padding-bottom: 1em;
	border-left: #abe3d8 1px solid;
	padding-top: 1em;
	border-bottom: #abe3d8 1px solid;
	position: static;
	margin: 0em;
}
.SearchTipsLegend
{
	border-right: #abe3d8 1px solid;
	padding-right: 2px;
	border-top: #abe3d8 1px solid;
	padding-left: 2px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 1px;
	border-left: #abe3d8 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
    COLOR: #039765;
	padding-top: 1px;
	border-bottom: #abe3d8 1px solid;
} 
.SearchTips p
{
}
.SearchTips h1
{
	font-size: xx-small;
}
.SearchLocations
{
	display: block;
	padding-left: 5px;
	font-size: 11px;
	color: black;
	position: static;
	background-color: transparent;
}
.SearchLocation
{
}
