﻿#test-dialog
{
	height: 400px;
}

#test-dialog > div
{
	display: none;
	height: 300px;
	overflow: auto;
}

#container div.header
{
	background-color: #603813;
	color: White;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

#container div.body
{
	height: 150px;
	border-left: 1px solid #603813;
	border-right: 1px solid #603813;
	border-bottom: 1px solid #603813;
	padding: 10px;
}