﻿/* tooltip css for reg page */
.hintContainer {
	width:211px;
   	display: none;
    position: absolute;
    right: 0px;
}

.hintContainer .hintBtm {
	height:6px;
}
.hintContainer .hintContent {
    background: #00bbbb;
	padding-left:10px;
	padding-right:10px;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.hintContent  .hint-pointer {
    position: absolute;
    left: -15px;
    top: 5px;
    width: 16px;
    height: 20px;
    background: url(../Images/pointer.gif) left top no-repeat;
}
.hintBtm 
{
	background: url(../Images/hintBtm.gif) left top no-repeat;
}
.hintTop 
{
	height:2px;
	background:url(../Images/hintTop.gif) left top no-repeat;
}
.registration .hintContainer .hintTop {
	height:6px;
}
.registration .hintContainer .hintBtm {
	height:6px;
}
.registration .hintContainer .hintContent {
    background: #00bbbb;
	padding-left:10px;
	padding-right:10px;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
