/*
 * 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;
}

#text-content-container form#form2015020511263058 dd input[type="checkbox"],
#text-content-container form#form2015020511263058 dd input[type="radio"] {
    margin: 0px 0 1px;
    top: 1px;
	border: none;
}