.popup { 
     position: absolute; 
     left: 0; 
     top: 0; 
     width: 400px; 
     height:300px; 
     background-color: white; 
     z-index: 10; 
     padding: 20px;
     border: 1px solid black; 
     line-height: 120%;
}

#modal_wrap{
	position: absolute; 
	left:0px; 
	top:0px; 
	z-index:50; 
	border: 0px solid #000000; 
	display: none; 
	-moz-opacity: 0.2;	
}

.messagebox_header{
	background: #3296FF;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
}

.messagebox_contents{
	/*background: #ECE9D8;*/
	padding: 10px;
	font-size: 8pt;
}

.message_btn{
	background: #a0a0a0;
	width: 75px;
	font-size: 8pt;
}

.Professional_Eligibillity_Information_msgbox {

	width: 500px;
	
	clear: both;
	border: 2px solid #9CAED2;
	background: #ffffff;
	z-index:100;
}

#changing_professional_msgbox,#changing_organization_msgbox,#warning_check_msgbox,#changing_contactinfo_msgbox {
	position: absolute;
	
	left:50%;
		
	width: 440px;
	
	margin-top: -50px;
	margin-left: -220px;
	
	border: 2px solid #9CAED2;
	background: #ffffff;
	z-index:100;
}

#base_div{
	position: absolute;
	
	top: 0; 
	left: 0;
		
	width: 800;
	height: 600px;
		
	border: 2px solid #9CAED2;
	background: red;
	z-index:100;
	display: none;
}

label.asia{
font-weight: normal; font-size: 1em; color: #252525;
}

table.search-results td.asia{
	padding-bottom: 0;
	border-bottom: none;
} 

table.transactions td.asia{
	padding-bottom: 0;
	border-bottom: none;
} 
.box-2col-short  textarea {	border: 1px solid #818181;font-size:1.2em; width:160px}


#editmsexchangeNotesLightBoxId table th {background-color: #99BA57}

.align_middle {vertical-align:middle}


/* START LIGHTBOX LIBRARY */
.genericLightBox {
    display: none;      
    position: relative;
    top: 75px;
    margin: auto;
	background-color: #EEE;
	color: #333;
    border: 1px solid black;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .genericLightBox{ /* IE6 */
	/*top: 0px;*/
	position: absolute;
    top: 75px;
}

.genericOuterLightBoxDiv{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	text-align: center;
	margin: auto;
}
* html .genericOuterLightBoxDiv{ /* IE6 */
	top: 0;
	left: 0;
	z-Index: 3001;
	position: absolute;    
}

.lightBoxOverlay { background-color: #000; }

.alertLightBoxTitleContainer{
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	font-weight:bold;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.alertLightBoxMessageContainer{
	position: relative;
	top: 10px;
	font-weight: normal;
	text-align: justify;
	text-indent: 5px;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.alertLightBoxCloseContainer{
	position: relative;
	padding-top: 10px;
	text-align: center;
	height: auto;
	width: auto;
}
.alertLightBoxCloseButton{
	padding: 3px;
	width: auto;
	border: 1px solid #000;
	font-weight: normal;
}

.confirmLightBoxTitleContainer{
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	font-weight:bold;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.confirmLightBoxMessageContainer{
	position: relative;
	top: 10px;
	font-weight: normal;
	text-align: justify;
	text-indent: 5px;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.confirmLightBoxCloseContainer{
	position: relative;
	padding-top: 10px;
	text-align: center;
	height: auto;
	width: auto;
}

.confirmLightBoxOkButton{
	padding: 3px;
	width: auto;
	border: 1px solid #000;
	font-weight: normal;
}

.confirmLightBoxCancelButton{
	padding: 3px;
	width: auto;
	border: 1px solid #000;
	font-weight: normal;
}

.progressBarLightBox {
    display: none;      
    position: relative;
    top: 75px;
    margin: auto;
	color: #2d2d2d;
    border: none;
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .progressBarLightBox{ /* IE6 */
	/*top: 0px;*/
	position: absolute;
    top: 75px;
}
/* END LIGHTBOX LIBRARY */

#editdomain_registrant .confirmLightBoxTitleContainer {display:none}
