@charset "utf-8";
/* CSS Document */

#site-head {
	padding:5px 0;
	background:#e9e9e7;
	width:798px;
	height:20px;
	text-align:right;
	clear:both;
}
#site-head h1 {
	position:absolute;
	left:-1000em;
}
#site-head form { }
#site-head fieldset {
	width:150px;
	text-align:right;
	position:relative;
	left:638px;
	top:0;
}
#site-head p {
	text-align:left;
	font-size:10px;
	line-height:20px;
}
#site-head p input {
	float:left;
	width:20px;
	margin:2px 0 0 0;
	padding:0;
}
#som-search {
	position:relative;
	left:-5px;
	}
#som-search fieldset {
	margin:0;
	padding:0;
	border:none;
}
#som-search label {
	position:absolute;
	left:-1000em;
}
#som-search input,
#som-search button {
	border:none;
	float:left;
}
#som-search input {
	padding:2px 5px 0;
	background: url(/design/images/search-form-sprite.png) no-repeat left top;
	width:120px;
	height:20px;
	overflow:hidden;
	color:#666;
	font-weight:bold;
	font-size:12px;
}
#som-search input:focus {
	background: url(/design/images/search-form-sprite.png) no-repeat left -20px;
	color:#f30;
}
#som-search button {
	text-indent:-1000em;
	width:20px;
	height:20px;
	background: url(/design/images/search-form-sprite.png) no-repeat right -40px;
}
#som-search button:focus {
	background: url(/design/images/search-form-sprite.png) no-repeat right -20px;
}

#site-head.brand.som { background:#e6e6e6 url(/design/redesign/global/images/head_medschool.gif) no-repeat left 5px; }
#site-head.brand.som input {
	height:18px;
}
