.home-popup3 {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.home-popup-inner {
    background-color: rgb(119, 119, 119);
    opacity: 0.7; 
    filter: alpha(opacity = 70);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15000;
}

#popup_last_page
{   
    position: absolute;
    z-index: 15000;
    top: 100px;
    left: 50%;
    width: 670px;
    margin-left: -330px;
    background: white;
    border-width: 0 3px 10px 0;
    padding: 21px 4px 0 0;
    margin-top: 125px;
    height: 200px;
}

#popup_tutorial
{   
    position: absolute;
    z-index: 15000;
    top: -35px;
    left: 44%;
    width: 884px;
    margin-left: -330px;
    background: white;
    border-width: 0 3px 10px 0;
    padding: 21px 4px 0 0;
    margin-top: 125px;
    height: 200px;
}

.popup_transfer_page
{   
    position: absolute;
    z-index: 25000;
    top: 150px;
    left: 40%;
    width: 975px;
    margin-left: -327px;
    background: white;
    border-width: 0 3px 10px 0;
    padding: 40px 40px 40px 40px;
    margin-top: 20px;
    height: auto;
    overflow: true;
    font-size: 13px;
    font-family: Verdana, sans-serif
}
.loading_popup {
background: rgb(119, 119, 119);
opacity: 0.7; 
filter: alpha(opacity = 70);
height: 100%;
left: 0;
position: fixed;
top: 0;
padding-left: 100%;
padding-top: 10%;
width: 100%;
z-index: 15000;
} 
.loading_popup_inner {
position: absolute;
top: 100%;
left: 20%;
margin: -440px 0 0 80px;
float: right;
width: 100px;
height: 100px;
font: bold 16px;
color: white;
}
.loading_popup_enrolled {
height: 100%;
left: 0;
position: fixed;
top: 0;
margin-left: 13%;   
padding-left: 100%;
padding-top: 10%;
width: 100%;
z-index: 15000;
}
.loading_popup_inner_enrolled {
position: absolute;
top: 100%;
left: 20%;
margin: -440px 0 0 20px;
float: right;
width: 100px;
height: 100px;
font: bold 16px;
color: white;
} 
.loading_popup_catalog {
height: 100%;
left: 0;
position: fixed;
top: 0;
padding-left: 100%;
padding-top: 10%;
width: 100%;
z-index: 15000;
}
.loading_popup_inner_catalog {
position: absolute;
top: 100%;
left: 20%;
margin: -440px 0 0 80px;
float: right;
width: 100px;
height: 100px;
font: bold 16px;
color: white;
}

.details_class{
    display:none;
    z-index:15000;
    position:absolute;
    background: #CCC;
    top:10%;
    left: 4%;
    right:4%;
}

.colleges_pop_up {
position: absolute;  
background-color:#eee;
padding:10px;
border:medium double #000;
border-width: 5px;
width: 70%;
display: none;
overflow: visible;
}