﻿.error
{
	font-weight:bold;
	color:Red;
	font-size: 10pt;
}


.ValidationSummary li
{
	font-size: 10pt;
	color: Red;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
	line-height: 1em;
	
}

.loading-panel 
{ 
	background: transparent url(/RadControls/Ajax/Skins/Default/LoadingProgressBar.gif) 35% 25% no-repeat; 
}

p.default
{

	font-family:"Century Gothic",Verdana, Sans-Serif;
	font-size:10pt;
	font-style:normal;
}
	
.SCcol2WithValidator
{
	width:305px;
	text-align:left;
}

/*Modal Popup*/
.modalBackground {
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalEditRecipient {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:#333366;
	width:790px;
	height:475px;
	padding: 5px;
}

.modalSecurityCode {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:#333366;
	width:500px;
	height:400px;
	padding: 5px;
}



