.rounded_ur, .rounded_ul, .rounded_lr, .rounded_ll {
	/*width: 100%; Caused problems in IE*/
	height: 16px;
	background-repeat: no-repeat;
}

.rounded_ur, .rounded_lr {
	background-position: right;
}

.rounded_ul, .rounded_ll {
	background-position: left;
	background-color: #C0C0C0;
}

.rounded_ur {
	background-image: url(images/corner_ur.gif);
}

.rounded_ul {
	background-image: url(images/corner_ul.gif);
}

.rounded_lr {
	background-image: url(images/corner_lr.gif);
}

.rounded_ll {
	background-image: url(images/corner_ll.gif);
}

