/* SVN FILE: $Id: eoi-form.css 1478 2008-11-14 08:14:02Z freemanfoxsvn $ */
/**
 * Investments Expression of Interest form - http://www.freemanfox.com.au/investments/eoi
 *
 * Copyright 2008, Freeman Fox Ltd
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 1478 $
 * @modifiedby		$LastChangedBy: freemanfoxsvn $
 * @lastmodified	$Date: 2008-11-14 01:14:02 -0700 (Fri, 14 Nov 2008) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
form label { font-weight: bold; }

.checkbox { font-weight: normal; }

#content fieldset textarea
{
	width: 300px;
    height: 75px;
} 

.checkbox 
{
	width: auto;
	line-height: 1.6;
	vertical-align: middle;
    margin-right: 3px;
}

label { width: 299px; }

select { width: auto; }

fieldset legend 
{  
	display: inline;
    margin-left: 1em;  
    padding: 0 5px;  
    font-weight: bold;
    font-size: 14px;
}

form 
{ 
	float: left; 
    clear: both; 
    width: 100%; 
}

fieldset 
{
	/*padding: 9px 0 0 0;
    border: none;
    border-top: 1px solid #ccc;*/
    display: block;
    float: left;  
    clear: both;  
    width: 100%;  
    margin: 0 0 1.5em 0;  
    padding: 9px 0 0 1px;  
    border: none;
    border-top: 1px solid #BFBAB0;  
    background: none;
}



#send-button { margin-left: 18px; }

li p { margin-bottom: 0; }

#investments-list label, #additional-assistance label { display: inline; }

#investments-list span, #additional-assistance span { display: block; margin-left: 2.3em; }

form img, #content img.required
{ 
	display: inline; 
	margin: 0 0 5px 5px;
	vertical-align: middle;
	float: none;
}