body {  margin: 0px; 
	color: white;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
a
{
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
a:hover
{
color:#2e8aa1;
text-decoration:underline;
font-weight:normal;
}
INPUT {
	 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background: #ffffff;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
}
    /*tooltip*/
.toolTipElement {
    cursor: help;
    color: #fff;
}
.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/balloon.png) top left no-repeat !important;
	background: url(../images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/balloon.png) bottom left no-repeat !important;
	background: url(../images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
/* notice */
div.notice {
	position: absolute;
	visibility: hidden;
	z-index: 999999;
	height: 25px;
	width: 163px;
	background-color:#333333;
}

div.noticetext {
	font-size: 12px;
	text-align: center;
	color: white; 
	font-weight: bold; 
	padding: 10px;
}
