/* SVN FILE: $Id: woc.css 1323 2008-09-30 05:30:31Z freemanfoxsvn $ */
/**
 * Wealth Opportunities Consultation custom form styles - http://www.freemanfox.com.au/free-financial-advice-request
 *
 * 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: 1323 $
 * @modifiedby		$LastChangedBy: freemanfoxsvn $
 * @lastmodified	$Date: 2008-09-29 23:30:31 -0600 (Mon, 29 Sep 2008) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
form
{
    border: 1px solid #ccc;
    background: #fafafa;
    margin: 0 auto;
	width: 100%;
    float: none;
    position: relative;
}

form fieldset 
{
    padding: 9px 0 0 0;
    border: none;
}

form p { padding: 0 18px }

form h2 
{ 
    padding: 9px 0 0 18px; 
    font-size: 1.4em; 
}

form fieldset 
{
	padding: 9px 0 0 0;
	border: none;
}

form li { clear: both; }

form label
{
    display:block;
    font-weight:bold;
    text-align:left;
    width: 90px;
    float:left;
    margin-top: 5px;
}

form label.error
{
    width: 215px;
    margin-left: 100px;
    margin-top: -5px;
}

form input.text, form fieldset select
{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width: 223px;
    margin:2px 0 12px 10px;
}

form .checkbox 
{
    width: auto;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: normal;
    padding: 0;
    margin: 2px 0 6px 0;
}

form input.checkbox 
{ 
    float: none; 
    margin-right: 5px; 
}

form fieldset div.notes
{
	position: absolute;
	right: 20px;
        margin-top: 2px;
}

form #send-button 
{
    float: none; 
    margin: 9px 0 0 18px; 
    clear: both;
}

body #content img.required
{
    display: inline;
    vertical-align: top;
    float: none;
    margin: 0;
}
