/**
	This File contains Classes that are defined for Form specific
	purposes. The name of each Class that is defined here should 
	start with the name of the Form the respective Class is to be
	used in. I.e.: Form: Login -> Class for Input Fields would
	translate to the CSS ClassName: LoginInput. 
	
	colors:
	{customercolorcode}
	{customercolorcode_alternate_lines}
*/

.LoginTable {
	border: 1px solid #06507F;
}

.LoginTableHeader {
	border: 1px solid #06507F;
	background-color: #06507F;
}

.InfoTable {
	border: 1px solid #06507F;
}

.InfoTableHeader {
	border: 1px solid #06507F;
	background-color: #06507F;
}

.CashGridProofHeader {
	background-color: #06507F;
}

.LocationInput {
	border: 1px solid #06507F;
}