/**************** BASE *******************/

html{
	height:100%;
	
}

body {
	margin: 0 0 0 0;
	background-color: #fff;
	height: 100%;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:visible;
}



div#flashcontent {
	height:100%;
	min-height:500px;
	min-width:960px;
}


div#flashcontent img {
	margin-top:50px;
	
}





#questbook {
	position:absolute;
	border:1px solid #fff;
	background:#000;
	width:600px;
	height:350px;
	display:none;
}
#questbook #form table {
	color:#fff;
	font:12px Verdana,sans-serif;
}
.label {vertical-align:top;font:11px Verdana,sans-serif;}
#questbook #form {
width:90%;
border:0px solid red;
margin:0 auto;
margin-top:50px;
}
.req {
color:#ff0000;
}
#questbook #form h3 {
color:#fff;
font:14px Verdana,sans-serif;
font-weight:bold;
text-align:center;
}
#questbook #form p {
font:10px Verdana,sans-serif;
color:#fff;
}
#questbook #form input,textarea {
margin-bottom:10px;
font:12px Verdana,sans-serif;
}
#questbook #form table {width:100%}
#entry {
width:400px;
height:80px;
}
#questbook #close {
color:#fff;
display:block;
font:12px Verdana,sans-serif;
border-left:1px solid #fff;
border-bottom:1px solid #fff;
text-decoration:none;
float:right;
padding:2px;
}
#questbook #close:hover {
color:#000;
background:#fff;
}
#questbook #back {
	margin-right:10px;
}
.loading {
background: url('gfx/load.gif') center center no-repeat;
}
