/*******************************************************************************************************************************************************************************************
                          CSS Document Author: Michael Oleksak - StarsnSites.com for www.dankoi.com
                            copyright ©2007 all rights reserved. BEGIN WITH GLOBAL DECLARATIONS.
*******************************************************************************************************************************************************************************************/
.fishCalculator			{ width: 400px; background-color: #fff; }
.fishCalculatorTop		{ width: 400px; height: 150px; }
.fishCalculatorBottom	{ width: 400px; border-left:1px solid #00868B; border-right:1px solid #00868B; border-bottom:1px solid #00868B; padding: 0px; vertical-align: top; }

.innerFishCalcTable 	{ width: 100%; }
.innerFishCalcTable td	{ padding: 3px; }

.fishFormInput			{ width: 90px; font-size: 11px; color: #B87936; border: 1px solid #00868B; background-color: #F5F5F5; }
.buttons				{ width: 90px; border: 1px solid #00868B; color: #00868B;}

.fishDiv		{ float: right; margin: 10px; }
                  
/***********************************
 End Stylesheet
***********************************/