﻿body {
    font: 72%/1.2 Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
} 

.Box
{
    position:relative;
    Border:solid thin #f1f1f1;
    margin-bottom:3px;
    width:550px;
}

.BoxOverflow
{
    position:relative;
    Border:solid thin #f1f1f1;
    margin-bottom:3px;
    overflow:auto;

}

.Box .BoxHeader
{
    border-bottom: solid thin #f1f1f1;
    text-align:Left;
    font-size:1.5em;
    font-weight:bold;
    background: #fff url(http://www.infocus.com/img/dev/hdr_bg_group.jpg) -100px 0 no-repeat;
}

.Box .SmallBoxHeader
{
    border-bottom: solid thin #f1f1f1;
    text-align:left;
    font-size:medium;
}

.Title
{
	font-weight:bold;
}

input.Go
{
		border: 0px none #919191; 
		color: #fff;
		background: #333 url(http://www.infocus.com/img/dev/btn_blank.gif) no-repeat;
		height: 21px;
		cursor:auto;
		cursor:hand;
		width: 41px;
		margin-left: 500px;
	}	
	
.MakeBlock
{
	display:block;
}

#ResultsTable
{
	width:540px;
	
}

#ResultsTable td
{
	 border-bottom: solid thin #f1f1f1;
}



#disclaimer
{
	clear:both;
}

.FormTable
{
	width:550px;
	

}


#DistributorList a
{
    margin-top:4px;
    vertical-align:middle;
}
/*
label
{
	float:left;
	width: 10em;
}
label.LongLabel 
{
	width:20em;
}

.ResetRadio
{
	width:auto;
	clear:both;
}

.ResetRadio label
{
	width:auto;
}*/