﻿.tabular_container
{
	width: 448px;
	height: auto;
	min-height: 198px;
	overflow: auto;
	padding: 5px;
}

.label_container
{
	width: auto;
	height: auto;
	overflow: auto;
	text-align: left;
	float: left;
}

.control_container
{
	width: auto;
	height: auto;
	overflow: auto;
	text-align: left;
	float: left;
}

.label
{
	width: auto;
	height: 25px;
	line-height: 25px;
}

.control
{
	width: auto;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	clear: right;
}

.row
{
	width: auto;
	height: auto;
	min-height: 25px;
	line-height: 25px;
	clear: both;
}

.error_message
{
    color: #ff0000;
}

.admin_panel
{
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #103860;
}