@charset "UTF-8";

/*
 Copyright 2008 Lawlab Pty Limited. http://www.lawlab.com.au
 Main style sheet
 */

@import url("blocks.css");
@import url("lists.css");
@import url("fonts.css");
@import url("forms.css");
@import url("Login.css");

 /* ********* defaults  ********* */
 
* {
	padding:0;
	margin:0;
	border:0;
}
body 
{
	background-color:#fff;
}

/* ********* Achieve Forms ********* */

.hideforscript
{
border:0px solid #fff;
color:#fff;
font-size:0; 
}

/* ********* Hacks ********* */

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix {display: inline-block;} /* First because FF3 supported */

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */