/*--- form floated box -  ---*/

.regtip			    {
	width: 320px;
	height: 50px;
	position: absolute;
	right: -1000px;
	top: -1000px;
}
.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: #AD1818;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border:2px solid #FFFFFF;
	text-align: center;
}
.regtip .header	    {
	color:#ffffff;
	font-size:11px;
	background-color: #669933;
	width: 100%;
	padding: 3px;
	border-right:1px solid #ccccff;
}
.regtip .header2	{
	color:#ffffff;
	font-size:11px;
	background-color: #669933;
	width: 100%;
	padding: 3px;
	border-right:1px solid #ccccff;
}
.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;
}