A:link	{
			text-decoration: none;
			font-size: 11;
			font-family: arial;
			color: #666666;
		}
A:visited	{
			text-decoration: none;
			font-size: 11;
			font-family: arial;
			color: #666666;
		}
A:active	{
			text-decoration: none;
			font-size: 11;
			font-family: arial;
			color: #666666;
		}
A:hover	{
			text-decoration: none;
			font-size: 11;
			font-family: arial;
			color: #999999;
		}

a img 	{
			border: 0;
		}
		
input
{
color: black;
background: white;
border: 0px solid;
height: 18px;
font-size: 15px;
}

.popUp
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 425px;
	height: 350px;
	border: 1px solid #006600;
	background: black;
	color: white;
	padding: 5px;
}

.hide
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=85);
	background: black;
}
