.round {
	position: relative;
	/* Border because ie put faint line on right for some reason! */
	border-right: solid white 1px;
}
.topleft, .topright, .bottomleft, .bottomright {
	position: absolute;
	width: 15px;
	height: 14px;
	font-size: 12px;
}
.topleft {
	top: 0;
	left: 0;
}
.topright {
	top: 0;
	right: 0;
}
.bottomleft {
	bottom: 0;
	left: 0;
}
.bottomright {
	bottom: 0;
	right: 0;
}
.boxtext {
	padding: 6px 2px;
}
.boxtext p {
	margin: 8px 10px;
}

.topleftimagehelp {
	background: url("images/topleft.png") no-repeat;
}
.toprightimagehelp {
	background: url("images/topright.png") no-repeat;
}
.bottomleftimagehelp {
	background: url("images/bottomleft.png") no-repeat;
}
.bottomrightimagehelp {
	background: url("images/bottomright.png") no-repeat;
}

.topleftimageroundedform {
	background: url("images/topleft.png") no-repeat;
}

.topleftimagerollinginfo {
	background: url("images/topleft_rollinginfo.png") no-repeat;
}
.toprightimagerollinginfo {
	background: url("images/topright_rollinginfo.png") no-repeat;
}
.bottomleftimagerollinginfo {
	background: url("images/bottomleft_rollinginfo.png") no-repeat;
}
.bottomrightimagerollinginfo {
	background: url("images/bottomright_rollinginfo.png") no-repeat;
}
