#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

INPUT
{
	font-family: verdana,arial,helvetica,sans-serif;
}

.registerBox{
	background-color: #EFF7FE; border: 1px solid #83A8CC;
}

HR.dotted{
	border-top: 2px; border-bottom: 2px dotted #aaa;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	font-size: 12px;
	color: #333399;
	text-decoration: none;
}

table.login {
	border-style: dashed;
	border-color: gray;
	border-width: 1px;
}

td.dash {
	border-style: dashed;
	border-color: gray;
	border-width: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.mainTable {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	white-space: normal;
	margin-left: 30px;
	margin-right: 20px;

}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	white-space: normal;
	margin-left: 30px;
	margin-right: 20px;

}


a.bottom:hover, a.bottom:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	white-space: normal;
	color: #333399;
	text-decoration: none;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	white-space: normal;
}

a.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	white-space: normal;
	text-decoration: none;
}
