﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter:alpha(opacity=40);
	cursor:wait;
}

.modalPopup 
{
	background-color: Transparent;
	width:450px;
}

.uppercase { text-transform: uppercase; }

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
