@charset "UTF-8";
/* CSS Document */

.null {
}

#cover_all {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #AAA;
	-moz-opacity:0.5; filter:alpha(opacity=50); opacity:0.5;
}

#survey_container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

#survey {
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-color: #FFF;
	border: 3px solid #F00;
	padding: 10px;
}

#survey_ask_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: url(images/survey_bar_background.jpg) repeat-x;
	display: block;
	text-align: center;
}

#survey_ask_bar a {
	text-decoration: none;
}