/*********************************************/

.TI-QuickSearch {
	background-image: url(/images/parkplatzsuche/funnyRim.gif);
	width: 169px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: black;
}

.TI-QuickSearch .TI-Body {
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 5px;
	background-color: #e2ecf8 /* SP_LightBlue */;
}

.TI-QuickSearch .TI-Head .dh1{
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px;
	padding-bottom: 0px;
	background-color: #e2ecf8; /* SP_LightBlue */
	color: green; /* SP_DarkBlue */
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, sans;
}

.TI-QuickSearch p {
	margin: 0px;
	padding: 0px;
	color: #2a4f6f /* SP_GrayBlue */;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, sans;
	line-height: 18px;
}

/*********************************************/

.TI-TextField {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #BBB;
	width: 90%;
	height: 18px;
}

/*********************************************/

.TI-Button {
}

.TI-Button-Left {
	width: 5px;
	border-color: #C3C4C5 /* SP_BorderGray */;
	background-color: #E7E8E9 /* SP_ButtonGray */;
	border-width: 1px;
	border-style: solid;
	border-right-width: 0px;
}

.TI-Button-Center {
	background-color: #E7E8E9 /* SP_ButtonGray */;
	border-color: #C3C4C5 /* SP_BorderGray */;
	border-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

.TI-Button-Right {
	width: 15px;
	background-image: url(/images/parkplatzsuche/send-right.gif);
	background-repeat: no-repeat;
	background-position-x: -7px;
	background-position-y: 50%;
	
}

.TI-Button-Center input {
	height: 15px;
	width: 70px;
	overflow: visible;
	background-color: transparent;
	border-width: 0px;
	text-transform: uppercase;
	color: #ff3b00 /* SP_Red */;
	font-size: 12px;
}

/* Button hover */

.TI-Button:hover .TI-Button-Left {
	background-color: #008fd4 /* SP_Blue */;
}

.TI-Button:hover .TI-Button-Center {
	background-color: #008fd4 /* SP_Blue */;
}

.TI-Button:hover .TI-Button-Right {
	background-image: url(/images/parkplatzsuche/send-right-hover.gif);
}

.TI-Button:hover .TI-Button-Center input {
	color: white;
}

