/*
Disclaimer.css - used on the homepage - http://www.edge.co.za
*/

.disclaimer{
	background-color: #83796B;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

#container{
	background-image: url(img/disclaimer-bg.jpg);
	width: 897px;
	height: 522px;
	margin: 20px auto 0 auto;
}

#container #text{
	color: #ffffff;
	width: 286px;
	position: relative;
	top: 280px;
	left: 525px;
}

.line{
	margin: 8px 0;
	border-bottom: 1px dashed #ffffff;
}

#text p{
	font-size: 0.625em;
	margin-bottom: 3px;
	text-align: justify;
}

#text p.small{
	font-size: 0.563em;
}

#text p a:link, #text p a:visited{
	color: #ffffff;
	text-decoration: underline;
}

#text p a:hover{
	text-decoration: none;
}

form.disclaimer{
	background: none;
}

input.radio{
	position: relative;
	top: 3px;
}

/* PNG HACK */
* html .png{
/*position:relative; */
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}















