form.search{
/*	margin:1em 0;*/
/*	padding:0;*/
	width:480px;
    padding-left: 350px;
	/*background:url(form_back.gif) no-repeat 0 0;*/
}
/*form p{
	margin:0 5px;
}*/

form.search input{
	margin-top:20px;		
	/*background:url(/images/search_bg.gif) 0 0;*/
	background-repeat: repeat-x;
   
	width:260px;
	height: 25px;
	border:none;
	padding:3px;
	vertical-align:middle;
	font-size:110%;
	vertical-align:middle;

}
form.search button{
	margin-top:20px;
	margin-left:10px;
	width:100px;
	height:40px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../images/button3.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}/* default (inactive field) */

form.search button:hover{
background:url(../images/button5.gif) no-repeat 0 0;

}
.search .sf_inactive{
	border:2px #231e35 solid;
	/*background:#3d91a5;*/
	/*background-image: url(../images/iStock_magnifier1.png);*/
	 background-repeat: no-repeat;
	color:#231e35;
	font-weight:700;
	font-family:cursive;
    /*padding-left: 1.8em;*/
	padding-left: 1.8em;

}
/* on focus (when field is clicked on)  */
.search .sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
    width: 280px; /*this was added to make width equal to that when image is in with padding-left*/
		font-size: 16px;
		font-weight: bold;
}
/* with text (when field is inactive but contains user's input)  */

.search .sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;width: 280px; 

}

/* suggestions box */
/* js code generates unordered list */
.search .sf_suggestion{
	position:relative;
}
.search .sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#86BAC7;
	top:0;
	left:0;
}
.search .sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.search .sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
}
.search .sf_suggestion li.selected a{
	background:#3D91A5;
}