﻿
.reportOptionsPanel
{
	width:260px;
	height:140px;
	text-align:center;
	background-color:#DFE4EE;
	border: solid 2px #C6CFE1;
	padding-bottom:5px;
}


.reportOptionsList
{
	position:absolute;
	top:40px;
	left:10px;
	text-align:left;
}

.reportOptionsContinueButton
{
	position:absolute;
	top:110px;
	left:60px;
}

.reportOptionsCancelButton
{
	position:absolute;
	top:110px;
	left:150px;
}


.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:99%;
	text-align:center;
}

