Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/popupwin.css
/*
 * popup window style
 */

.popup_bg{	
    border: solid 2px #000;
    height: 384px;
    width: 416px;
    padding: 0px;
    position: relative;
}

.popup_content .popup_progress{
	padding-top:50px;
}

.popup_btn_loc {
    position: absolute;
    background-color: #ECECEC;
    width: 100%;
    text-align: right;
    left: 0;
    bottom: 0;
    border-top: solid 1px #D9D9D9;
}

.popup_btn_loc .right{
    padding: 8px;
}

.frame_header {
    height: 28px;
    background-color: #000;
    position: relative;
    border-bottom: solid 2px #B2000D;
}

.frame_header h2 {
    color: white;
    line-height: 28px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 12px;
}

.frame_header a, .frame_header a:visited {
    background: url(../images/icon_cancel.gif) no-repeat 0 0;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 3px;
}

.frame_header a:hover {
    background-position: 0 -20px;
}

.frame_header a:active {    
    background-position: 0 -40px;
}