/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Intermatix CSS for layout
URL : http://www.Intermatix.com/

Created : 06/08/2008
Modified : 09/08/2008

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background-color: #808080;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #d1e667;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
.tooltip{
	position: absolute;
	border: 1px solid #CCCCCC;
	background:url(../../images_new/reg_box.jpg) no-repeat;
/*	background-color:#d1e667;*/
	/*background-color:#EDF6FB;
	/*width: 300px;*/
	padding: 6px;
	display:none;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	width:130px;
}
.info-icon {
	float:left; 
	margin:1px 0px 1px 0px;
	background:url('images/question_icon.gif'); background-repeat:no-repeat;
	width:17px;
	height:15px;
	display: block;
	cursor:pointer

}

/*.tooltip{
	position:absolute;
	border: 2px solid #95C51B;
	background-color:#eefccb;
	width: 225px;
	padding: 8px;
	display:none;
	text-decoration:none;
	text-align:justify;
}*/

