#survey-container {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -15em;
	z-index: 1000;
	font-size: 0.9em;
}

#top {
	width: 530px;
	height: 10px;
	background: url('http://iopclive.3ev.info/images/content-top.png');
	background-repeat: no-repeat;
}

#middle {
	background-image: url('http://iopclive.3ev.info/images/content-middle.png');
	background-repeat: repeat-y;
	font-family: Arial,Helvetica,sans-serif;
	width: 530px;
}

#inner {
	padding: 15px 20px 45px 20px;
}

#inner p {
	font-size: 1em;
	margin: -10px 0 20px 0;
}

#surveyTitle {
	position: relative;
	left: 110px;
	bottom: 42px;
	font-size: 1.6em;
	width: 350px;
}

div.questions {
	padding-left: 10px;
}

div.answer {
	padding-left: 23px;
	margin: 10px 0 20px 0;
}

#showOtherSector {
	 display:none;
	 position:relative;
	 margin: 7px 0 0 10px;
}

#userInfoNotFound {
	 /*display:none; uncomment if u want this to pop up*/
	 position:relative;
	 margin: 7px 0 0 10px;
}

.valid {
	position: absolute;
	display: none;
	margin-left: 7px;
	width: 16px;
	height: 16px;
	background-image: url("http://iopclive.3ev.info/images/validno.png");
}

#buttons { clear: left; }

#bottom {
	width: 530px;
	height: 10px;
	background-image: url('http://iopclive.3ev.info/images/content-bottom.png');
	background-repeat: no-repeat;
}

a.nothanks { background: url("http://iopclive.3ev.info/images/button-nothanks.png") 0 0; }
a.close { background: url("http://iopclive.3ev.info/images/button-close.png") 0 0; }
input.finish { background: url("http://iopclive.3ev.info/images/button-finish.png") 0 0; }

a.nothanks, a.close, input.finish {
	padding: 33px 0 0 0;
	height: 0px;
	width: 163px;
	overflow: hidden;
	display: block;
}

a.nothanks:hover, a.close:hover, input.finish:hover {
	background-position: 0px -33px;
}

.left { float: left; }
.right { float: right; }
