﻿.box 
{
    background: White;
  overflow: hidden;
  border: solid 1px steelblue;    
  -moz-border-radius: 10px 10px 5px 5px;
  -webkit-border-radius: 10px 10px 5px 5px;
  border-radius: 10px 10px 5px 5px;
  box-shadow: 7px 7px 3px #a6bbcf;
  -moz-box-shadow: 7px 7px 3px #a6bbcf;
  -webkit-box-shadow: 7px 7px 3px #a6bbcf;
}
.box .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/North-India-map.gif') Center;
  opacity: .3;
    width: 100%;
    height: 100%;
}
.heading {
    color:White;
    font-weight:bold;
    font-size:1em;
    background:#4b6c9e;
    Width:100%;
    padding-left: 10px;
    padding-bottom:1px;
    padding-top:1px;
    -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.padding
{
    padding-left:100px;
}