#popups{
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}
#popups-bar{
	width: 100%;
	background: #000;
	padding: 5px 15px;
	margin-left: -15px;
	margin-top: -15px;
	overflow: hidden;
	color: #fff;
	z-index: 999999999;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#popups-bar div{
	line-height: 16px;
	display: inline;
}
.popups{
	margin: 0;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#popups-close{
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 2%;
}
#popups-close a{
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	text-decoration: none;	
	
}
#popups-close a:hover{
	text-decoration: none;	
}
#inter-mess{
	padding: 0 10px 0 0px;
}
#popups-cnt{
	margin: 0 auto;
	height: 100%;
}
#popups-cnt a{
	display: block;
}
.popups-kkcount-down{
	margin: 0 2px;
}
.popups-kkcount-down .kkc-godz-text,
.popups-kkcount-down .kkc-godz{
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/* AD CONTENT STYLES */
/*-------------------------------------------------------------------------------------------*/

/*
#popups-cnt h1,
#popups-cnt h2,
#popups-cnt h3,
#popups-cnt h4,
#popups-cnt h5,
#popups-cnt h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #363230;
  margin: 0 0 .618em;
  font-weight: normal;
}
#popups-cnt h1 a,
#popups-cnt h2 a,
#popups-cnt h3 a,
#popups-cnt h4 a,
#popups-cnt h5 a,
#popups-cnt h6 a {
  font-weight: normal;
}
#popups-cnt h1 {
  font-size: 2.244em;
  line-height: 1.387em;
}
#popups-cnt h2 {
  font-size: 1.618em;
  line-height: 1.387em;
}
#popups-cnt h3 {
  font-size: 1.387em;
}
#popups-cnt h4 {
  font-size: 1em;
}
#popups-cnt h5 {
  font-size: 1em;
}
#popups-cnt h6 {
  font-size: 0.857em;
}
#popups-cnt .alignleft{
  float: left;
  margin: 0 1.618em 1em 0;
}
#popups-cnt .alignright {
  float: right;
  margin: 0 0 1em 1.618em;
}
#popups-cnt .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.618em;
}
#popups-cnt p {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 10px;
}

#popups_frame{
	height: 100%;
	width: 100%;
}*/