img.floatright {
	float:right; 
	padding: 4px; 
	}
.indent {
	padding-left: 15px;
	}
.alert {
	font-weight:bold; 
	color: #333; 
	border: 1px red solid; 
	padding: 0.5em;
	}
	/*new search code*/
#search {
		margin:0;
		}
#search a {
	position: absolute;
	top: 6px; 
	right:24px;
	background:#fff url(/inc/img/magnify.gif) no-repeat 5% 50%;
	padding:6px 0 5px 40px; 
	width:225px; 
	height: 18px; 
	display:block;
	text-decoration: none;
	color: #00C;
	font-weight:bold;
	border:1px solid #b1caff;
	}
#search a:hover {
	background:#e1ecff url(/inc/img/magnify.gif) no-repeat 5% 50%;
	}