﻿/*
	New styles 
*/

div.Popup
{
	background-color: White; 
	border: 2px solid #FF850A;
}

div.Popup .Title
{
	background-color: Silver;
	display: block;
	font-weight: bold;
	padding: 10px;
}

div.Content
{
	padding: 10px;
}

div.Popup .Content .Commands
{
	border-top: 1px solid silver; 
	margin-top: 10px; 
	padding: 10px 5px 0px 0px; 
	text-align: right;
}