﻿.ui-bar-b {
	border: 1px solid transparent;
	text-shadow:none;
	background-image: none; /* Saf4+, Chrome */
	background-image: none; /* Chrome 10+, Saf5.1+ */
	background-image: none; /* FF3.6 */
	background-image: none; /* IE10 */
	background-image: none; /* Opera 11.10+ */
	background-image: none;
}

.ui-btn-up-b {
	text-shadow: none;
	background-image: none;
	background-image: none; /* Chrome 10+, Saf5.1+ */
	background-image: none; /* FF3.6 */
	background-image: none; /* IE10 */
	background-image: none; /* Opera 11.10+ */
	background-image: none;
}

.ui-body-c,
.ui-overlay-c {
	text-shadow: none;
}
.ui-btn-up-e {
	text-shadow: none;
}

.ui-corner-top {
	-moz-border-radius-topleft: 		.0em; 
	-webkit-border-top-left-radius: 	.0em;
	border-top-left-radius: 			.0em;
	-moz-border-radius-topright: 		.0em;
	-webkit-border-top-right-radius: 	.0em;
	border-top-right-radius: 			.0em;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.0em;
	-webkit-border-bottom-left-radius: 	.0em;
	border-bottom-left-radius: 			.0em;
	-moz-border-radius-bottomright: 	.0em;
	-webkit-border-bottom-right-radius: .0em;
	border-bottom-right-radius: 		.0em;
}

.ui-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
