.advice_box {
	background: #fff;
	margin: 4px;
	padding: 10px 15px;
	margin: 0 5px 2px 5px;
	position: relative;
	border: 1px #dbdbdb solid;
	zoom: 1;
	line-height: 1.3em;
}
.advice_box .corner {
	width: 5px;
	height: 5px;
	background: url(images/advice_corners.jpg) no-repeat;
	position: absolute;
	line-height: 3px;
	font-size: 3px;
}
	.advice_box .left-top {
		background-position: left top;
		left: -1px;
		top: -1px;
	}
	.advice_box .right-top {
		background-position: right top;
		right: -1px;
		top: -1px;
	}
	.advice_box .right-bottom {
		background-position: right bottom;
		right: -1px;
		bottom: -1px;
	}
	.advice_box .left-bottom {
		background-position: left bottom;
		left: -1px;
		bottom: -1px;
	}

	/* Hacks for IE 6 or older */
		* html .advice_box .right-bottom,
		* html .advice_box .left-bottom {
			bottom: expression((this.offsetParent.clientHeight % 2) ? '-1px' : 0);
		}
		* html .advice_box .right-bottom,
		* html  .advice_box  .right-top {
			margin-left: 100%;
			left: -4px;
		}
.advice_box p {
	margin-bottom: 0;
}
.advice_box h3 {
	margin-bottom: 10px;
	font-weight:bold;
}
.more_link {
	text-align: right;
}