/*************************************
OLALA.COM.AU
Basic Element 
***************************************/
* {
margin:0;
padding:0;
}
body {
	margin: 0; padding: 0;
	font-family: Verdena, sans-serif;
	line-height: 1.2em;	
	font-size: 12px;
	color: #333;
	letter-spacing:0.1px;
	background:#FFFFFF;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color:#006699;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color:#0065CA;           
}
a:hover {
   text-decoration:none;
   color:#ff0000;
}
.normal{
	font-weight:normal;
	text-transform:none;
}
.red, .error_message {
	color:#FF0000;
}
.small {
	font-size:9px;
	color:#333333;
}
h1 {
	font-size:130%;
	color:#333333;
	margin-bottom:15px;
	margin-left:0px;
	margin-top:7px;
	letter-spacing:1px;
}

h2 {
	font-size:120%;
	margin-left:0px;
	color:#666666;
	margin-top:10px;
	margin-bottom:7px;
	letter-spacing:1px;
}
h3 {
	font-size:110%;
	margin-left:0px;
	color:#333333;
	margin-top:7px;
	margin-bottom:6px;
	letter-spacing:1px;
}

h4 {
	font-size:105%;
	margin-left:0px;
	color:#333333;
	margin-top:3px;
	margin-bottom:5px;
	letter-spacing:1px;
}
p {
   font-size: 1em;
   margin: 0 0 0.5em 0;
   line-height: 1.4em;
   padding: 0px;
}
input, select, textarea {
	font-family: Verdena, sans-serif;
	font-size:11px;
	padding:2px 0px;
	margin:5px 0px;
	border:1px solid #C0C0C0;
}
input:focus, select:focus, textarea:focus {
	background-color:#F7F2EA;
}
ul,
ol,
dl {
}
ol li,
ul li {
	list-style-position:inside;
}
dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
dl dd {
   margin: 0 0 1em 1em;
}
dl {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c0c0c0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
   font-style:italic;
}
pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ccc;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}
/* hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}
.hidden{
	display:none;
}