img[src$='#floatleft']
{
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	float: left;
    padding-right: 5px;
}

img[src$='#floatright']
{
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	float: right;
    padding-left: 5px;
}

.alert {
	background: #FFF6BF;
	background-image: url(/exclamation.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	color: black;
	margin: 10px auto;
	padding: 5px 50px 5px 65px;
	text-align: left;
}
