﻿/*
 * SEARCH SECTION
 */
.SearchTextBoxSection {
    vertical-align: top;
    width: 100%;
    height: 40px;
	padding-left: 140px;
	padding-top: 7px;
}
.SearchTextBox {
	background-image: url('http://images.icompassion.org/prod/images/HomePageSprite.png');
	background-position: -605px -280px;
	width: 214px;
	height: 29px;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.SearchTextboxInactive  {
    color: #999999; 
}
.SearchBubbleInput {
	padding: 5px 0px 0px 15px;
	width: 200px;
	height: 23px;
	border: none;
	background-color: transparent;
}
.SearchButtonsSpacing 
{
    margin-top: 0px;
	margin-left: 7px;
	float: left;
}
