﻿/* DOWRIGHT DESIGNS, LLC */

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin: auto 0;
	text-align:center;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Black;
	padding: 5px;
	margin: auto 0;
}
.dsStyle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.dsInfo
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
