﻿input.SEARCHACTIVE
{
	width: 113px;
	padding: 0;
	
	border: 1px solid #cccccc;
	height: 17px;
}

input.SEARCHINACTIVE
{
	width: 113px;
	padding: 0;

	border: 1px solid #cccccc;
	height: 17px;
}

input.SEARCHBUTTON
{
	border: 0;
	width: 55px;
	height: 19px;
	background-image: url('../../AntonidesImages/search_button.jpg');
	
	position:relative;
	left: 10px;
	top: 0;
	font-size: 9pt;
}

div.SEARCHHEADER
{
	margin: 0;
	padding: 0;
	color:  #a2308f;
	margin-top: 10px;
}

div.SEARCHCONTENT
{
	width: 185px;
	border-bottom: 1px dotted #a2308f;
	padding-bottom: 10px;
}

