#search {
	width: 200px;
	height: 23px;
	background: transparent url(http://www.eiu.edu/images12/search_bg.png) left top no-repeat;
	display: block;

	float:right;

	margin-top: 15px;
	margin-right: 14px;
	
}



#search fieldset {
	border:none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	
}

#search input#q {
	background-color: #e7e7e8;
	border: none;
	outline: none;
	display: block;
	float: left;
	font-size: 11px;
	width:160px;
	margin-top: 4px;
	margin-left: 2px;
	
}

#search input#go {
	cursor: pointer;
	background: transparent url(http://www.eiu.edu/images12/search_button.png) left top no-repeat;
	width: 28px;
	height: 23px;
	border: none;
	vertical-align: top;
	float: left;
}

.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
   }
