<style type="text/css">
.highiframe2-html {
    background-color: #25DDE7;
	
}
.highiframe2-html-blur {
}
.highiframe2-html-content {
	position: absolute;
    display: none;
	padding-right:10px;
}
.highiframe2-close img {behavior: url(Scripts/iepngfix.htc) }	

.highiframe2-loading {
	height: 35px;
	width: 35px;
    padding-left: 22px;
    background-image: url(../images/pic_content/loading.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* styles for content popup */
.highiframe2-wrapper {
	background-color: #25DDE7; /* set bg color of content*/
}
.highiframe2-wrapper .highiframe2-html-content {
    width: 550px;
	height:500px;
    padding: 2px;
	/*padding-left:15px;*/
}
.highiframe2-wrapper .highiframe2-header div {
}
.highiframe2-wrapper .highiframe2-header  {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highiframe2-wrapper .highiframe2-header span{
	display: inline;
	padding-left: 1em;
}
.highiframe2-wrapper .highiframe2-header span.highiframe2-previous, .highiframe2-wrapper .highiframe2-header span.highiframe2-next {
	display: none;
}
.highiframe2-wrapper .highiframe2-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highiframe2-wrapper .highiframe2-header a:hover {
	color: black;
}
.highiframe2-wrapper .highiframe2-header .highiframe2-move a {
	cursor: move;
}
.highiframe2-wrapper .highiframe2-footer {
}
.highiframe2-wrapper .highiframe2-footer .highiframe2-resize {
	float: right;
	background: url(../images/pic_content/resize.gif);
}
.highiframe2-wrapper .highiframe2-body {
}
.highiframe2-move {
    cursor: move;
}
.highiframe2-resize {
    cursor: nw-resize;
}
.highiframe2-display-block {
    display: block;
}
.highiframe2-display-none {
    display: none;
}
</style>


