.AdvertisementBG {
  	position:absolute;
	top:0px; left:0px;
	z-index:999;
	opacity:0.8;
	background-color:#c0c0c0;
}
.AdvertisementCenter {
	position:fixed !important;
	z-index:1000;
	display:inline-block;
	padding:2px;
	width: auto;
	height:auto;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px #999;
	line-height: 1.5;
}
.AdvertisementCenter .AdvertTitleBar {
	display:inline-block;
	position:absolute;  
	top:2px; right:2px; width:32px; height:32px;
}
.AdvertisementCenter img{
	max-width: 800px;
	height:auto!important;
}
.AdvertisementCenter .AdvertTitleBar .Collapse{
	display:inline-block;
	width:32px; height:32px;
	background: url(images/Close.png) no-repeat center center;
	cursor:pointer;
}
/************************************************/
.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 150px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 5;
}

.AdvertisementCenter a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    line-height: 1.5;
    text-decoration: none;
}

.AdvertContent > table {
    border: 1px solid #0084d6;
    border-radius: 5px 5px 0 0;
}


a.btn_signin {
    display: inline-block;
    padding: 10px;
}