/*--- form floated box -  ---*/

.regtip			    {
	width: 260px;
	position: absolute;
	right: -1000px;
	top: -1000px;
	z-index: 100;
}
.regtip .ulcorner	{
	background: url(../img/formtip/regtip-ul.gif) no-repeat top left;
}
.regtip .tborder	{
	background: url(../img/formtip/regtip-t.gif) repeat-x top;
}
.regtip .urcorner	{
	background: url(../img/formtip/regtip-ur.gif) no-repeat top right;
}
.regtip .lborder	{
	background: url(../img/formtip/regtip-l.gif) repeat-y left;
	vertical-align: middle;
}
.regtip .larrow	    {
	background: url(../img/formtip/regtip-l-arrow.gif) repeat-y right;
}
.regtip .content	{
	background-color: #ffffff;
	width: 100%;
	height: 100px;
	padding: 5px;
	color: inherit;
	vertical-align: top;
	text-align : justify;
}
.regtip .header	    {
	color:#ffffff;
	font-size:11px;
	background-color: #8f7332;
	width: 100%;
	padding: 3px;
	border-right:1px solid #ebddb1;
}
.regtip .header2	{
	color:#ffffff;
	font-size:11px;
	background-color: #8f7332;
	width: 100%;
	padding: 3px;
	border-right:1px solid #ebddb1;
}
.regtip .rborder	{
	background: url(../img/formtip/regtip-r.gif) repeat-y right;
}
.regtip .llcorner	{
	background: url(../img/formtip/regtip-ll.gif) no-repeat bottom left;
}
.regtip .bborder	{
	background: url(../img/formtip/regtip-b.gif) repeat-x bottom;
}
.regtip .lrcorner	{
	background: url(../img/formtip/regtip-lr.gif) no-repeat bottom right;
}
.visibility-icons 	{
	visibility: hidden;
}
