﻿/***
*	Controls the format of the table cells and horizontal rules displaying the locations.
*	Makes use of the same sheet name.
***/
.Location td
{
	background-color:#EFEFEF;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}

.Location hr
{
	color:#EFEFEF;
}

/***
*	Controls the size of the reset and submit buttons.
***/
.Buttons
{
	font-size:10px;
}
