#oasSurvey-shadow{
	z-index: 98; 
	display: block; 
	background-color: #000; 
	opacity: 0.30; 
	filter: alpha(opacity=30);
	position: fixed; 
	text-alignment: left; 
	top: 0px; 
	left: 0px; 
	min-height: 100%; 
	width: 100%; 
	height: 100%;
}
.surveyPopup{
	z-index: 99;
	background-color: #FFF69F;
	position: absolute;
	top: 25%;
	left: 50%;
	width: 20%;
	width: 350px;
	margin-left: -230px;
	height: 150px;
	border: 2px solid #444;
	padding: 9px;
}

#survey{
	background: #FFF69F url('/tfl-global/scripts/websurvey/images/background.gif') repeat-x;
	padding: 9px 0;
	color: #000
}
#survey h2, #survey p, #survey ul{
	padding-left: 8px;
	border-bottom: 0 solid;
	margin-bottom: 0;
}

a.OASlinkButton {
    width:auto;
	padding: .3em .6em ;
	color: #000 ;
	text-decoration:none ;
	font-weight:bold ;
	border: 1px outset #ccc ;
	background: #ccc;
	font-weight:normal ;
}

a.OASlinkButton:visted {
    width:auto;
	padding: .3em .6em ;
	color: #363636 ;
	background: #ccc;
	font-weight:bold ;
}

a.OASlinkButton:hover {
	color: #000 ;
	border: 1px inset #363636 ;
}

