.highslide-html {
    background-color: white;
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
	background-image:url(img/background_comment.jpg);
	background-repeat: repeat;	
    font-size:11px;
}
.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;*/   
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
input, textarea
{ width:115px; font-weight:bold; border:1px solid #9bb4e5; background-color: #e7ebf3; margin:1px; text-align:left; -moz-border-radius:3px; }
textarea {
width:80%;
}
input:hover, textarea:hover
{ background-color: #fff; }
input:focus, textarea:focus
{ border-width:3px 1px 1px 1px; border-color:#59BCE6; background-color:#fff; }
.submit
{
	font-weight:normal;
	height:18px;
	background-color:#ddd;
}
.checkbox
{
	width:16px;
}
label
{
	float: left;
	display: block;
	width: 120px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

	img.border1 {
	border : 1px solid #288CA2;
	padding:4px;
	background-color:#fff;
}
	img.noborder {
	border:none;
    	border : 0px solid #288CA2;
}
	img.bottom {
	border:none;
    vertical-align:bottom;
}
	img.floatl {
	float:left;
	margin-right:5px;
}
	img.floatr {
	float:right;
	margin-left:5px;
}
	img.floatl, img.floatr {
	background-color:#FFF;
	padding:3px;
	margin-top:2px;
	border : 1px solid #CCC;
}
	img.floatl2, img.floatr2 {
	padding:3px;
	margin-top:2px;
	border:none;
}
	img.floatl2 {
	float:left;
	margin-right:5px;
}
	img.floatr2 {
	float:right;
	margin-left:5px;
}
