﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:White;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	z-index:3000;
	color:Navy;
	text-align:left;
}
.warningimage 
{
    vertical-align:middle ;
}

 .modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }

/*
.modalBackground {
	background-color: Gray;
	opacity: .25;
    filter : alpha ( opacity = 25 );
}
filter: alpha(opacity=70);
	opacity: 0.7;
*/

.modalPopup {
	/* background-color:#ffffdd; */
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	color:Black;
	padding:3px;
	width:250px;
}

.modalPopupTitle {
	font-weight:bold;
}
.modalPopupButtons {
	 text-align:center ;
}
.yahooPopup {
	/* background-color:#ffffdd; */
	background-color:White;
	border-width:0px;
	border-style:solid;
	color:Navy;
	padding:3px;
	width:150px;
}

        .requiredtext
  {
    color: Red;
  }
   .label 
{
    /* vertical-align:top; */
    font-weight:bold;
}
body
	{
	background: White ;
	margin: 10px 0 0 10px auto;
	padding: 0 auto;
	font-family:  Arial, sans-serif;
   	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
    	color: #000;

	}
    