﻿#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding-top:10px; 
    padding-bottom:10px; 
    width:240px; 
    height:110px; 
    z-index:1001; 
    border:solid 0px #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    /*background-image:url('../images/Processdiv.png');*/
    background-repeat:no-repeat;
}
.SucMessage
{
    font-family:Arial;
    font-size:14px;
    color: #000000;    
}
.ErrMessage
{
    font-family:Arial;
    font-size:14px;
    color: #ff0000;    
}

.BottomImage
{
    vertical-align: bottom;
}

a.ecommercesearch:link { font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}
a.ecommercesearch:active { font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}
a.ecommercesearch:visited { font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}
a.ecommercesearch:hover { font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}

.ecommercesearchtext { font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}
