/* trigger button */
#ulReg {
	display: block;
	height: 57px;
	width: 123px;
	margin-left: 20px;
	background: url("../images/icon-ul.png") no-repeat scroll 0 0;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

/* tooltip styling */
.tooltip {
	display: none;
	width: 247px;
	height: 123px;
	padding: 0;	
}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}