.msg-blue #msg,
.msg-gray #msg {
	background-image: none;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
}

#msg-inner {
	padding: 2px 10px 0;
}


.x-border-layout-ct {
	background-color: white;
}

.clearButtonBGandBorder {
	background-color: transparent !important;
}

.x-mask {
	background: none;
}

.x-tab, .cmdb-tab p {
	background-image: none !important;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)) !important;
	background-image: -webkit-linear-gradient(top, #eeeeee,#dddddd) !important;
	background-image: -moz-linear-gradient(top, #eeeeee,#dddddd) !important;
	background-image: -o-linear-gradient(top, #eeeeee,#dddddd) !important;
	background-image: linear-gradient(top, #eeeeee,#dddddd) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd) !important;
	background-color: #dddddd !important;
}

.cmdb-tab p {
	border:1px solid #cccccc;
	color: #444444; 
} 

.x-item-disabled {
	opacity: 0.6;
}

#release_box {
	color: #444444;
}

#splashScreen_text a,
#splashScreen_version,
.spalshMotto {
	color: #444;
}
