/*****************************************************/
/* Notes on the specific codes in this file          */
/* ----------------------------------------          */


/*****************************************************/
/* Global classes                                    */
/*****************************************************/
.sbscp_tooltip{
	border-width: 2px;
	border-color: #8395cb;
	border-style: ridge;
	background-color: #fff;
	position:absolute; 
	padding: 1px;
	font-size: 11px;
	z-index: 10;
	max-width: 300px;
	text-align: left;
}
.sbscp_hide{
	display: none;
}
.sbscp_show{
	display: block;
}
.sbscp_pleasewait{
	float: left; 
	width: 150px; 
	height: 10px;
	text-align: left;
}
.sbscp_fader{
  display: none;
  position: absolute; 
  z-index: 10; 
  left: 0; 
  top: 0; 
  background-color: #ddd; 
  width: 100%; 
  height: 5000px; 
  filter:alpha(opacity=60); 
  -moz-opacity: 0.6; 
  opacity: 0.6; 
}
.sbscp_loginbox{
  display: none;
	position: absolute;
  z-index: 15;
  background-color: #fff;
	width: 232px;
	height: 242px;
	padding: 5px;
	border: 2px ridge #4d6185;
}
.sbscp_login{
	width: 220px;
	height: 230px;
	border: 1px ridge #4d6185;
	padding: 5px;
}
.sbscp_forgotbox{
  display: none;
	position: absolute;
  z-index: 15;
  background-color: #fff;
	width: 232px;
	height: 142px;
	padding: 5px;
	border: 2px ridge #4d6185;
}
.sbscp_forgot{
	width: 220px;
	height: 130px;
	border: 1px ridge #4d6185;
	padding: 5px;
}
.sbscp_ask{
  display: none;
	position: absolute;
  z-index: 15;
  background-color: #fff;
	width: 327px;
	height: 450px;
	padding: 5px;
	border: 2px ridge #4d6185;
}
.sbscp_askaquestion{
	border: 1px ridge #4d6185;
	padding: 5px;
}
