.header-bottom-row{
	text-align:right;
	padding-top:6px;
}
.header-bottom-row img{
	vertical-align:middle;
}
#signupform{
	background:#1c69b3;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:357px;
	margin-bottom:20px;
}
#signupform td{
	background:#1c69b3;
	color:#FFFFFF;
}
.signupform-left{
	width:100px;
	text-align:right;
	padding-right:4px;
	padding-top:10px;
}
.signupform-right{
	padding-top:10px;
}

#signupform td .text{
	width:196px;
	height:18px;
	border:1px solid #215281;
	line-height:18px;
}
.signup-butt{
	background:url(../images/signupbutt.gif) no-repeat;
	width:93px;
	height:30px;
	outline:none;
	border:none;
	font-size:0px;
	color:#91af4f;
}
.bot-txt, .bot-txt:hover{ color:#FFFFFF; text-decoration:none;}
.bot-txt a{ color:#b1b1b1;}

#footer{
	width:870px;
	margin:0px 0px 10px 0;
	float:left;
	*float:none;
}
#footer .footer-inner{
	width:860px;
	margin:5px 5px 0 5px;
	font-weight:bold;
}
#footer .footer-inner div{
	color:#dddddd;
	font-size:11px;
}
#footer .footer-inner div a{
	color:#dddddd;
	font-family:Tahoma;
	padding:0 5px;
}
#footer .footer-inner div a:hover{
	color:#ffffff;
	text-decoration:none;
}



/* tooltip design start here */
.ToolTips { display:block; position:absolute; width:200px; }
.ToolTips .message { display:block; background:url(../images/tooltip/tip_body.png) repeat-y; padding:0px 10px; margin:0; }
/* here we do a little switch. If the tooltip is positioned above the element hovered, it changes the classes on the header/footer divs in order to point at the element hovered */
.ToolTips .dockTopFooter { background:url(../images/tooltip/dockTopFooter.png) no-repeat bottom; height:35px; }
/* this one has more height to display the close button in case sticky tooltips are on */
.ToolTips .dockTopHeader { background:url(../images/tooltip/dockTopHeader.png) bottom center no-repeat; margin:0px; height:13px; font-size:0px; }
* html .ToolTips .dockBottomFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tooltip/dockBottomFooter.png'); }
* html .ToolTips .dockTopHeader { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tooltip/dockTopHeader.png'); }
* html .ToolTips .dockTopFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tooltip/dockTopFooter.png'); }
/* this is just a div displaying the loading animated .gif */
/* beautify the tooltip content */
.ToolTips .message { font-size:11px; font-weight:bold; text-align:justify; }
/* tooltip design end here */
