@charset "UTF-8";
/* CSS Document */
.ensureWhiteText {
	color:#fff !important;
	
}

.nowrap {
	white-space: nowrap;
}

input[type=text]::-ms-clear { display: none; }
input[type=text] .ensureWhiteText {
	color:#fff !important;
}

.ensureWhiteText textarea {
	color:#fff !important;
}

.ensureWhiteText input[type=text] {
	color:#fff !important;
}

