
/* Site/product search styles */

#search
{
	right: 0;
	top: 15px;
	width: 355px;
	position: absolute;
	
	/*border: 1px solid red;*/
}

#search label,
#search #searchTypes,
#search input[type=text],
#search input[type=image]
{
	float: left;
	display: block;
}

#search label
{
	width: 68px;
	color: White;
	margin-top: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	
	/*border: 1px solid green;*/
}

#search #searchTypes
{
	width: 90px;
	color: White;
	margin-top: 5px;
	
	/*border: 1px solid purple;*/
}

#search input[type=text]
{
	color: #666;
	width: 130px;
	margin-top: 16px;
	margin-right: 5px;
	border: 1px solid white;
}

#search input[type=image]
{
	width: 49px;
	
	/*border: 1px solid yellow;*/
}

#search #searchTypes span.secondLine
{
	display: block;
	margin-top: -6px;
}
