
/*  */
/* 
*/
.ezrcPopUp
{
display: none;
position: absolute;
left: 250px;
top: 150px;
padding: 10px;
width: 650px;
background: white;
border: 1px solid #a0a0a0;
z-index: 99;

box-shadow: 5px 5px 15px #a0a0a0;
-moz-box-shadow: 5px 5px 15px #a0a0a0;
-webkit-box-shadow: 5px 5px 15px #a0a0a0;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a0a0a0')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a0a0a0');
}

input[type="submit"]
{
border-color: #808080 !important;
font-weight: bold !important;
padding: 0px 8px !important;
color: #ffffff !important;
}

input[type="text"]
{
border: solid !important;
border-width: 1px !important;
border-color: #00876c !important;
width:80%
}


@media screen and (max-width: 800px)
{
    .noMobile
    {
        display: none;
    }
}
 
/*  */