#searchBox {
	background-repeat: no-repeat;
	background-image: url(../images/searchBox.jpg);
	color: white;
	width: 600px;
	height: 400px;
	position: relative;
}
/*
	Containers
	------------
*/
#profNameContainer {
	position: absolute;
	top: 100px;
	left: 152px;
	z-index: 1;
}
#profSubmitContainer {
	position: absolute;
	top: 100px; /*100*/
	left: 411px;
	z-index: 2;
}
#departmentListContainer {
	position: absolute;
	top: 170px;
	left: 152px;
	z-index: 3;
}
#deptSubmitContainer {
	position: absolute;
	top: 170px; /*100*/
	left: 411px;
	z-index: 20;
}
#cantidadProfesores {
	position: absolute;
	top: 250px; /*100*/
	left: 282px;
	font-size: smaller;
	color: #000000;
	z-index: 5;
}
#cantidadDepartamentos {
	position: absolute;
	top: 280px; /*100*/
	left: 282px;
	font-size: smaller;
	color: #000000;
	z-index: 6;
}
#profSuggestContainer {
	position: absolute; 
	top: 120px;
	left:152px;
	width: 235px;
	z-index: 10;
}

/*
	Content
	-------
*/
#profNameContainer input{
	font-size: medium;
	width: 235px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}

#profSubmitContainer input {
	font-family: Helvetica;
	font-size: smaller;
	height: 20px;
	width: 30px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}
#departmentListContainer select {
	font-size: smaller;
	height: 20px;
	width: 235px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}
#deptSubmitContainer input {
	font-size: smaller;
	height: 20px;
	width: 30px;
	border: 1px solid #9E9E9E;
	color:#000000;
	font-weight:normal;
}
/*  TODO: 
	THE  SUBMIT BUTTON ISNT WORKING PROPERLY....MMM THE BORDER ISNT SHOWING UP
	IN THE BOUNDING BOX EITHER SO....RESEARCH FROM THERE..
	SUEIRAS
	YASEL ESTA BUENA.

*/
/* Suggestion Box */
div.dnsSuggest{
  position:absolute;
  width:300px;
  background-color:white;
  border:1px solid #9E9E9E;
  margin:0px;
  padding:0px;
  color: #000000;
}
div.dnsSuggest ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.dnsSuggest ul li.selected { background-color: #9E9E9E;}
div.dnsSuggest ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
}

