@charset "utf-8";
/* CSS Document */

a.btnSubmitPopUp { 
background:transparent url(../images/productRegistration/btnbackSubmit.jpg) no-repeat -90px 0px; display:block; height:32px;width:88px; margin-top:20px; margin-right:6px}
/*a.btnSubmitPopUp:hover{ background-position:0px -32px;}*/
/*
.popBase{width:330px; border:solid 4px silver; padding:20px; /*class=font12;
           position:absolute;
  left:0;
  top:0;
  
  
  display:none;
  z-index:9999;
  }*/

.popRow{clear:both; display:inline-block; padding-top:10px;}
.fixPos { position:fixed;width:830px; max-width: 830px;}
 


.popUpBox{width:400px; clear:both; display:block;font-size:10pt;background-color:#000000;filter:alpha(opacity=80);opacity:0.8;}

/*.popUp{width:279px;clear:both; display:block;font-size:10pt;background-color:#6682aa; color:white; 
background:url(../images/popup/base.jpg) repeat-y;
}
.popUp div{ padding-left:10px; padding-right:10px;}*/
.popUp{clear:both; display:block;font-size:10pt;background-color:white; color:#6a6a6a;border:solid 5px #6682a7;}
.popUp div{ padding-left:15px; padding-right:10px;}

.popUpNeedHelp{width:435px;clear:both; display:block;font-size:10pt;background-color:#204b82; color:white;padding:5px 5px 5px 5px;}


.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content
{
	text-align: center;
	display: none;
	position: absolute;
	/*top: 25%;
	left: 35%;
	width: 30%;
	height: 15%;*/
	
	
	 border:solid 7px #576d94; padding:20px;
	
	/*padding: 4px 16px 2px 16px;*/
	/*border: 10px solid #2b3d9d;*/
	background-color: white;
	z-index: 1002;
	overflow: auto;
}