﻿/* Search CEVA box */
/* Override the styles that sharepoint adds */
#SRSB {

}

/* container table (layout) */
#SRSB .ms-sbtable-ex {
	
}

/* table only has a single row */
#SRSB .ms-sbtable-ex .ms-sbrow {
	
}

#SRSB TD.ms-sbgo {
	padding:0;
}

/* general cell style */
#SRSB .ms-sbtable-ex .ms-sbrow .ms-sbcell {
	border-color:#999;
}

/* this is the search box */
#SRSB .ms-sbtable-ex .ms-sbrow .ms-sbcell INPUT {
	font-family:Verdana, Arial, sans-serif;
	color:#1f1f1f;
	width:175px !important;
	height:20px;

}

/* this cell contains the arrow anchor */
#SRSB .ms-sbtable-ex .ms-sbrow .ms-sbgo {
	border:none !important;
	width:24px;
	background-color:#fff;
	
	
}

/* this is the search anchor */
#SRSB .ms-sbtable-ex .ms-sbrow .ms-sbgo A {
	margin-left:5px;
}

#SRSB .ms-sbtable-ex .ms-sbrow .ms-sbLastcell {
	width:0px;
	
}


