﻿.btnContinue
{
	background-image: url(/App_Themes/tracEZ/Images/BtnContinue.jpg);
	width: 64px;
	height: 18px;
}

.btnCancel
{
	background-image: url(/App_Themes/tracEZ/Images/BtnCancel.jpg);
	width: 57px;
	height: 18px;
}

.btnContinueAnyway
{
	background-image: url(/App_Themes/tracEZ/Images/btnContinueAnyway.jpg);
	width: 113px;
	height: 18px;
}

.required
{
    border: solid 1px #ea7526;
    background-color: #FFDDB2;
}

#tblAddressMatch
{
	padding: 5px 5px 5px 5px;
	height: 300px;
	width: 460px;
	left: 80px; 
	top: 120px; 
	border: solid 1px #ea7526; 
	background-color: white;
}

#tblChronicComplainter
{
	padding: 5px 5px 5px 5px;
	height: 300px;
	width: 460px;
	left: 80px; 
	top: 120px; 
	border: solid 1px #ea7526; 
	background-color: white;
}

#tblNoAddressMatch
{
	padding: 5px 5px 5px 5px;
	height: 300px; 
	width: 460px; 
	left: 80px; 
	top: 120px; 
	border: solid 1px #ea7526; 
	background-color: white;
}

#tblErrorAddressMatch
{
	padding: 5px 5px 5px 5px;
	height: 300px; 
	width: 460px; 
	left: 80px; 
	top: 120px; 
	border: solid 1px #ea7526; 
	background-color: white;
}

