/*  DIV com shadow   */

#shadow-container {
/*    position: relative;
   left: 3px;
   top: 3px;           */
   display: table;
   margin: 10px 10px 5px 10px;
   *margin: 25px 10px 5px 10px;
   float:left;
   height: auto;
   width: auto;
}
#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container {
   position: relative;
   left: -1px;
   top: -1px;
   height: auto;
   width: auto;
   float:left;
}
#shadow-container .shadow1 {
   background: #F1F0F1;
   height: 141px;
   width: 141px;
   float:left;
}
#shadow-container .shadow2 {
   background: #DBDADB;
}
#shadow-container .shadow3 {
   background: #B8B6B8;
}
#shadow-container .container {
   background: #ffffff;
   border: 1px solid #848284;
   padding: 1px;
   display: table;
   height: 141px;
   width: 141px;
}
#sobre_plano .candidato {
   border: 1px solid #CCC;
   background-color: #FFF;
   padding: 10px 0px 10px 0px;
   margin: 0px 10px 10px 10px;
   display: table;
   height: auto;
   width: auto;
}
/*  DIV com shadow   */
