/* OVER */
#wOver_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #000000;
}

#wOver{
	position: absolute;
	left: 0;
	top: 145px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#wOverContainer {
	background-color: #f9f9f9;
	width: 950px;
	height: auto;
	margin: 0px auto;
	line-height: 100%;
	text-align: left;
}

.minishadow {
	background: url(/images/navbar_shadow.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	width: 950px;
	height: 9px;
	margin: 0px auto;
}

.shadow {	
	background: url(/images/shadow.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 11px;
	margin: 0px auto;
}
/* SEARCH */
#AScnt {
	padding: 10px 0px;
	color: #000000;
}
#AScnt  form {
	padding: 0px;
	margin: 0px;
}

#AScnt table {
	width: 100%;
	border: 0px;
}

#AScnt table td {
	padding: 7px 10px;
}

#AScnt .close {
	color: #0066CC;
	text-decoration: none;
}

.BTsubmit {
	background: #003366;
	border: 0px;
	height: 20px;
	color: #ffffff;
	line-height: 20px;
	padding: 0px 10px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}