﻿.modalCaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.modalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}



.modalBackground
{
	background-color:#666;
	
	filter: alpha(opacity=70);
	opacity: 0.7;
}s

.modalPopup
{
	background-attachment: scroll;


	background-color:White;
	border-width: 1px;
	-moz-border-radius: 5px;
	border-style: solid;
	border-color: Gray;	
	min-width: 200px;
	max-width:400px;	
}

.topHandle
{

}

.table,
{
	padding:0;
	margin:0;
}