.wk-oosn-emailBox{
    margin-right:10px;
    display:inline-block;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#wk-oosn-button{
    float:right;
    width: 100%;
    float: left;
    clear: both;
}
.wk-oosn-notificationcontainer{
    margin-top:10px;
    display:inline-block;
    position:relative;
    z-index:0;
    width: 100%;
    float: left;
}
#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: #008000;
    border-color: #008000;
    border-radius: 4px;
    color: #fff;
    display:none;
    font-size: 15px;
    margin-top: 10px;
    padding: 12px 9px;
}

#wk-oosn-email-warning{
    color:red;
    text-align: center;
}
.wk-oosn-error{
    color: red;
    text-align: center;
}

.wk-container.notifyme-container:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.wk-container.notifyme-container .wk-container-main {
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wk-container.notifyme-container .wk-container-main .wk-oosn-container span.close-btn {
    float: right;
    font-size: 0px;
    width: 40px;
    height: 40px;
}
.wk-container.notifyme-container .wk-container-main .wk-oosn-container span.close-btn {
    float: right;
    font-size: 0px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    right: -10px;
}
.wk-container.notifyme-container .wk-container-main .wk-oosn-container{
	display: block;
    float: left;
    width: 100%;
    clear: both;}

.wk-container.notifyme-container .wk-container-main .wk-oosn-container span.close-btn:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 22px;
    color: #3c3c3c;
    font-weight: 400;
	cursor: pointer;
}

