﻿/* Find company popup styles */
#companySearchBox
{
	background-color: #DEDFDE;
	padding: 16px 16px 16px 16px;
	margin-bottom: 1px;
}

#searchCheckBoxes
{
	background-color: #DEDFDE;
	padding: 16px 5px 16px 5px;
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
	height: 30px;
}

#searchButtons
{
	background-color: #DEDFDE;
	padding: 16px 5px 16px 5px;
	text-align: right;
	margin-bottom: 1px;
	height: 30px;
	text-align: center;
}
#findCompanyResult
{
	height: 200px;
	padding-left: 16px;
	padding-top: 16px;
	padding-right: 16px;
}

#resultTopBar
{
	color:Black;
}
