.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{
    display:none;
    margin-top: 10px;
}
#wk-oosn-email-warning{
    color:red;
}
.wk-oosn-error{
    color: red;
}
.wk-container {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .wk-oosn-container {
        text-align: center;
    }
}
