#mainBody
{
	width: 861px;
}
#mainTable
{
	border-style: solid;
}

#rightColumn
{
	float: left;
}
#leftColumn
{
	float: left;
}

#beachmap div
{
	border-width: 0px;
}

div 
{
	border: solid black 1px;
}

#instructions
{
	font-size: .75em;
	padding: 2px;
	height: 315px;
	width: 189px;
	overflow: auto;
}

#commandButtons
{
	padding: 2px;
	width: 857px;
	overflow: auto;
}

#commandButtons .buttons
{
	float: right;
	font-size: small;
	cursor: pointer;
}

#commandButtons label
{
	float: right;
	font-size: small;
}

#beach_points
{
	padding: 2px;
	width: 857px;
	overflow: auto;
}

#beach_points input
{
	display: none;
	float: right;
}

#beach_points select, #beach_points label
{
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.popup
{
	border: solid black 2px !important;
	overflow: hidden !important;
	font-size: small;
}
