/* CSS Document */

body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
}
h1		{ color:#0091D0; font-size:30px; margin-bottom:25px; margin-top:20px; }

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#popup {
	display: block;
	width: 708px;
	background-image: url(/ui/park/img/popup-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 88px;
}

#header {display: block; width: 100%; height: 88px;	text-indent: -9999px; background: url(/ui/park/img/popup-top.jpg) no-repeat left top;}

html>body #content {
	/*background: url(/ui/park/img/popup-content-bg.png) repeat-y 0 0;*/
	margin-left: 0;
}

#content {
	clear: left;
	background: url(/ui/global/img/x.gif) no-repeat; zoom: 1;
	font: 1.0em;
	line-height: 1.3em;
	margin-left: -5px;
	width: 708px;
}

html>body #content #textarea {	
	overflow: auto;
	/* background: url(/ui/discovery/img/wizzard.jpg) no-repeat fixed 327px 90px; */
	width: 406px;	
	display: block;
	height: 400px;
	padding: 0 220px 0 80px;
}

#content #textarea {	
	overflow: auto;
	/* background: url(/ui/discovery/img/wizzard.jpg) no-repeat fixed 332px 20px; */
	width: 686px;	
	display: block;
	height: 400px;
	padding: 0 220px 0 80px;
}

#content #textarea h3 {font-size: 1.5em; color: #075F9F; text-transform: uppercase;}

#content #textarea p {margin: 10px 0;}

#footer {
	clear: left;
	display: block;
	width: 708px;
	height: 51px;
	background-image: url(/ui/park/img/popup-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

