/*
 * Adds CSS3 support
 */
input,
textarea,
select,
.sidebar-module h2,
#some-element,
.business-card,
.photo-frame,
.photo-gallery-item {
	behavior: url(/htc/PIE.htc);
}

.photo-frame {
	background-color: #E6E6E6;
}

.photo-gallery-item {
	border: 1px solid #DFDFDF;
	background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;
}