﻿ .modalBackground
{
      background-color: Black;
      filter: alpha(opacity=90);
      opacity: 0.8;
}
 .modalPopup
 {
      background-color: #FFFFFF;
      border-width: 3px;
      border-style: solid;
      border-color: black;
      padding:0;
      width: 460px;
      height: 300px;
      box-shadow:inset 1px 1px 10px rgba(0, 0, 0, 0.3); 
	padding:5px 10px; 
	border-radius: 10px; 
	border: none; 
	background-color: #f2f3f4
      
 }
 .modalPopup .hdr
 {
      width:454px;
      height:35px;
       float:left;
 }
 .modalPopup .hdr .lft
 {
      width:410px;
      height:35px;
      float:left;
 }
 .modalPopup .hdr .lft span
 {
     float:left;
     margin-left:150px;
     font-family:Arial;
     font-size:16px;
     font-weight:bold;     
     line-height:35px;
     color:#000000;
 }
 .modalPopup .hdr .rgt
 {
      width:44px;
      height:35px;
       float:left;
 }
 .modalPopup .hdr .close
 {
     background-image:url('../img/close_h.png');
     background-repeat:no-repeat;
     position:relative;
     width:32px;
     height:26px;
     margin-top:-5px;
     margin-right:4px;     
 }
 .modalPopup .hdr .close:hover
 {
     background-image:url('../img/close.png');
     background-repeat:no-repeat;
     width:32px;
     height:26px;
     
 }
 .modalPopup .gapline
 {
      width:454px;
      height:15px;
       float:left;
 }
 .modalPopup .lin
 {
      width:454px;
      height:auto;
       float:left;
       margin-top:8px;
 }
 .modalPopup .lin .lft
 {
      width:90px;
      height:auto;
       float:left;
 }
 .modalPopup .lin .lft span
 {
     float:right;
     font-size:13px;
     font-family:Arial;
     color:#292929;
 }
 .modalPopup .lin .rgt
 {
      width:364px;
      height:auto;
       float:left;
 }
 .modalPopup .lin .rgt .txtbx
 {
     width:250px;
     height:24px;
     float:left;
     font-size:11px;
     margin-left:15px;
     box-shadow:inset 1px 1px 10px rgba(0, 0, 0, 0.3); 
	padding:5px 10px; 
	border-radius: 10px; 
	border: none; 
	background-color: #f2f3f4
 }
 .modalPopup .lin .rgt .txtmbx
 {
     width:250px;
     height:100px;
     float:left;
     font-size:11px;
     margin-left:15px;
     box-shadow:inset 1px 1px 10px rgba(0, 0, 0, 0.3); 
	padding:5px 10px; 
	border-radius: 10px; 
	border: none; 
	background-color: #f2f3f4
 }
 .modalPopup .lin .rgt .btnmpenq
 {
     float:left;
     margin-left:90px;
     font-size:13px;
 font-weight:bold;
	color:#ffffff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
padding: 4px 8px;
border-radius: 7px;
border: medium none;
background-color: #76c6f0;
}