
#monster-image {
	float:left;
}

#form {
	float:left;
	margin-left:1em;
}



/*
	* Taken from index.css to replicate the panel on the right of the screen
*/ 
#text-panel {
	float:left;
	width:415px;
	position:relative;
	top:150px;
	margin:0px auto;
	text-align:left;
}

div#text-panel {
	width: 358px;
	background: url("../images/home-panel-top.gif") no-repeat top;
	padding: 15px 0 20px 0;
	margin: 0;
}
div#text-panel.accessible {
	background: url("../images/rounded-panel-top.gif") no-repeat top;
}
div#text-panel h1 {
	margin: 0;
	padding: 4px 0 15px 0;
	width: 358px;
	text-align: center;
	font-size: 22px;
}

div#text-panel-body {
	position: relative;
	background-color: #56a20f;
	padding: 4px 25px 15px 25px;
}
div#text-panel-footer {
	height: 25px;
	background: url("../images/home-panel-bot.gif") no-repeat bottom;
}
div#text-panel-footer.accessible {
	background: url("../images/rounded-panel-bottom.gif") no-repeat bottom;
}
.main-button {
	position:relative;
	top:1em;
	padding-top: 0;
	margin-top: 0;
}

.main-button span {
	display: block;
	background: url("../images/btn-long.gif") no-repeat bottom;
	padding: 15px 0 15px 0;
	width: 100%;
	margin: 0;
	text-align: center;
}

.main-button a {
	text-decoration: none;
	font-size: 13px;
}