/* CSS Document */
* {
margin:0;
padding:0;
}

blockquote {
	margin-left:30px;
}

input {
	margin-right:4px;
}

.hide{
	display:none;
	}
.clear {
	clear:both; 
}
.blank{
height:60px;
}



/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


