/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Dec, 2015, 6:48:20 PM
    Author     : VISHAL
*/




/*sample base style for drop in box #1*/
div.dropinbox 
{
width:600px;
height:430px;
z-index: 100;
border:1px solid black;
padding:5px;
background:#e7e7e7;
}

/*sample base style for drop in box #2*/
div.dropinboxaltstyle{
width: 400px;height: 150px;
padding:10px;
top: 0px;
background: #FFFFFF;
box-shadow: 0 0 10px gray inset;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;}

/* Basic CSS3 shadow */
.standardshadow{
-webkit-box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
-moz-box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
}
