/* This is the default markup for all browsers. If the browser is Safari this is the only stylesheet loaded */

/* Search Form //----------------------------------------------------------*/

	#searchform_wrapper {
		font-size: 1.2em;
		margin-left: 5px;
		margin-top: 22px;
		border-style:solid;
		border-width:0px;
		}
	#searchform {
		margin: 0;
		padding: 0;
		}
	#searchform fieldset {
		margin: 0; /* Safari needs this to be zero, Firefox needs it to be 19 */
		padding: 0;
		border: 0;
		}
	#searchform label { 
		color: #999; 
		display: none; 
		}
	#searchform input { 
		width: 120px; 
		color: #222; 
		}
	#searchform #submitquery { 
		display: none; 
		}
