.maintenance-disclaimer-container{
    position: fixed;
    top:0;
    right: 0;
    width: 450px;
    height: auto;
    background-color: transparent;
    margin-right: 10px;
}

.maintenance-disclaimer-container .close-button{
    width : 15px;
    height: 15px;
    background: url(img/croix.png) no-repeat;
    display: block;
    text-decoration: none;
    float: right;
    margin-right: 20px;
    margin-left: -20px;
}
.maintenance-disclaimer-container .header {
    text-align: center;
}
.maintenance-disclaimer-container .header .title{
    width:360px;
    display: inline-block;
    height:30px;
    line-height: 30px;
    background-color: #3D3D3D;
    color: white;
    text-align: center;
    margin: auto;
    font-size: 16px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;

}

.maintenance-disclaimer-container .content{
    border: 1px solid #3D3D3D;
    background: white;
    font-style: italic;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;

    padding:20px;
    font-size:16px;


}
