﻿/* MiniSearch (in layout) */

.MiniSearch_Custom1 {
	margin-left: 26px;
	margin-top: 66px;
	border: none;
	float: left;
	width: 250px;
}

.MiniSearch_Custom1 input.textbox {
	border: none;
	float: right;
	height: 22px;
	background: none;
	color: #78171a;
	font-size: 12px;
	margin-right: 24px;
	width: 194px;
	margin-top: 4px;
}

.MiniSearch_Custom1 input.button {
	width: 28px;
	height: 22px;
	border: none;
	float: left;
	background: none;
	cursor: hand; cursor: pointer;
}