.teal-button {
    background:#008480 !important;
    background-image: none !important;
    border: none;!important;
    color: #ffffff;!important;
}

.teal-button .x-btn-center {
    color: white;
}

.teal-button .x-btn-inner {
    color: #ffffff;
    font-size: 16px !important;
/*    font-weight: bold !important;*/
}

.x-btn-over.teal-button {
    background: #3FB5B1 !important;
    border-color: #3FB5B1;
    background-color: #3FB5B1 !important;
    background-image: none;
}

.x-teal-pressed.teal-button {
    background: #006561;
    background-color:#006561 !important;
    background-image: none !important;
}


/*
.rounded .x-form-item {
    text-shadow: 3px 3px 3px #000000;
}
*/

.rounded .x-form-text {
    border-radius: 4px !important;
}

.rounded .x-form-item-label-top {
/*    text-shadow: 3px 3px 3px #000000;*/
    position:relative;
    font-size: 18px;
/*    font-weight: bold;*/
    color:  #006561;
/*    filter:progid:DXImageTransform.Microsoft.Glow(Color=#000000, Strength=3);*/
}


.rounded .x-form-item-label-top:before {

    font-size: 18px;
/*    font-weight: bold;*/

    position: absolute;
    content: attr(shadowtext);
    color: white;
    width: 100%;
    top: 2px;
    left: 2px;
    z-index: -1;
}


.rounded .x-form-trigger
{
    height: 25px;
    border-radius: 4px;
}

.x-mask.customWinMask {
    filter: alpha(opacity=0);
    opacity: 0;
}

.no-images { 
    background-image: none !important;
}

.no-images .x-frame-tl {
    background-image: none !important;
}

.no-images .x-frame-tr {
    background-image: none !important;
}

.no-images .x-frame-tc {
    background-image: none !important;
}


.no-images .x-frame-ml {
    background-image: none !important;
}


.no-images .x-frame-mr {
    background-image: none !important;
}


.no-images .x-frame-mc {
    background-image: none !important;
    background-color: transparent !important;
}


.no-images .x-frame-bl {
    background-image: none !important;
}

.no-images .x-frame-br {
    background-image: none !important;
}

.no-images .x-frame-bc {
    background-image: none !important;
}


.login-text {
    font-size: 16px;
/*    font-weight: bold;*/
    color: white;
} 