﻿div.rightcontent div.SEARCH
{
	float: left;
	width: 242px;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

div.SEARCHHEADER h1.pageheader
{
	float: left;
	width: 222px;
	
	margin: 0;
	padding-left: 20px;
	border: 0;
}

div.SEARCHCONTENT
{
	float: left;
	width: 222px;
	
	margin: 0;
	padding-left: 20px;
	border: 0;
}

input.SEARCHACTIVE
{
	float: left;
	width: 217px;
	
}

input.SEARCHINACTIVE
{
	float: left;
	width: 190px;
}

input.SEARCHBUTTON
{
	float: right;
	width: 94px;
	height: 21px;
	
	margin-top: 10px;
	padding: 0;
	border: 0;
	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-image: url('../../DMImages/button_background.jpg');
	background-repeat: no-repeat;

	color: #948E6E;
	cursor: pointer;
}

