.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

.menu-glossary {
    background-image:url(images/topMenu2nd.png) !important;
}

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-unlink-btn {
	position: absolute;
	left: 0px;
	z-index: 5;
}

.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 25px;
    z-index: 3;
    color: #777;
}
.upload-icon {
    background: url('../shared/icons/fam/image_add.png') no-repeat 0 0 !important;
}
.unlink-icon {
    background: url('../shared/icons/fam/link_break.png') no-repeat 0 0 !important;
}