.notification
{
     background: none repeat scroll 0 0 #000;
    
    color: #000;
    display: block;    
    font-size: 14px;
    height: auto;
    margin: 0 auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: fixed;
    z-index: 500;
     width: 100%;
    top:-5px;
    left: 0px;
    /* top:40%; */
    display:none;
    border: 1px solid #9ED8AB;
}
.notification-item-image-error {
    background: url("../images/error.png") repeat scroll 0 0 transparent;
}
.notification-item-image {
    float: left;
    height: 32px;
   /* margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;*/
    width: 32px;
     margin-left: auto;
    margin-right: auto }
}
.notification-item-close {
 /*   background: url("../images/close.gif") repeat scroll 0 0 transparent;
    height: 22px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 22px;  */
    cursor:pointer;
      background: url("../images/close.gif") repeat scroll 0 0 transparent;
    height: 22px;
    position: absolute;
    right: -17px;
    top: -21px;
    width: 22px;
       /*  background: url("../images/close.gif") repeat scroll 0 0 transparent;
    height: 22px;
    width: 22px; */
}
/*
    tool tip
*/

.ui-tabs-nav {
background: #3F9B53 !important;
padding-top: 12px !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
color: #409C54 !important;
background: #fff !important;
}
.tab-align {
padding-left: 2px !important;
margin-left: 2px;
margin-top: 7px;
font-size: 14px;
color: #000 !important;
}
.ui-tabs .ui-tabs-nav li {
height: 32px !important;
font-size: 17px;
margin-left: 14px !important;
padding-right: 9px !important;
}