/* Processed by Shaun Inman's CSS Server-side Pre-processor on Fri, 30 Jul 2010 14:34:42 +0000 <http://www.shauninman.com/search/?q=SSPP> */
.simplebox-overlay 
{
	background: black;
	z-index: 1001;
}

.simplebox 
{
	background: white;
	z-index: 1002;
}

.simplebox h1 
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px;
	color: #273337;
}

.errorbox h1 
{
	color: #BC1D2D !important;
}

.infobox h1 
{
	color: #63BCD7 !important;
}

.simplebox .simplebox-message 
{
	padding: 0;
	font-size: 0.8em;
	margin: 10px;
	margin-top: 0px;
	color: #474647;
	text-align: center;
	padding-top: 15px;
}

.simplebox .simplebox-buttons 
{
	padding-bottom: 15px;
}

.htmlbox-overlay 
{
	background: black;
	z-index: 300;
}

.htmlbox 
{
	background: white;
	z-index: 301;
}

.htmlbox h1 
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px;
	color: #273337;
}

.htmlbox .htmlbox-code 
{
	padding: 0;
	font-size: 0.8em;
	margin: 10px;
	margin-top: 0px;
	color: #474647;
	text-align: center;
}

.htmlbox .htmlbox-buttons 
{
	padding-bottom: 15px;
}

