.squire{
	width: 50px;
	height: 50px;
	position: fixed;
	border: 2px solid #000;
	border-radius: 8px;
	box-shadow: 1px 1px 3px; 
}
.balloon{
	width: 35px;
	height: 60px;
	position: absolute;
	border: 2px solid black;
	border-radius: 8px;
	margin: 0px;
	padding: 0px;
	box-shadow: 1px 1px 3px; 
	cursor: move;
}
.inner{
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px;
}
#container{
	display: block;
	width:700px;
	height: 700px;
	margin: 0 auto;
}
.button{
	background: #fdeaa8; 
	width: 130px; 
	height: auto; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px; 
	font-size: 20px;
}

input, .button, #cb, /*select,*/ label{
	padding: 5px;
	margin:5px;
}

form{
	margin-left: 100px;
	display:inline-block;
}

#form{
	display:inline;
}
.squire.over {
  border: 2px dashed #fff;
}
#dialog{
	display: none;
	position: absolute;
	border: 2px solid black;
	border-radius: 8px;
	background: #fff;
}
.mini{
	width: 70px;
	font-size: 10px;
}

#XMLContainer{
	position:absolute;
	left:112px;
	top:450px;
	z-index:0;
}
#XML{
	width:500px;
	height:200px;
}
