﻿/* ajax modal dialog styles */
.modalBackground 
{
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBG 
{
    background-color: #CED0B4;
}

.modalTextBoxStlyle {
	background-color : #ffffff;
	border: 1px solid #666666;
}

.modalHorizontalLineSolid
{
    border-right	: none;
    border-left	    : none;
    border-bottom	: none;
    border-top	    : #333333 1px solid;
}

.modalTitle
{
    font-family : Verdana, sans-serif;
    font-size   : 12pt              ;
    font-weight : bold              ;
    font-style  : normal            ;
    color       : #333333           ;
}

.modalLoginErrorStar
{
	font-family: Verdana;
	color: #ff7d00;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.modalHelpLimitText
{
	color: #333333;  
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal; 
}

.modalFormText
{
	color: #333333;  
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal; 
}

.modalPromotionText
{
	color: #777777;  
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal; 
}
