.highslide-html {
	overflow:hidden;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	overflow:hidden;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    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 {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
	overflow: hidden;
}
.highslide-wrapper .highslide-html-content {
    width: 200px;
    padding: 5px;
	overflow:hidden;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.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: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	overflow:					hidden;
	}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;

}

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


/* Val */

#frm_content {
	padding:							0px;
	overflow:							hidden;
	}
#frm_content label {
	font-size:							12px;
	font-weight:						bold;
	float:									left;
	}
#frm_content .inputs {
	width:								140px;
	padding:							2px 0px 2px 5px;
	margin:								0px;
	border:								1px solid #A5ACB2;
	float:									right;
	}
#frm_content .row {
	padding:							5px 0px 5px 0px;
	overflow:							hidden;
	clear:								both;
	}
#frm_content .error {
	font-size:							12px;
	color:								#CC0000;
	width:								100%;
	padding:							0px 0px 5px 0px;
	margin:								0px;
	display:								block;
	}
.highslide-html-content h1 {
	margin: 							5px 0px 0px 0px;
	*margin: 							5px 0px 3px 0px;
	}
.highslide-html-content .btn_close {
	width: 								23px;
	height:								23px;
	position: 							absolute;
	top: 									8px;
	right: 								8px;
	margin: 							0px;
	cursor: 								pointer;
	background: 						url(/templates/api/images/btn_close.png) no-repeat; 
	z-index:								10;
	text-indent:						-99999px;
	}
.highslide-html-content  .btn_signup {
	width:								89px;
	height:								31px;
	padding:							31px 0px 0px 0px;
	margin:								0px auto 0px auto;
	background:						url(/templates/api/images/en/btn_sign_up.gif) no-repeat;
	display:								block;
	text-indent:						-99999px;
	border:								none;
	cursor:								pointer;
	}

