form
	{
	display: inline;
	margin: 0;
	padding: 0
	}

input, textarea
	{
	border: 1px solid #55A0C8;
	font-size: 8pt;
	}
input:hover, textarea:hover
	{
	border: 1px solid #000;
	}

form.search_form
	{
	border-bottom: 1px dotted #55A0C8;
	display: inline;
	margin: 0;
	padding: 0;
	padding-bottom: 3;
	width:100%;
	}	
	
.search_radio
	{
	border: none;
	}
	
.search_checkbox
	{
	border: none;
	}
	
input.noborder
	{
	border: none;
	}
		
textarea.noborder
	{
	border: none;
	}
	

