#scene { 
		width: 800px;
		height: 150px;
		background-color: #eee;
		border: 1px solid #000;
		padding: 0;
		margin: 0; 
}
#dialog { 
	text-align: center;
	width: 800px;
}
#header { 
width: 780px;
border: 1px solid #000;
padding: 10px;
text-align: center;
margin-bottom: 5px;
background-image: url('bg/tengai_mountains.png');
}
#credits { 
	width: 800px;
	font-size: smaller;
	text-align: center;
border: 1px solid #000;

}
a { 
text-decoration: none;
font-weight: bold;
color: #3DA1CC;
}

a img { border: none;}
a:hover { 
text-decoration: underline;
color: #fc0;
}
.ui-draggable { 
cursor: move;
}

.ui-draggable:hover { 
background-image: url('hover.gif');
}
.spacer { 
clear: both;
}
#columns { 
	width: 800px;
}
#addbulletdiv { 
	width: 250px;
float: left;
}
#addenemydiv {
	width: 225px;
float: left;
}
#addshotdiv { 
	width: 225px;
	float: left;
}
body { 
font-family: verdana;
font-size: 12px;
}
input,select { 
font-family: verdana;
font-size: 10px;
padding: 2px;
border: 1px solid #000;
background-color: #3DA1CC;
margin: 2px;
}
select {
width: 100px;
}
fieldset { 
	margin: 5px 0px;
	border: 1px solid #000;
}
#columns fieldset { 
	margin: 5px;
}
#options { 
	width: 785px;
}
#playeropt, #bgopt, #bossopt, #speechopt { 
	width: 25%;
	float: left;
}
#text,#text2 { 
	width: 785px;
	text-align: center;
}
fieldset legend input { 
 padding: 0;
font-weight: bold;
}
#labeltext1, #labeltext2 { 
	width: 250px;
}
#pickfont1, #pickfont2 { width: 250px; }

#tabs { 
width: 700px;
margin-left: 50px;
margin-bottom: 10px;
}
#tabs img { 
max-width: 400px;
margin-top: 5px;
margin-right: 5px;
float: left;

}
.ui-tabs-panel p { 
margin: 5px;
padding: 0px;

}
.img-info { 
padding: 5px;
border: 1px solid #000;
margin-top: 10px;
background-color: #fff;
min-width: 175px;
float: right;
}

#doreport { 
background-color: transparent;
border: none;

}
#bubble, #bubflip, #bubble2, #bubflip2 { 
	margin: 10px;
}
.hide { 
	display: none;
}
}
