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


/* DRAFT DOCUMENT WHICH WILL SET THE STYLES FOR THE SEARCH BOX

author Alyson Abriel

last revised 2/2/2010

*/

#search {
    float: left;
    height: 22px;
    width: 228px;
    margin-top: 54px;
    margin-left: 27px;
    text-align: left;
}

#searchform {
	margin:0;
	padding:0;
	display:inline;
	}

#searchform div {
    background: url(../images/search/search_01.gif) no-repeat left top;
    padding: 0 0 0 32px ;
    margin: 0;
    line-height: 1;
	}
	
#searchform #dosearch {  
   border-top:1px solid #b4b4b4;
   border-bottom:1px solid #b4b4b4;
   border-left:0;
   border-right:0;
   background-color: #fff;
   padding: 0;
   margin:0;
   height: 17px;
   display:inline;
   vertical-align: bottom;
   width:176px!important; 
}

#search_query {
	height:16px;
	padding-top:3px;
	border-left:none;
	border-top:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	}

/*

change style to something onfocus. Not working yet.



#searchform #search input:focus,
#searchform #search textarea:focus{
	background-color:#999;
}*/

#searchform input {
    
    vertical-align: bottom;
    margin: 0 !important;
    line-height: 1;
    outline:0 !important;
}

label {
	display:inline;
	margin-left:-4px;
	padding:0; 
	width:37px;
	
} /* gets rid of left-hand padding. Annoying space between the #searchform #search and button. Needs to be tested on IE */


