.imagesize-panel
{
	background-color: #343434;
	border: solid 1px black;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	text-align: center;
}

.submit-button-panel
{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.result-title
{
	margin: 0px 0px 0px 0px;	
	text-align: center;
	font-weight: bold;
	color: #FFF5A3;
	font-size: 13px;
}

.result-text
{
	margin: 2px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	color: White;
	font-size: 13px;	
}

