/* SVN FILE: $Id: calculator.css 224 2008-01-04 03:54:47Z ryan.blunden $ */
/**
 * Calculator Styles
 *
 * Copyright 2007, FreemanFox Ltd
 * Level 11, 1 Eagle St Brisbane, QLD, Australia 4000
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 224 $
 * @modifiedby		$LastChangedBy: ryan.blunden $
 * @lastmodified	$Date: 2008-01-04 13:54:47 +1000 (Fri, 04 Jan 2008) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";

/*___ Calculate your Potential Wealth ___*/

#calcForm
{
	width: 320px;
	margin: 5px auto;
	border: 1px solid;
	background: #888;
	padding: 5px 0 0 0;
}

#calcForm ol li 
{ 
    clear: left;
    margin: 4px 0 4px 4px;
	list-style: none;
}

#more-disclaimer-text { display: none; }

#calcForm #compound_times_yearly { display: none; }

#calcForm input, #calcForm label, #calcForm select
{
    display: block;
    float: left;
    font-size: 14px;
}

#calcForm label
{
    width: 130px;
    margin-top: 7px;
}

#calcForm select
{
    width: 133px;
    padding: 2px;
    margin-top: 7px;
    font-size: 12px;
}


#calcForm input
{
    width: 125px;
    padding: 3px;
    font-size: 12px;
}

#calcForm #calculate
{
    float: none;
    clear: left;
    margin-top: 20px;
    width: 100px;
}

#calcDisplay 
{ 
	font-size: 14px; 
	font-weight: bold;
	padding: 3px;
	margin: 15px auto 25px auto;
    text-align: center;
	display: none; /* Revealed with JavaScript */
}

#amount { font-size: 16px; }