/*-----------------------------------------
Copyright (c) 2009 Revium Pty Ltd, ABN 21 130 889 833, www.revium.com.au
Created date: March 2nd, 2009

This is a revised version of the current CSS at www.fos.org.au/
-----------------------------------------*/
@import url("jquery.datepicker.css");

/* @group General */

img
{
  border:0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.2em;
	position: static;
}
a { 
	text-decoration: none;
	outline: none;
	color: #9ca104;
}
a img {
	border: none;
}
p, ol, ul, table {
	margin-bottom: 0.63em;
	clear: both;
}
.addbottommargin {
	margin-bottom: 1.26em;
}
li {
	margin-left: 2em;
	margin-bottom: 0.63em;
}
ol li {
	list-style-type: decimal;
}
strong {
	color: #444;
}
.clear {
	clear:  both;
	display: block;
	width: 100%;
}
.off {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
p.left, p.right {
	clear: none;
	margin-bottom: 0;
}
span.space {
	display: block;
	margin: 0.63em 0 0.63em 0;
}
span.caps {
	text-transform: uppercase;
	color: inherit;
}

/* @end */

/* @group Layout */

#page {
	width: 730px;
}
#accountholder, #agent, #register, #response, #response-option1, #response-option2 {
	display: block;
	border: 1px solid #d7d3dc;
	padding: 15px;
	width: 325px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

/* @end */

/* @group Headings */
h1 
{
	line-height: 1.3em;
}
h2 {
	margin-top: 1.85em;
	margin-bottom: 0.63em;
}
#accountholder h2,
#agent h2,
#register h2,
#response h2,
#response-option1 h2,
#response-option2 h2 {
	display: block;
	text-indent: -9999em;
	background: transparent url(../images/title-account.gif) no-repeat;
	width: 314px;
	height: 22px;
	margin-top: 0;
}
#step1container, #step2container, #step3container {
	display: block;
	position: absolute;
	width: 730px;
}
#step2container,
#step3container {
	display: none;	
}
#agent h2 {
	background: transparent url(../images/title-agent.gif) no-repeat;
}
#register h2 {
	background: transparent url(../images/title-register.gif) no-repeat;
}
#response h2 {
	background: transparent url(../images/title-response.gif) no-repeat;
}
#response-option1 h2 {
	background: transparent url(../images/title-lodge.gif) no-repeat;
}
#response-option2 h2 {
	background: transparent url(../images/title-register-lodge.gif) no-repeat;
}

/* @end */

/* @group Form */

fieldset {
	margin-bottom: 15px;
	border: 1px solid #e3e5e3;
	padding: 10px;
	padding-right: 15px;
	width: 710px;
	clear: both;
}
fieldset fieldset {
	width: auto;
	margin-bottom: 8px;
	clear: none;
}
legend {
	color: #543f70;
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
input, select, textarea {
	border:  1px solid #dde0af;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 8px;
	width: 100%;
	float: left;
}
div.checkboxGroup2 input
{
    width:auto;
}
    
    

input.focus, select.focus, textarea.focus {
	border-color: #669;	
}
input.disabled, select.disabled, textarea.disabled, [disabled] {
	border-color: #999;
	color: #222;
	background-color: #eee;
}
.xsmall {
	width: 18.9%;
}
.small {
	width: 24.9%;
}
.medium {
	width: 49.9%;
}
.large {
	width: 74.9%;
}
div.short p.landline span.areacode {
	display: block;
	margin-bottom: 8px;
	width: 30%;
	float:left;
}
div.short p.landline input {
	width: 60%;
}

div.short p.landline span input {
	float: none;
	margin-bottom: 0;
	width: 60%;
}

div.medium p.landline span.areacode {
	display: block;
	margin-bottom: 8px;
	width: 15%;
	float:left;
}
div.medium p.landline input {
	width: 30%;
}
div.medium p.landline span input {
	float: none;
	margin-bottom: 0;
	width: 50%;
}


label {
	display: block;
	margin-bottom: 4px;
}
label span {
	color: #f00;
	font-weight: bold;
}
span.note {
	color: #888;
	font-weight: normal;
}
fieldset div.onefifth,
fieldset div.onethird,
fieldset div.short,
fieldset div.medium,
fieldset div.large,
fieldset div.wide {
	padding: 0 10px 0 10px;
}
fieldset div.onefifth {
	width: 20%;
}
fieldset .onethird {
	width: 33%;
}
fieldset div.short {
	width: 150px;
}
fieldset div.short2 {
	width: 190px;
}
fieldset div.medium {
	width: 335px;
}
fieldset div.wide {
	width: 485px;
}
p.chkbox {
	position: relative;
}
p.chkbox input {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: -3px;
	border: 0;
}
p.chkbox label {
	margin-left: 25px;
	float: left;
}
*+html p.chkbox label { /*IE7*/
	float: none;
}
* html p.chkbox label { /*IE6*/
	float: none;
}
p.buttoncontainer {
	display: block;
	width: 730px;
}
input.button,
button.button {
	display: block;
	font-size: 3px;
	padding-top: 20px;
	color: #f3f3f3;
	height: 30px;
	cursor: pointer;
	float: right;
	border: 0;
}
a.button {
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	height: 30px;
	float: right;
}
a.button.off,
button.off,
input.off {
	display: none;
}
.continue {
	background: transparent url(../images/button-continue.gif) no-repeat;
	width: 70px;
}
div.thelot .addcontact {
	margin-bottom: 1em;
}
.edit {
	background: transparent url(../images/button-edit.gif) no-repeat;
	width: 106px;
}
.update {
	background: transparent url(../images/button-update.gif) no-repeat;
	width: 126px;
}
.button.update.off {
	color: #86779d;
}
.find-provider {
	background: transparent url(../images/button-find-provider.gif) no-repeat;
	width: 210px;
}
.register {
	background: transparent url(../images/button-register.gif) no-repeat;
	width: 65px;
}
.lodge {
	background: transparent url(../images/button-lodge.gif) no-repeat;
	width: 54px;
}
.register-lodge {
	background: transparent url(../images/button-register-lodge.gif) no-repeat;
	width: 112px;
}
.next-step {
	background: transparent url(../images/button-next-step.gif) no-repeat;
	width: 159px;
}
.submit {
	background: transparent url(../images/button-submit.gif) no-repeat;
	width: 60px;
}
.cancel {
	background: transparent url(../images/button-cancel.gif) no-repeat;
	width: 59px;
}
.back {
	background: transparent url(../images/button-back.gif) no-repeat;
	width: 47px;
}
.addcontact {
	background: transparent url(../images/button-addcontact.gif) no-repeat;
	width: 155px;
}
.removecontact {
	background: transparent url(../images/button-removecontact.gif) no-repeat;
	width: 131px;
}
.change {
	background: transparent url(../images/button-change.gif) no-repeat;
	width: 123px;
}
.close {
	background: transparent url(../images/button-close.gif) no-repeat;
	width: 103px;
}
.retry {
	background: transparent url(../images/button-retry.gif) no-repeat;
	width: 51px;
}
.print {
	background: transparent url(../images/button-print.gif) no-repeat;
	width: 99px;
	margin-right: 1em;
}
.button.back,
.button.cancel,
.button.change {
	float: left;
}
.button.addcontact 
{
	float: right;
}
.alternaterow
{
	background-color: #F9FAE8;
}
/* @end */

/* @group Icons */

a.icon {
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}
a.calendar {
	background: transparent url(../images/icon-calendar.gif) no-repeat;
	width: 14px;
	height: 16px;
}

/* @end */

/* @group IE Styles (because life is never easy!!) */

*+html legend {
	padding: 0 10px 10px 10px;
}
*+html p.chkbox label {
	margin-left: 20px;
}
*+html p.chkbox input {
	top: 0;
}

/* @end */

/* @group Alerts */

.alert {
	display: block;
	width: 100%;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	border-bottom-width: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.success {
	border-color: #57a50e;
	background-color: #d8fed0;
	color: #4b8a0b;
}
.error {
	border-color: #f00;
	background-color: #fcc;
	color: #f00;
}
label.error 
{
	float:left;
}

/* @end */

/* @group Payments */

p.money span,
p.money span.dollar {
	margin-bottom: 4px;
	margin-top:  4px;
	display: block;
	width: 60%;
	float: right;
}
p.money span.dollar {
	width: 5%;
	float: left;
}
p.money input {
	margin-bottom: 0;
	width: 30%;
}
fieldset.review label {
	float: left;
	width: 150px;
	font-weight: bold;
}
fieldset.review p {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
fieldset.review p.last {
	padding-bottom: 0;
	border: 0;
}

/* @end */