.highslide-html {
  width: 317px;
  height: 321px;
  padding: 6px;
  overflow: hidden;

}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
  width: 317px;
  height: 321px;
  /* background: #fff url(/modules/mod_ccnewsletter/assets/graphics/ccnewsletter_bg.png) no-repeat; */
  overflow: hidden;
    display: none;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 317px;
    padding: 0;
}
.highslide-wrapper .highslide-header {
  width: 100%;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	width:  100%;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding: 0;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
	text-decoration: underline;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
	
}
.highslide-wrapper .highslide-footer .highslide-resize {
  display: none;
}
.highslide-wrapper .highslide-body {


}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.nl_intro {
	color: #000;
	font-family: Arial, Verdana;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 30px;
	text-align: left;
	width: 100%;
	margin: 0;
}

.nl_label {
	color: #000;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin: 0;
}

.nl_input input {
	background-color: #000;
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	height: 26px;
	border: none;
	width: 100%;
	margin: 0;
}

.nl_button { position: relative; top: 60px; }


.nl_button input {
  position: relative;
	background-color: #000;
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	float: right;
	text-align: left;
	width: 100%;
	height: 26px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
