/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


.page span {
	color: #000;
	font-weight: bold;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}



#iscroll_wrapper {
	height:700px;		/* Of course you need to specify the object height */

	position:relative;	/* On older OS versions "position" and "z-index" must be defined (absolute | relative), */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */

  width: 517px;
	background:#aaa;
	overflow:hidden;
	overflow-y:scroll;
	
     background-color: #ffffff;
     float: left;
     margin-left: 3px;
     margin-top: 3px;
     padding: 20px 20px;
     font-size: 12px;
     text-align: left;
 /*  overflow-y: scroll;*/
	
}

#iscsroll_scroller {
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);

	float:left;
	width:100%;
	padding:0;

/*	-webkit-box-shadow:0 0 8px #555;	/* Don't use box shadows, they slow down drastically CSS animations */
}
