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

.plant_image
{
	float: right;
}


.description
{
	float: left;
	clear: left;
	border: 0px solid #cc6600;
	width: 355px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #ccc;
	
}

.border
{
	border-bottom: 1px dotted #999;
	margin-top: 8px;
	margin-bottom: 8px;
}

.border_2
{
	border-bottom: 1px dotted #cc6600;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 98%;
}

.searcher_style
{
	background: #ccc;
	font-weight: bold;
}

.form
{
	border: 1px dotted #ccc;
	float: right;
}

.results
{
	float: right;
	clear: right;
}

.link
{
	text-align: right;
}