﻿
/* -- This is for the page which contains the iframe and iframe shadow -- */

#searchFrame
{
    width: 600px;
    height: 500px;
    border-width: 0px;
    z-index: 50;
    position: absolute;
    overflow: hidden;
    border: 1px solid #396C9B;
}

#searchLayerShadow
{
    width: 600px;
    height: 500px;
    z-index: 49;
    position: absolute;
}

#emailFrame
{
    width: 400px;
    height: 200px;
    border-width: 0px;
    z-index: 50;
    position: absolute;
    overflow: hidden;
    border: 1px solid #396C9B;
    display: none;
}

#emailLayerShadow
{
    width: 400px;
    height: 200px;
    z-index: 49;
    position: absolute;
    display: none;
}

/* css class for the disabling the page */
.disablePage
{
	border-width: 0px;
	position:absolute;
	z-index: 40;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-color: #ccc;
	margin: 0px;
}
