﻿
.Panel1
{
	display: block;
}

.Panel_Title
{
	margin-top: 15px;
	margin-bottom: 5px;
	
	height: 25px;
}

.Panel_Inline_Left
{
	display: inline;
	float: left;
	
	height: 25px;
}

.Panel_Inline_Center
{
	display: inline;
	
	text-align: center;
	
	height: 25px;
}

.Panel_Inline_Right
{
	display: inline;
	float: right;
	
	height: 25px;
}
