﻿
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 100%;
}
    #shadow-container .shadow2,
    #shadow-container .shadow3,
    #shadow-container .container {
        position: relative;
        left: -1px;
        top: -1px;
    }

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container
{
    /*background: #dbe7f2;*/ /*background: #ffffff;*/ /*border: 1px solid #3399cc;*/
	background: #99cc00 url(../images/pricebeat.gif) no-repeat 420px center;
    border: 1px solid #87ceeb;
    padding: 5px 10px;
    /*background-image: none;*/
    background-color: #f0f8ff;
}