.wk-oosn-emailBox{
    margin-right:10px;
    display:inline-block;
    position: relative;
}
#wk-oosn-button{
    float:right;
}
.wk-oosn-notificationcontainer{
    margin-top:10px;
    display:inline-block;
    position:relative;
    z-index:0;
}
#loader{
    display:none;
    float:right;
    margin:20px 0 0 50px;
    width:30px;
    height:10px;
    position:absolute;
}
.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loading-mask-outer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wk-display-none {
    display: none;
}
#wk-oosn-warning{
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
    color: #31708f;
    display:none;
    font-size: 15px;
    margin-top: 10px;
    padding: 12px 9px;
}
#wk-oosn-email-warning{
    color:red;
}
.wk-oosn-error{
    color: red;
}

