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

#search_box_left {
	background-image: url(http://www.uiowa.edu/homepage/images/gsa-base/l2-leftb-1px.gif);
	background-repeat: no-repeat;
	float: right;
	height: 37px;
	width: 19px;
}
#search_box {
	float: right;
	height: 27px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #F0F0F0;
	background-image: url(http://www.uiowa.edu/homepage/images/gsa-base/l2-bounding-box-bg.gif);
}
#search_box_right {
	background-image: url(http://www.uiowa.edu/homepage/images/gsa-base/l2-rightb-1px.gif);
	background-repeat: no-repeat;
	float: right;
	height: 37px;
	width: 19px;
	padding-right: 28px;
}
.search_input {
	text-align: right;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(http://www.uiowa.edu/homepage/images/gsa-base/l2-input-box-bg.gif);
	background-repeat: repeat;
	vertical-align: top;
	height: 16px;
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 0.71875em;
}
.search_button {
}
.search_form {
	margin: 0px
}
