﻿Start of global page classes */
* {
    margin:0px;
    padding:0px;
}
html {
	height:100%;
}
body {
	color: #5C5C5C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:62.5%;
	height:100%;
	background:#E0E0E0;
	padding-top:20px;
}
textarea {
	font-size:1.1em;
	background-color:#FFF;
}
a:link {
color:#AB230D;
color:#C00;
text-decoration:underline;
}
a:visited {
color:#C3513F;
color:#C00;
text-decoration:underline;
}
a:hover, a:active {
color:#AB230D;
color:#600;
text-decoration:underline;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#535E7A;
	font-size:1.7em;
	margin-bottom:5px;
	margin-left: 10px; 
	margin-right:10px; 
	margin-top: 5px;
}
h2,.heading {
	font-family:Arial, Helvetica, sans-serif;
	color:#535E7A;
	font-size:1.4em;
	margin-bottom:0px;
	font-weight:bold;
	margin-left: 10px; 
	margin-right:10px; 
	margin-top: 0px; 
	
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#535E7A;
	font-size:1.1em;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;
}
p {
	margin-bottom:12px;
	margin-left: 10px; 
	text-align: justify; 
	margin-top: 2px; 
	margin-right: 10px; 
	color: #5C5C5C;
}
.dotted1 {
	background:url(../images/dotted-bg-1.gif) repeat-x 0px 10px;
	position:relative;
	margin:20px 0px;
	padding:0px;
	height:20px;
	
}

.dotted2 {
	background:url(../images/dotted-bg-1.gif) repeat-x 0px 3px;
	position:relative;
	margin:5px 0px;
	padding:0px;
	height:5px;
}



/* End of global page classes */



/* This is the pages "white" area that is centered in the middle of the page. */
#outer {
	background-color: #FFF;
	margin:auto;
	position:relative;
	font-size:1.2em;
	width:820px;
	padding:8px;
}



/* This is the area that appears between the top navigation and footer. */
#maincontent {
	padding:0px 0px 0px 0px;
	float:none;
	position:relative;
	display:block;
	width:818px;
	/*background:url("../images/body-bg.jpg") repeat-y 0 0;*/
	margin:0px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}



/* These are the banner classes */
#banner {
	width:100%;
	height:119px;
	position:relative;
	background:url("../images/bnr-bg.png") no-repeat 0 0;
	padding-top:0px;
	top:0px;
	border-bottom:1px solid #CCC;
	margin:0px;
}
#banner div.contactdetails {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	color:#575757;
	font-size:0.9em;
}
.bnrlogo {
	position:absolute;
	top:35px;
	left:235px;
	width:291px;
	height:91px;
}
a.bnrlogo:link, a.bnrlogo:visited, a.bnrlogo:hover, a.bnrlogo:active {
	text-decoration:none;
	color:#7A7A3D;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:4em;
	font-weight:bold;

	vertical-align:middle;
	text-align:center;
}
.bnrlogo img {
border:0px;
}
.bnrbyline {
	color:#95A15D;
	position:absolute;
	top:15px;
	right:15px;
	text-align:right;
	color:#7A7A3D;	
	font-size:1.3em;
	text-transform:uppercase;
	/*font-family:"Times New Roman", Times, serif;*/
}
.bnrbyline span {
	color:#000;
}
/* End of banner classes */


/* Navigation bar classes - this is the for sidenav type navbar */
#navbar {
	position:absolute;
	width:154px;
	color:#1212B4;
	font-size:0.9em;
	top:128px;
	left:9px;
	font-family:Arial, Helvetica, sans-serif;
}

/**********************************************
New dropdown menu system
**********************************************/

#menuList {
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainMenu {
	position:relative;
	background: #cccccc;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}
#menuList li {
	z-index:100;
	/*display:inline;*/
	list-style: none;
	margin: 0px;
	padding: 0px;

	/* The following styles are to counteract the global styling for li */
	background:none;
	/* background:url("../images/bullet5.gif") no-repeat 13px 13px; */
}

/* These are the default states of the elements in the main top level menu. */
a.starter, a.starter:link, a.starter:visited {
	z-index:100;
	padding:4px 0px 5px 5px; /*Padding of the individual nav items*/
	color:#1212B4;
	text-decoration:none;
	line-height:21px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	
	/* this is for the sidenav type navigation */
	display:block;
	background-color:none;	
	width:145px;
	border-bottom:1px solid #BFBDB6;
	font-size:1.1em;
	font-weight:normal;
}

/* These are the mouse-over states of the elements in the main top level menu. */
a.starter:hover, a.starter:active, a.starter:focus {
	color:#1212B4;
	text-decoration:none;
	/*background:url("../images/bullet5.gif") no-repeat 13px 13px #9D392A;*/
	background:#F2F2F2;
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 160px;
}
.menu li {
	width:100%;
}

/* These are the default state of the elements (rows) in the drop down menus. */
.menu li a, .menu li a:link, .menu li a:visited { 
	background: #666;
	z-index:100;
	color: #FFF;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px 0px 0px -10px;
	text-decoration: none;
	/*margin-top:-2px;*/
	padding: 5px 5px;
	line-height:21px;
}

/* These are the mouse-over states of the elements (rows) in the drop down menus */
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #999;
	color: #FFF;
}



.mainad {
	width:820px;
	display:block;
	background-color:#FFF;
	border-bottom:1px solid #000;
}
.mainad img, .noformating {
	padding:0px;
	border:0px;
}
#manufactuerlogos {
	padding:0px;
	border:0px;
	margin-bottom:5px;
}

.nomainad {
	width:820px;
	display:block;
	height:0px;
}



/* Footer classes */
#footer {
	width:100%;
	height:24px;
	color:#A0A0A0;
	font-size:0.8em;
	text-transform:lowercase;
	position:relative;
	clear:both;
	background:#999;
}
#footer ul {

	/* these cancel our the stryling of the ul element. */
	margin:0px 0px 0px 3px;
	list-style:none;
	padding:0px;
}
#footer li {
	
	/* these cancel our the stryling of the ul li element. */
	position:relative;
	background:none;
	margin-top:0px;
	padding-left:0px;
	z-index:0;	
	display:inline;
	position:relative;
	top:5px;
}
#footer a:link, #footer a:visited {
	padding:4px 10px 7px 10px;
	color:#DDD;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.copyrightnotice {
	position:absolute;
	right:10px;
	top:5px;
	text-transform:none;
	color:#DDD;
}
#footer span.copyrightnotice a:link, #footer span.copyrightnotice a:visited, #footer span.copyrightnotice a:hover, #footer span.copyrightnotice a:active	 {
	padding:0px;
	margin:0px;
	color:#DDD;
}
/* end of footer classes */




/* Misc classes */
.leftsection {
	width:24%;
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
}

.rightsection {
	width:70%;
	float:left;
	padding-right:20px;
}
.bottomsection {
	clear:both;
}

.newsitem {
	margin-bottom:20px;
}
.newssummaryitem {
	margin-bottom:0px;
}

.newssummaryitem img {
	border:0px;
	border-left:4px solid #CC0000;
	float:left;
	margin:0px 10px 5px 0px;
}

.margins1b {
	margin-bottom:20px;
}
.margins1t {
	margin-top:20px;
}


/* Standard bulleted lists */
.list1 {
	position:relative;
	margin:0px 0px 30px 40px;
	padding:0px;
	list-style-type:none;
}
.list1 li {
	position:relative;
	background:url(../images/bullet1.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}
.list2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.list2 li {
	position:relative;
	margin-top:10px;
	padding-left:20px;
	z-index:1;
}
.list2 li.phone {
	background:url(../images/icon-phone.gif) no-repeat 0px 2px;
}
.list2 li.calendar {
	background:url(../images/icon-calendar.gif) no-repeat 2px 0px;
}
.list2 li.envelope {
	background:url(../images/icon-envelope-new.gif) no-repeat 2px 3px;
}
.list2 li.arrow {
	background:url(../images/icon-arrow.gif) no-repeat 2px 1px;
}

.bullet1 {
	background:url(../images/bullet4.gif) no-repeat 0px 4px;
	padding-left:9px;
}

/* These styles are visible in the WYSIWYG editor */

/* These are styles for the CMS layouts which are specific for this template. */
/* Layout 2 */
.layout2 {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout2section1 {
	width:57%;
	padding-right:30px;
	vertical-align:top;
}
.layout2section2 {
	width:37%;
	border-left:1px solid #CCC;
	padding:0px 0px 0px 20px;
	vertical-align:top;
}
.layout2section3 {
}
.layout2section4 {
}


.layout9 {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout9section1 {
	vertical-align:top;
	padding:0px 20px 0px 0px;
	border-right:1px solid #CCC;
}
.layout9section2 {
	vertical-align:top;
	padding:0px 20px 0px 20px;	
}
.layout9section3 {
	vertical-align:top;
	padding:0px 0px 0px 20px;	
	border-left:1px solid #CCC;
	width:27%;
}
.layout9section4 {
	vertical-align:top;
}
hr {
	height:1px;
	color:#CFCFCF;
	border:none;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}


ul {
	margin:0px 0px 25px 0px;
	padding:0px;
	list-style-type:none;
	position:relative;
}
li {
	background:url(../images/bullet4.gif) no-repeat 0px 4px;
	margin-top:10px;
	margin-left:10px;
	padding-right:30px;
	padding-left:13px;
}


#maintable {
	padding:0px;
	border:0px;
	height:400px;
}
#maintable td.leftside {
	background:url("../images/left-side-bg.jpg") repeat-y 0 0;
	vertical-align:top;
	width:30px;
	padding:0px;
}
#maintable td.rightside {
	background:url("../images/right-side-bg.jpg") repeat-y 0 0;
	vertical-align:top;
	width:30px;
	padding:0px;
}
#maintable td.middle {
	vertical-align:top;
	padding:10px 20px;
	width:769px;
}

.bulletword {
background:url(../images/icon-word.gif) no-repeat 0 2px;
padding-left:23px;
display:block;
line-height:20px;
}

.bulletpdflarge {

background:url(../images/icon-pdf.gif) no-repeat 0px 0px;
padding:5px 0px 7px 33px;
display:block;
text-align:left;
}

.bulletphonelarge {
background:url(../images/icon-phone.gif) no-repeat 0px 0px;
padding-left:33px;
display:block;
line-height:20px;
text-align:left;
}
.bulletmaillarge {
background:url(../images/icon-envelope-new.gif) no-repeat 0px 0px;
padding-left:33px;
display:block;
line-height:20px;
text-align:left;
}
.bulletmovielarge {
background:url(../images/icon-film.gif) no-repeat 5px 0px;
padding:3px 0px 5px 33px;
display:block;
text-align:left;
}
.bullettextlarge {
background:url(../images/icon-text.gif) no-repeat 5px 0px;
padding:5px 0px 5px 33px;
display:block;
text-align:left;
}
.bulletinternetlarge {
background:url(../images/icon-internet.gif) no-repeat -3px 0px;
padding:8px 0px 8px 33px;
display:block;
text-align:left;
}
.bulletwordlarge {
background:url(../images/icon-word.gif) no-repeat 0px 0px;
padding:8px 0px 5px 33px;
display:block;
text-align:left;
}
.bulletexcellarge {
background:url(../images/icon-excel.gif) no-repeat 0px 0px;
padding:8px 0px 5px 33px;
display:block;
text-align:left;
}
.bulletpowerpointlarge {
background:url(../images/icon-powerpoint.gif) no-repeat 0px 0px;
padding:8px 0px 5px 33px;
display:block;
text-align:left;
}

#tableedge {
	border-collapse:collapse;
	margin:auto;
	margin-bottom:40px;
}
td.edgeleft {
	background:url("../images/left-side-bg.jpg") repeat-y right 0;
	vertical-align:top;
	width:30px;
	padding:0px;	
}
td.edgeright {
	background:url("../images/right-side-bg.jpg") repeat-y left 0;
	vertical-align:top;
	width:30px;
	padding:0px;	
}
.iconaudio {
	background:url("../images/icon-speaker.gif") no-repeat 0 0;
	padding-left:32px;
}
.iconvideo {
	background:url("../images/icon-film.gif") no-repeat 0 0;
	padding-left:32px;
}
td.topedge {
	background:url("../images/top-edge-bg.jpg") no-repeat 0 0;
	width:763px;
	padding:0px;
}
td.bottomedge {
	background:url("../images/bottom-edge-bg.jpg") no-repeat 0 0;
	width:763px;
	padding:0px;
}
#locationmap {
	padding:0px;
	border:1px solid #999;
}

/* Side nav area */
.sidenav {
	margin:0px;
	padding:0px;
	position:relative;
	list-style-type:none;
	padding-bottom:16px;
	width:140px;
	left:-2px;
	top:4px;	
}
.sidenav li {
	background:none;
	margin-top:0px;
	padding-left:0px;
}
.sidenav li a, .sidenav li.disabled {
	position:relative;
	display:block;
	padding:5px 5px 5px 16px;
	margin:1px 0px;
	width:100px;
	font-size:0.9em;
	color: #422C00;
	text-decoration:none;
	background:url("../images/bullet4.gif") no-repeat 7px 8px #DDD7C0;	

	
}
.sidenav li a:link, .sidenav li a:visited {
	text-decoration:none;
	color:#422C00;
}
.sidenav li a:hover {
	text-decoration:none;
	color:#FFF;
}
.sidenav li a:active {
	text-decoration:none;
	color:#FFF;
}
.sidenav li a.selected, .sidenav li a:link.selected, .sidenav li a:visited.selected {
background:url(../images/side-nav-select.gif) repeat-y top left;
background-color:#9D9D9D;
color:#FFF;
}
.sidenav li.disabled {
	color:#808080;
}
.sidenav li a.indent2 {
	padding-left:36px;
	background-position:27px 8px;	
	width:130px;
}

/* end side nav */
table.tablemain {
	border-collapse:collapse;
}
table.tablemain td {
	vertical-align:top;
}
#quicksearch {
	position:absolute;
	top:98px;
	right:12px;
}
#quicksearch input {
	width:103px;
	border:0px solid #CCC;
	font-size:0.9em;
	padding:1px;
}
#quicksearch #quicksearchsubmitbtn {
	width:30px;
	height:15px;
	font-size:0.7em;
	padding-top:3px;
}

/* Component styling - Component name: contact */
#tablecontact {
	border-collapse:collapse;
}
#tablecontact td, #tablecontact th {
	padding:0px;
	padding-bottom:2px;
	text-align:left;
}
#tablecontact th {
	padding-right:10px;
	padding-left:10px;
}

#tablecontact input, #tablecontact textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tablecontact .submitbutton {
	width:100px;
	margin-top:10px;
}
#tableadvancedsearch input, #tableadvancedsearch textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tableadvancedsearch .submitbutton {
	width:100px;
	margin-top:10px;
}

/* End of component styling - Component name: contact */

.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}
.error {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}

/* Products */
	td, th {
		position:static;
	}
	.dotted1 { clear:both }
	table.tableitem {
		position:static;
		width:400px;
	}
	table.tableitem th {
		position:static;
		width:100px;
		text-align:left;
		vertical-align:top;
	}
	table.tableitem td {
		position:static;
		text-align:left;
		vertical-align:top;	
	}
	#tableproductdetail {
		position:relative;
		width:666px;
	}

	#tableproductdetail .description {
		position:relative;
		vertical-align:top;
		text-align:justify;
		padding-right:10px;
		padding-left:0px;
		VERTICAL-ALIGN: bottom; 
		PADDING-TOP: 0px; 
		margin-top:0px; 
		margin-bottom:0px;
	}


	#tableproductdetail .rightside {
		position:relative;
		width:200px;
		vertical-align:top;
		text-align:right;
	}
	#tableproductdetail td img {
		position:relative;	
		padding:2px;
		border:1px solid #CCC;
	}
	
	#tableproductdetail p.normalprice {
		font-weight:bold;
	}
	#tableproductdetail p.specialprice {
		font-weight:bold;
		font-size:1.2em;
		color:#CC0000;
	}
	
	
	#tableproductditties th {
		position:relative;
		text-align:right;
		padding-bottom:20px;	
	}

	
	#tableproductditties td {
		position:relative;
		padding-top:10px;
		text-align:left;		
	}
	#tableproductditties td p {
		position:relative;
		padding-left:33px;
		margin-top:0px;
	}
	#tableproductditties td p.moveitup {
		position:relative;
		display:block;
		top:-18px;
	}
	#tableproductditties td.additionalimages {
		padding-bottom:20px;
	}
.cartsummary {
	position:absolute;
	top:20px;
	right:25px;
	color:#000;
}
#carttable {
	width:610px;
	border-collapse:collapse;
	margin:20px 0px;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
	text-align:left;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#carttable .cartproductprice, #carttable .cartproductqty, #carttable .cartproducttotalprice {
	text-align:right;
}
#carttable .cartproductimage {
	width:60px;
}
#carttable .carttotal {
	font-weight:bold;
	text-align:right;
}
#carttable .cartshipping, #carttable .carttax, #carttable .cartsubtotal, #carttable .carttotal {
	font-weight:normal;
	text-align:right;
	border-bottom:0px;
	line-height:14px;
}
#carttable .cartsubtotal {
	padding-top:30px;
}
#carttable .carttotal {
	font-weight:bold;
	border-bottom:1px solid #EEE;
	padding-bottom:30px;
	BACKGROUND:url('http://www.everydaywithadhd.com.au/user-assets/Background2.png') repeat-x left bottom; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px; 
	margin-top:0px; 
	margin-bottom:0px;

}
#cartbtncontinue, #cartbtnupdatee, #cartbtnempty {
	float:left;
}
#cartbtncheckout {
	float:right;
}
.carttotalsvalue {
	width:70px;
}
.volumediscount {
	font-style:italic;
	font-weight:bold;
	text-indent:30px;
	background:url("/images/star-yellow.gif") no-repeat 5px 3px;
}
.btnleft {
	float:left;
}
.btnright {
	float:right;
}
#tableshippingdetails {
	margin-bottom:40px;
	border-collapse:collapse;
}
#tableshippingdetails td, #tableshippingdetails th {
	padding:5px 5px 5px 0px;
	border-bottom:1px solid #EEE;
	line-height:23px;
	text-align:left;
}
#tableshippingdetails th {
	padding-right:20px;
	padding-left:10px;
}
#tableshippingdetails input {
	width:200px;
}
#tableshippingdetails #shipping_country, #tableshippingdetails #shipping_state, #tableshippingdetails #shipping_method {
	width:250px;
}
#tableshippingdetails #shipping_postcode {
	width:146px;
}
#tableshippingdetails select {
	width:150px;
}
#tableshippingdetails #newsletters {
	width:auto;
}
.btn01 {
background:url(../images/btn01.gif) no-repeat 0px 0px;
width:114px;
height:24px;
display:block;
text-decoration:none;
font-weight:bold;
color:#333;
line-height:22px;
text-align:center;
padding-left:5px;
}
a.btn01:link,a.btn01:visited {
text-decoration:none;
color:#333;
}

a.btn01:hover {
background-position:0 -24px;
text-decoration:none;
color:#333;
}
.background {
	BACKGROUND:url('http://www.everydaywithadhd.com.au/user-assets/Background.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px; 
	margin-bottom:0px;
}
.background2 {
	BACKGROUND:url('http://www.everydaywithadhd.com.au/user-assets/Background2.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px; 
	margin-top:0px; 
	margin-bottom:0px;
}

table.layout2 .background {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets/Background.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-bottom:0px;
}
table.layout2 .background2 {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets//Background2.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-top:0px;
	margin-bottom:0px;
}
table.layout3 .background {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets//Background.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-bottom:0px;
}
table.layout3 .background2 {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets//Background2.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-top:0px;
	margin-bottom:0px;
}

#data_Max p {
	margin-left:0px;
	margin-right:0px;
	font-size: 11px;
	font-family:Tahoma;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5C5C5C;
}
#data_Max h2{
	margin-bottom: 0px;
	margin-left:5px;
	margin-right:0px;
	margin-top: 5px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #535e7a;
}
#data_Max th {
	font-family:Tahoma;
	text-decoration:underline;
	margin-left:0px;
	margin-right:0px;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5C5C5C;
}

.layout22 {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	BORDER-COLLAPSE: collapse;
	BORDER-RIGHT-WIDTH: 0px;
}
table.layout22 .background {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets/Background.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-bottom:0px;
}
table.layout22 .background2 {
	BACKGROUND: url('http://www.everydaywithadhd.com.au/user-assets/Background2.png') repeat-x left bottom; 
	PADDING-BOTTOM: 0px; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px;
	width:820px;
	margin-top:0px;
	margin-bottom:0px;
}
/* Overrides standard forms*/
#tablesignup TH {
	PADDING-LEFT: 10px
}
