#bidDiv
{
	width:250px;
	background:#FFF;
	padding: 15px;
	position: absolute;
	visibility: hidden;
	left: 514px;
	top: 176px;
	z-index:10;
}

#bidDiv p
{
	margin:5px;
	padding:0;
}

#bidDiv ul
{
	margin:0;
}

#bidDiv ul li
{
	margin:5px 15px;	
}

#saveSearchDiv
{
	width:250px;
	background:#FFF;
	padding: 15px;
	position: absolute;
	visibility: hidden;
	left: 514px;
	top: 176px;
	z-index:10;
}

#saveSearchDiv p
{
	margin:5px;
	padding:0;
}

#alertDiv
{
	width:250px;
	background:#FFF;
	padding: 15px;
	position: absolute;
	visibility: hidden;
	left: 514px;
	top: 176px;
	z-index:10;
	text-align: center;
}

#newTownDiv
{
	width:250px;
	background:#FFF;
	padding: 15px;
	position: absolute;
	visibility: hidden;
	left: 514px;
	top: 176px;
	z-index:10;
	text-align: center;
}

#deleteBidDiv
{
	width:180px;
	background:#FFF;
	padding: 15px;
	position: absolute;
	visibility: hidden;
	left: 514px;
	top: 176px;
	z-index:10;
	text-align: center;
}

#SplashDiv
{
	background:#000000 none repeat scroll 0%;
	display:none;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	height:500px;
	z-index:9;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#HintDivText a { text-decoration: underline; }
#HintDivText a:hover { text-decoration: none; }