﻿body 
{
	background-color:#ddccdd;
}

h3 
{
	font-size:xx-large;
	color: Navy;
}

h4 
{
	font-size:x-large;
	color: Navy;
}

/* Rounded corner technique adapter from http://www.schillmania.com/projects/dialog2/basic.html */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:400px;   /*8em;*/
 min-height:100px;
 max-width:1188px; /* based on image dimensions - margin amount */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}


.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:url('/StarlightSoftware/Images/ssbg.png') no-repeat right top;
 }
.dialog .content {
 position:relative;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 min-width:200px;
}
.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:left top;
        }
.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}
.dialog .b {
 background-position:bottom right;
}

.dialog .b,
.dialog .b div 
{
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}
.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog h1,
.dialog h2,
.dialog h3,
.dialog h4,
.dialog p
{
	margin: 0px;
}
div#bd
{
	position:relative;
	margin-left:24px;
	margin-top:20px;
	margin-right:30px;	
}
