/* CSS Document */
#online_surveys {
	position:absolute;
	width:600px;
	height:300px;
	background:#fff;
	border-bottom:4px solid #182741;
	z-index:1000;
	text-align:left;
	margin-top:3px;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display:none;
	}
.selected {
	background:#fff;
	border-top:4px solid  #FF0000;
	}

#overlay {
	background: url(lightWindow.png);
	text-align:left;
	display:none;
	position:absolute;
	z-index:1000;
	}
#mainw {
	background:#fff;
	border:8px solid #1E3F59;
	padding:10px;
	height:400px;
	overflow:auto;
	display:none;
	margin:auto;
	}
#main td {
	text-align:left;
	}
#main td table,
#main td input {
	border:1px solid #ccc;
	line-height:25px;
	}
#overlay .title,
#overlay .close a{
	top:50px;
	color:#fff;
	font-size:1.2em;
	line-height:1.8em;
	text-decoration:none;
	margin:5px 30px 5px 30px;
	}
#overlay .title {
	float:left;
	}
.close {
	float:right;
	}