body {
	behavior:url("css/csshover3.htc");
}

.roundedCorners {
	/*IE6 doesnt support child annotation so curved borders will not be applied */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.roundedCornersFix {
	/*IE6 doesnt support child annotation so curved borders will not be applied */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/border-radius.htc);
}

.roundedCornersTop {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	border-radius-topleft:5px;
	border-radius-topright:5px;
}

.roundedCornersBottom {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	border-radius-bottomleft:5px;
	border-radius-bottomright:5px;
}

.mouseHover:hover {
	cursor: pointer;
}

#browserWarningIE6 {
	color: white;
	background-color: red;
	padding: 10px;
	margin-bottom: 15px;
}
