﻿@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Open House Modal Window
|--------------------------------------------------------------------------
|
| @company		Gabriels Technology Solutions
| @phone	    201/739/3887
| @author		Joey Avino
| @email		javino@gabriels.net
|
*/

/*
|--------------------------------------------------------------------------
| Open House Modal Window Setup
|--------------------------------------------------------------------------
|
| NOTE: This element is positioned as per the viewport in JavaScript.
| This lightbox is intended to be a pre-determined size.
|
*/

	/* ----- 1: Set this to the color of your overlay. -------------- */
	.lightbox_overlay { background-color: black;
	                    
	                    filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
	                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

	                    }

        #modal_box  {

            background: url('../../images/modal_mssg_bg.png'); width: 364px; height: 94px;
            width: 364px; height: 94px; left: 50%; margin-left: -182px; top: 200px;
            _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/modal_mssg_bg.png', sizeMethod='crop'); _background:none; 

        }
        
            #modal_box .padding_wrapper { padding: 28px 21px; }
                 #modal_box .left { width: 38px; height: 38px; } 
                #modal_box .right { width: 270px;  font-size: 15px; line-height: 19px; color: #1f1c17; font: bold 13px trebuchet ms; margin-bottom: 30px; }





/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/*
|--------------------------------------------------------------------------
| Open House Modal Window Necessary Attributes
|--------------------------------------------------------------------------
|
| Do not edit below this line. Experienced CSS developers only.
|
*/

	.lightbox_overlay, #redirectimag { 	position: absolute; top: 0px; left: 0px;
							width: 100%; height: 100%; height: 2000px; z-index: 1001; cursor: default; }

	.lightbox_displayed { 	position: absolute; z-index: 1002; }

	/* ----- Fixed position -------------- */
	/* ----- The JS will break if this is not here. -------------- */
	.lightbox_displayed { position: fixed; }

	* html div.lightbox_displayed { 

		position: absolute;
		top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);

	}
