
/* CSS Document */

  #popupbox{
	width: 200px; /* The height of the login box */
	position: absolute; /* Login Box background color. Change this if desired. */
	border: 2px solid #0F264F; /* Makes a black border around the login box */
	z-index: 9; /* Makes it on top of everything else */
	font-family: Arial, Helvetica_Light-Normal, sans-serif;
	background-color: #003D7C;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 11px;
	color: #FFFFFF;
	left: 728px;
	top: 126px;
	visibility: hidden;
  }
  #popupbox a:link, #popupbox a:visited {
	color: #E1FFCC;
	font-size: 11px;
}
