/* CSS Document */

div.box-all-sides { 
  width:100%;
  border:1px;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
  padding:0px;
  background: #fff; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:99%;
}

html>body .box-all-sides {
  width:auto;
}

div.home-box-all-sides { 
  width:100%;
  border:1px;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  border-right-color: #CCCCCC;
  padding:0px;
  background: #fff; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:99%;
}

html>body .home-box-all-sides {
  width:auto;
}


