/* SEARCH FACULTY PROFILES (find-faculty.cfm) */

.formBlock {
 margin: 5px;
 padding: 10px;
 width: 230px;
 height: 420px;
 float: left;
 border: 1px double #cccccc;
}

.formBlock label{
 display: block;
 padding: 2px;
}

.formBlock .inline {
 display: inline;
 float: left;
 width: 200px;
 padding-left: 20px;
 margin-top: -25px;
}

#mentoring { border: 0px; }

.clear { clear: both;}

button{
	cursor: pointer;
	text-indent: -1000em;
}

button.findfaculty { 
	background: transparent url(/xd/education/images/btn_findfaculty.gif) no-repeat;
	vertical-align: middle;
	width: 98px;
    height: 19px; 
	border: 0;
}

button.viewfaculty { 
	background: transparent url(/xd/education/images/btn_viewfaculty.gif) no-repeat;
	vertical-align: middle;
	width: 148px;
    height: 19px; 
	border: 0;
}

button:hover, button.over { background-position: 0 -19px; }

/* faculty profile css */
#facultyProfile .photo{
 float: left;
 width: 120px;
 margin: 0 25px 25px 0;
}

#facultyProfile .listing {
 float: left;
 width: 400px;
 margin: 0 5px 5px 0;
}

#facultyProfile div{
 padding: 3px 0 3px 0;
}
#facultyProfile h2{
 margin: 10px 0 0 0;
}
#facultyProfile h1 {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

/* hack for odd format bug */
#facultyProfile #email { 
  margin: -25px 0 0 0;
}
