﻿body, input
{
	font-family: Arial;
	font-size: 12px;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.modalPopup
{
	background-color: White;
	border-width: 2px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: #84fe74;	
	min-width: 250px;
	max-width:400px;	
}

.topHandle
{
	font-size: 15px;
	font-weight: bold;
	background-color: #32942a;	
	color: White;
}

.table
{
	padding:0;
	margin:0;
}