* {
box-sizing:border-box;
-webkit-box-sizing:border-box;
margin:0px;
padding:0px;
}

.newsBlock 
{
    text-align:left;
    font-size:80%;
    position:relative;
    padding:10px;
}

.newsBlock input[type="submit"], .newsBlock a.button {
    width:100%;
    margin-top:15px;
}


.newsBlock > header > img {
    width:28px;
}
.newsBlock > header > h2 > span {
    font-style:italic;
    font-size:0.5em;
    float:right;
}


.newsBlock div.hr {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin: 5px auto;
}

.maskBlack
{
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    opacity:0.50;
    background:Black url(/m-sub/Style/block-loader.gif) no-repeat center center;
    height:100%;
    width:100%;
}