/* CSS Document */
#main_searchbox_form {
	position: relative;	
	top: 3px;
	left: 0px;
	width: 150px;
	height: 25px;
}

#main_searchbox_form DIV {
	position: relative;
	left:0px;	
	width: 145px;
	height: 20px;
	padding: 0px;
    /*background: transparent url(http://vibizlife.com/templateimages/search_back.png) no-repeat scroll left top;*/
}

#main_searchbox {
  position: relative;
  /*border: none;*/
	width: 145px;
	left: 5px;
	top: 1px;
	color: #C0C0C0;
	background: transparent;
}

#main_searchbox_form .submit_button {
  position: absolute;
	top: 0px;
	left: 145px;
	border: none;
	overflow: hidden;
}

#main_searchbox.active {
  color: black;
}

