@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 80%;
	}

#survey {
	position: fixed;
	margin: 0 auto;
	margin: 15px;
	overflow-y: auto;
	border: 2px solid #59195F;
	background-color: lemonchiffon;
	padding: 5px;
	height: 75%;
	width: 75%;
	z-index: 1000;
	display: none;
	}

* html body #survey {
	position: absolute;
	}

#surveycontent {
	position: relative;
	overflow-y: auto;
	}

#header {
	text-align: center;
	font-size: 90%;
	color: #59195F;
	}

#content h1 {
	color: #59195F;
	margin-left: .5em;
	font-size: 120%;
	}

#content h3 {
	color: #59195F;
	}

#content P {
	margin-left: 1em;
	margin-right: 1em;
	}

#content table {
	font-size: 90%;
	}

#content table table {
	font-size: 100%;
	}

#loading {
	display: none;
	position: absolute;
	background-color: #59195F;
	color: white;
	text-align: center;
	font-size: 120%;
	border: 2px solid #59195F;
	padding: 5px;
	z-index: 1500;
	}

#loading div {
	position: relative;
	top: 200px;
	}

#outerbox {
	display: none;
	position: fixed;
	background-color: #999999;
	opacity: 0;
	width: 100%;
	height: 100%;
	zIndex: 1000;
	top: 0;
	left: 0;
	}

* html body #outerbox {
	position: absolute;
	}

.close {
	text-align: right;
	position: relative;
	width: 100%;
	height: 30px;
	z-index: 1500;
	}

.close a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 30px;
	text-align: center;
	}

.close a:hover {
	background-color: #59195F;
	color: white;
	}

#movie {
	display: none;
	background-color: white;
	top: 0;
	left: 0;
	position: fixed;
	width: 550px;
	height: 430px;
	border: 2px solid #59195F;
	text-align: center;
	}

#movie p {
	margin-right: 1em;
	margin-bottom: 0;
	margin-top: 5px;
	}

* html body #movie {
	position: absolute;
	}