/*
	9/28/09 MSaul - replaced all references to /www/images/ with /seebolt/images/
*/

/* OVERLAY BY 7R4c3.net    */
/* Tested in FF and Safari */


.pop_wrap{

position:inherit;
top: 10%;
left: 50%;

}

.pop_wrap_auto {

position:relative;
left: 50%;

}


.mlo_popup_auto {

background-color:#fff;
border:#ccc 4px solid;
position:relative;
width:640px;
margin-top: 100px; 
margin-left: -320px;
display:block;

}



.mlo_popup_message {

background-color:#fff;
border:#ccc 4px solid;

position:relative;

width:640px;
min-height:280px;
/*max-height:560px;*/
/*margin-top: -280px; */
margin-left: -320px; 
height:auto;

}


.mlo_mltv {

background-color:#fff;
border:#ccc 4px solid;

position:relative;

width:640px;
height:480px;
margin-top: -240px; 
margin-left: -320px; 

}






.my_link a, .my_link a:visited {
color:#023751;
}
.my_link a:hover, .my_link a:active {
color:#0188b3;
}


.my_overlay {
z-index:5000;
position:fixed;


top: 0px;
left: 0px;
bottom:0px;
width: 100%;

overflow: visible;
display: block;
  
background-image:url("/seebolt/images/overlaybg.png");
filter:alpha(opacity=90); 

}


.my_overlay h4 {

font-size:19px;
color:#0066CC;
text-align:center;
margin-bottom:20px;

}




  
.my_alerts {
display:block; 
height:auto;
width:450px; 
z-index:100; 
margin:250px auto; 
padding:15px;
border:3px solid #ccc; background-color:#fff; color:#000;
}
  



  
.my_close{
text-align:center; 

padding:5px;
display:block; 
background-color:#ccc; 
color:#333;
text-transform:uppercase;
bottom:0px;
left:0px;
right:0px;
width:630px;
position:absolute;


}
  
.my_close:hover{
background-color:#023751;
color:#fff;
}



/*       ------------              */


