#lightbox_background{
    position:fixed;
    z-index: 1001;   
    background-color: #231F20;
    opacity: 0.5;   
    top:0;
    left:0; 
    min-width:100%;
    min-height:100%; 
}    

#lightbox {
    position: fixed;
    z-index: 1002;
    background-color: white;
    border: medium none;
    overflow: auto;
    padding: 0;
    top: 50%;
    height: 493px;
    margin-top: -246px;    
    left: 50%;
    width: 355px;
    margin-left: -177px;
}

#lightbox_header_bar{
	position: absolute;
	right: 8px;
	top: 5px;
}
#lightbox_content_background{
	position: absolute;
	top: 37px;
	left: 15px;
	width: 324px;
	height: 440px;
	background-image:url('/images/register/backpanel.png');
}
#lightbox_click_yes{
	position: absolute;
	top: 436px;
	left: 25px;
}
#lightbox_click_no{
	position: absolute;
	top: 436px;
	right: 25px;
}
#lightbox_content_top{
	position: absolute;
	top: 45px;
	margin-left: 25px;
	margin-right: 25px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#lightbox_content_bottom{
	position: absolute;
	top: 167px;
	margin-left: 25px;
	margin-right: 25px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #58595b;
}
.lightbox_highlight{
	color: #007fff;
}
.lightbox_title{
	font-weight: bold;
	font-size: 17px;
	color: #005fa9;
	margin-bottom:8px;
}
.lightbox_sub_title{
	font-weight: bold;
	font-size: 16px;
	color: #005fa9;	
	margin-bottom:8px;
}
.lightbox_title_nb{
	font-weight: normal;
	font-size:12px;
}
.lightbox_nb{
	font-weight: normal;
	font-size:9px;
}
.lightbox_field{
	margin-top:6px;
}
.lightbox_field_title{	
	margin-bottom: 2px;
}
.lightbox_field_input{
}
.extra_large_inputbox{
    border: 1px solid #adadad;            
    width: 302px;
    height: 36px;      
    font-family: arial;       
    font-size: 22px;           
}
.lightbox_inputbox{
    border: 1px solid #adadad;
    width: 302px;    
    height: 18px;      
    font-family: arial;
    font-size: 12px;        
}
.lightbox_selectbox{
    width: 304px;   
    font-family: arial; 
    font-size: 12px;             
}
.lightbox_list{            
    width: 304px;
    height:74px;     
    font-family: arial; 
    font-size: 12px;            
}
.field_normal{
	border: 1px solid auto;
}
.field_error{
	border: 1px solid red;
}
#lightbox_list_note{
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
}